Newbies anteas1998 0 Posted June 17, 2020 Newbies Share Posted June 17, 2020 Can someone suggest a calculation or script to concatenate text of multiple records into one string in a single field. I need to concatenate the description field of all records with the same Year_OrderNumber in a single field. I attach a sample Thanks for your support Test.fmp12 Link to post Share on other sites
comment 1,775 Posted June 17, 2020 Share Posted June 17, 2020 6 minutes ago, anteas1998 said: concatenate the description field of all records with the same Year_OrderNumber Sort your records by Year_OrderNumber. Place a summary field defined as List of [ Description ] in a sub-summary by Year_OrderNumber part. This will show all descriptions of the Year_OrderNumber as a return-separated list. If you want another separator, add a calculation field such as = Substitute ( GetSummary ( sListOfDescriptions ; Year_OrderNumber ) ; ¶ ; ", " ) Link to post Share on other sites
Recommended Posts
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