Newbies Macboy Posted March 1, 2001 Newbies Posted March 1, 2001 I'm trying to build a db to print shipping labels and an issue has come up where we need to display a list of letters on the shipping label. Each product line item has an associated letter and the main label needs to have a list of the letters for products that match the match field. There are a number of problems with the portal: the most significant here is that it lists the letters separately and vertically only. The final list of letters should look like something like: a, c, f, g, g, c Anyone know how to build this list using calculations so that the list will be contained in a text field? This would be easy using Perl but it seems pretty difficult in FileMaker. Thanks in advance.
BobWeaver Posted March 1, 2001 Posted March 1, 2001 Here is yet another use for the aggregate concatenate function which unfortunately does not exist. Maybe in Filemaker version 6. In the meantime, the alternative is to make a script with a loop to go through all the related records and concatenate the letter field contents together in another text field. You could do it in the portal by going from row to row, or do it in a script in the related file. I prefer the second approach.
Recommended Posts
This topic is 8673 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