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: 
Anonymous
Not applicable

Stacked Bar Chart with multiple Dimension

Hello Community,

I'm looking for your help on a problem encountered in Qlikview.

Here, the look of my database :

Each line corresponds to a fulfilled survey and in fields Q1, Q2 , ... you can see the answer of the question.

I would like to stack per question the results in a single stacked bar chart like the next image, but if I use more than one dimension it combinates it like when you are using Year and month.

Thank you for your help in advance !

2 Replies
Sergey_Shuklin
Specialist
Specialist

Hello!

You can use CrossTable() conversation in your script for transforming original table:

q_barChart.png

PFA. Hope it will help you. If it so - please close the thread.

Anonymous
Not applicable
Author

Thank you for sharing with me this function.

It's well working !