Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
tyagishaila
Specialist
Specialist

Table Box data representation

Hi,

I have a table box to show some information,

Header 1Header 2Header 3Header 4Header 5Header 6
123AABBCCDDEE
453AABBCCDDEE

Is it possible to show table box like below

Header 1Header 2Header 3Header 4Header 5Header 6
123, 453AABBCCDDEE

All solutions are valuable,

Thanks & Regards,

Shaila

1 Reply
Not applicable

HI Shali,

Try like this....

Load

    concat([Header 1],',') as Header1,

Header 2,

Header 3,

Header 4,

Header 5,

Header 6

Resident Example

Group By Header 2, Header,3, Header 4, Header 5, Header 6;