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: 
upaliwije
Creator II
Creator II

bar chart

I have fllowing bar chart with two dimension. Namely Yera and Mode where there are two columns representing them . I want to show show both coloum with break up for 100%. Kindly help me this

Screenshot_1.png

Labels (1)
1 Reply
jwjackso
Specialist III
Specialist III

If you want the columns to total 100%, you need to calculate the breakup as a ratio of the mode (assuming mode is either normal or "on the spot").

Something like this,

=Sum({<mode={'NORMAL'}>} breakup)/Sum({<mode={'NORMAL'}>} Total breakup)

Do this for both modes.  The stacked columns should total 100% of their mode.