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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
orangebloss
Creator
Creator

Concatenating data in table in App

I have a list of Tasks, each loaded with potentially multiple 'Tags'. When I build a table in the app it brings back separate lines for each 'tag'. How do I combine these into one field?

 

Task1 Blue
Task1 Yellow
Task2 Green

 

Desired outcome

Task1 Blue,Yellow
Task2 Green
Labels (2)
2 Solutions

Accepted Solutions
Clement15
Partner - Specialist
Partner - Specialist

Hello, this is an example of how to do this.

Clement15_0-1710238677985.pngClement15_1-1710238689329.png

 

View solution in original post

Clement15
Partner - Specialist
Partner - Specialist

Yes, you can use same formula in one measure

Clement15_0-1710251113279.png

 

View solution in original post

4 Replies
Clement15
Partner - Specialist
Partner - Specialist

Hello, this is an example of how to do this.

Clement15_0-1710238677985.pngClement15_1-1710238689329.png

 

orangebloss
Creator
Creator
Author

If I wasn't to do this in the load script is there a way to do it in the table itself?  I need to keep the tasks separate for other reports in the dashboard so don't want to lose that data?

Clement15
Partner - Specialist
Partner - Specialist

Yes, you can use same formula in one measure

Clement15_0-1710251113279.png

 

orangebloss
Creator
Creator
Author

Brilliant thank you!