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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Stacked bar chart for a single dimension

Hi,

I want to create a stacked bar for a single dimension of data.

The data is a series of scores in response to a survey.

I have calculated the percentage of each survey with the expression Count (Scores) / Count (Total (Scores)) and now want to show those percentages in a single stacked bar chart.

Any ideas?

Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Add a calculated dimension like ValueList('Dummy'), promote it to the top position and disable the Show Legend setting.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Add a calculated dimension like ValueList('Dummy'), promote it to the top position and disable the Show Legend setting.


talk is cheap, supply exceeds demand
Not applicable
Author

Brilliant!

Thanks Gysbert, and thanks for getting back so quickly.