Hi,
I'm not sure how best to start with this.
I have a requirement to produce a CSV that lists a number of rows from a table (simple enough), but I also need to include a string value which is concatenated from one or many records that are related 1-Many to the parent record.
A good example of this would be concatenating all contact names to a single field and producing a CSV of account names with 1 line per account.
I can get both data points, where I'm struggling is bringing the data together. I'm sure there must be a simple way of doing this?