Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How to show percentage bar in combo chart as shown in screen?
Please help to check attached qvw.
Thanks in advance.
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.
TOTAL in expression will ignore the dimension and it will give overall sales.
Regards,
Jagan.
Thank you Jagan