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: 
paulyeo11
Master
Master

How to convert stack bar chart 100% stack bar chart

Hi All

I have a stack bar chart , and i like to convert it to 100% stack bar , in order to view which are the items contribution % for that period.

Seek some one help help.

Paul

Labels (1)
1 Reply
Janneke
Creator
Creator

Hi Paul,

You can use the TOTAL qualifier.

Example:

Old expression: sum({set analysis}sales)

New expression: sum(TOTAL<period_dimension>{set analysis}sales)

Janneke.