Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
anyone have idea on how to do top n analysis with more than 4 dimensions and more than 1 expression?
can anyone give me example?
Gautham
can any one help?
I am using personal edition
So i cannot open the qvw.
Still
It can be like:
if(rank(sum(Invoice))<=3,sum(Invoice))
Not sure if I understood your requirement correctly. You are displaying values already, Just it should be sorted according to rank which can be done by giving "rank(sum(Invoice))" expression in sort option for customer.
At the same time if you want to display only top n items use following calculated dimension,
if(rank(sum(Invoice))<=3,Customer)
if i use this logic in my application it shows null values on expression
post a screenshot of your data and the expected value.
So, that everyone can help you to get the desired output.
i see null values if rank to see top 2 values
any one help?
is it really not possible ranking more than 3 dimensions?
Hi Gautham,
See attached.
Regards!