Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dimension Limit

Hi,

I am trying to use dimension limits, but it is only working on the "top" 5 but not the "bottom" 5. What could be a reason for this, and how can it be fixed?

1 Solution

Accepted Solutions
rubenmarin

Hi Robyn, maybe there are lower values with both expressions=0 and 'Supress Zero values' is checked?

View solution in original post

7 Replies
nico_ilog
Partner - Creator II
Partner - Creator II

How are you implementing the Limits?

Nico

Chanty4u
MVP
MVP

u can try below

Top 5 & Bottom 5 Values

Bottom customers:

FirstSortedValue(Customer, Aggr(Sum(Sales),Customer),1)

FirstSortedValue(Customer, Aggr(Sum(Sales),Customer),2)

...

FirstSortedValue(Customer, Aggr(Sum(Sales),Customer),5)


Topcustomers:

FirstSortedValue(Customer, -Aggr(Sum(Sales),Customer),1)

FirstSortedValue(Customer, -Aggr(Sum(Sales),Customer),2)

...

FirstSortedValue(Customer, -Aggr(Sum(Sales),Customer),5)

rubenmarin

Hi Robyn, maybe there are lower values with both expressions=0 and 'Supress Zero values' is checked?

Not applicable
Author

Hi Nico,

Not applicable
Author

Thank you! That worked.

Not applicable
Author

Ruben,

Thank you so much.

Suppress Zero Values was checked.

I unchecked it and now it works!

nico_ilog
Partner - Creator II
Partner - Creator II

Hi Rob,

How can i be of assistance?