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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlikuser09
Creator II
Creator II

is there a way to covert a bar chart dimensions to be displayed separated by Comma(,) for certain Customer ID

is there a way to covert a bar chart dimensions(Product) to be displayed separated by Comma(,) for certain Customer ID

Customer IDProducts 1
1Pen 
2pencil
3book
4Eraser
5Pen 
6pencil
7book
8pen 
8pencil
9Book 
9Eraser
10Pencil
10Book

 

I have Data Like this, can I convert this into a bar chart that shows the product in the dimensions separated by (Comma) so there is only one bar for a specific ID(where the ID has more than 1 product).  

1 Reply
rubenmarin

Hi, you can try with a calculated dimenion like: =Aggr(Concat([Products 1],','),[Customer ID])

Note that when the user clicks a bar selections will be done on the [Customer ID] field