Hi Glen,
You can use
aggregate:string_agg([ns].[sales].[sales_order], ', ' )
I checked this in Report Studio using a Data Module that uses the Country table object.
Country expression: substring([C].[C_gosales].[COUNTRY].[COUNTRY],1,1)
IsoThreeLetterCode expression: aggregate:string_agg([C].[C_gosales].[COUNTRY].[ISOTHREELETTERCODE],';;')
The output looks like:
(You notice that S, references CHE, SWE, ESP Switzerland->CHE, Spain->ESP)
You can also create a stand-alone Calculation in a Data Module that has the same expression.
When you create it as a Calculated column of a table object, then the Grid view will not render, because of the way the Grid queries are constructed.
// Henk
------------------------------
HENK CAZEMIER
------------------------------