Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All
I want to show the volumes as a percentage of the total volumes.
this works fine with below formula, where the dimension unit is ignored.
Sum(Volume)/ Sum({$< Unit= >}TOTAL Volume)))
but when I add the dimension Month on top it does not work anymore, as I want a 100% total for each month.
see attachment of what I am trying to achieve.
please to hear from you.
try this
Sum(Volume)/ Sum({$< Unit= >}TOTAL Volume)
or this one
Sum(Volume)/ Sum(TOTAL Volume)
and then in chart properties-->number tab-->check on show in percentage
Sum(Volume)/ Aggr(Sum(TOTAL Volume),Unit) or this one
Sum(Volume)/ Sum(TOTAL{$< Unit= >} Volume)))
hi,
I did in sample qvw. please go through it...
Niranjan M.
your option works , but not when I have the months on Top.
I replaced Unit with Month and that worked for me. thanks
your option works , but not when I have the months on Top.
I replaced Unit with Month and that worked for me. thanks