Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
how could i get the top 10 names of my report based on the other field.i tried doing it by using dimension limits.but it is not coming.please tell me
Thanks and Regards
Darshika
Hi Darshika,
Please use Rank() function. Below sharing 3 different ways of calculating based on conditions:
Syntax:
=rank(sum(Investment),1,1)
AND
=aggr(if(Rank(sum(Investment))<=3,Investment),Investment) (For calculating Top 3)
AND
=if(rank(sum(Investment),1,1)=1,'# 1') (For Calculating #1)
Thanks,
AS
there are different solutions, here a very good doc about top
if you want somne help on your specific qlik doc, better to post it