Newbies npw5 Posted September 14, 2004 Newbies Posted September 14, 2004 Hi there, I (re)built the FM example of the webstore which comes with the Filemaker 5 package.
Eggshen Posted September 20, 2004 Posted September 20, 2004 In your database, make a value list that gets its values from your relationship's related field (This should be all the values in the portal). Then your calculation can be ValueListItems(Status(CurrentFile), "NameOfValueList"). I think that should do it. There may be some other way to do this as well, but I sure cant think of it at the moment.
Ender Posted September 21, 2004 Posted September 21, 2004 You may have some formatting issues with the value list technique. You may need to build additional calculation fields to format the OrderItems lines (concatonating Description, Qty, Price, etc, and adding spacing.) Another idea for this is a scripted approach. Build the portal data with a loop, appending the text to a results field.
Vaughan Posted September 21, 2004 Posted September 21, 2004 The value list method strips all formatting, sorts the items in alphabetical order, and removes duplicate entries. It is usually the last one that is the killer.
Recommended Posts
This topic is 7369 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