Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can we arite a Set Analysis expression for displaying values corresponding to onlly top 20 rows of field. Expression should exclude all other values and show just top 20 rows values.
Please help.
Use Dimension Limit
Here is the screenshot to assist
Dimension limits are available on charts and relate to the first expression (see below).
If you decide to 'show others' , make the number 21 (others counts as a display row...so top 20 + others = 21)

or if you need to do it on other expressions ( not the first) then your set analysis will be something like this:
=sum( {$<Country = {"=rank(Total sum(Sales)) <= 20"}>} Sales )