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)
String concatenation of Data Elements (Beginner)
Ulf
Hi,
I have a table, which looks like this:
Headline
row1
row2
row3
but I want , that it looks like this:
Headline
row1 row2 row3
The Idea was, to define a variable in the header of the table, then put the data elements into this variable at the detail row. And to put it out at the footer.
Is this a good idea or is there an easier way to do this?
P.S. : Sorry for my bad english
Find more posts tagged with
Comments
mwilliams
Hi Ulf,
Are you wanting to have 3 columns of your row data to fill out the page?
row 1 | row 2 | row 3
row 4 | row 5 | row 6
....... | ........ | ........
etc... | etc... | etc.
Or just for all rows of data to be concatenated into one row?
row1 row2 row3 row4 row5 ....etc.
Let me know. Thanks.