Newbies OakMan Posted May 1, 2008 Newbies Posted May 1, 2008 (edited) It has been a while since I have done FM development. So I could use some help with HOW to think about this. I have a table listing products. I have a second table listing Images for those products. The key is an item #. An Item may have several pictures. Using a portal I can see the list of images for that Item. That's great BUT I need to put each picture path into a separate field along with the item data to export to an Excel report. Therefor: Item # 4, Name "Red Car", Image1 "outside", Image2 "inside", --- and so on. The number of images varies from 1 to 5 so I need 5 image fields. I can see them in the portal but how do I get them into individual fields? If I just export the portal data it puts each image path on a new row. All help and suggestions greatly appreciated. I am sure this is do-able I just can't figure out how. If this is not the correct place to ask this question, please point me in the right direction. Thanks Oakley Edited May 1, 2008 by Guest
Ugo DI LUCA Posted May 1, 2008 Posted May 1, 2008 (edited) Hi Oakley, Assuming I understood what you're looking for, a calculation : Substitute (List ( RelatedImages::Image ) ; "¶" ;";" ) should work returning all paths separated with a ";" Edited May 1, 2008 by Guest
Newbies OakMan Posted May 2, 2008 Author Newbies Posted May 2, 2008 Thank you for your reply. I tried it but didn't understand how to use it well enough. I could not get it to work. I have attached a sample database to help clarify my question. I think I did the upload correctly but am not sure. It is a .zip file named PortalTest.fp7.zip Please take a look and let me know what you think. Thanks Oakley PortalTest.fp7.zip
Recommended Posts
This topic is 6106 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now