Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

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

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.