Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I want to calculate the rank of dimension and assign colour to the dimension based on dimension rank
is it possible
you can use it this line for each rank
for example:
=if(rank((Num(((sum(Feild))),'#,##0.0')))=1,Yellow()
,if(rank((Num(((sum(Feild))),'#,##0.0')))=2,Red()
,if(rank((Num(((sum(Feild))),'#,##0.0')))=3,Green()
,if(rank((Num(((sum(Feild))),'#,##0.0')))=4,Blue()
,if(rank((Num(((sum(Feild))),'#,##0.0')))=5,Brown()
,rgb(112,115,200))))))
No, it won't check the dimension values. Could you post your sample qvw and explain exact requirement?
This expression will calculate for each month and display the colour what i want is i m showing 5 months data in bar chart and every countrry should have unique colour in the entire bar chart chine sould be red in jan feb march april
Japan should be other color say yellow in all the months
Hi tresesco my main requinent is to calculate rolling sums the last 6 months wen i click on current month
You could be helped best with a sample qvw. Try and see if you can share one.
Oh, ok then aggregate the data with country dimension instead of month