Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Comma separated list?
iparker
Hello,
Is there a possibility to output the values of a list side by side separated with a comma and not among each other?
For example:
list-value 1, list-value 2, list-value 3
Instead of
list-value 1
list-value 2
list-value 3
Thanks for some answers!
Timo
Find more posts tagged with
Comments
mwilliams
Hi Timo,
You could build the comma separated list in your dataSet script or your list script and display the variable you've stored your list in in your report. Or, you could possibly use an aggregation with the "concatenate" option if it's available in your version.
iparker
Hi Michael,
the concatenate-option works very well and easy. Thanks for your help!