Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewwizard
Master II
Master II

Percentage bar in combochart

Hi All,

How to show percentage bar in combo chart as shown in screen?

Please help to check attached qvw.

Thanks in advance.

Capture.JPG

12 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

You can select Relative option for the expressions in the Expression tab.

Or another way is your expression should be like this

sum( {<Year = {"$(=$(CurrYear($1)))"} >} Sales)/sum( {<Year = {"$(=$(CurrYear($1)))"} >} TOTAL Sales)

Hope this helps you.

Regards,

jagan.

jagan
Luminary Alumni
Luminary Alumni

TOTAL in expression will ignore the dimension and it will give overall sales.

Regards,

Jagan.

qlikviewwizard
Master II
Master II
Author

Thank you Jagan