deadyankee
Technical User
Hi all.
I have a query which generates a table with a single field containing a list of account managers. What I need to do is sequentially read each row in this table and output the values as a concatenated string.
So the table row values:
Account manager 1
Account manager 2
Account manager 3
Becomes:
Account manager 1, Account manager 2, Account manager 3, etc.
Sounds simple! Any suggestions?
I have a query which generates a table with a single field containing a list of account managers. What I need to do is sequentially read each row in this table and output the values as a concatenated string.
So the table row values:
Account manager 1
Account manager 2
Account manager 3
Becomes:
Account manager 1, Account manager 2, Account manager 3, etc.
Sounds simple! Any suggestions?