Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mukesh19
Contributor II
Contributor II

Sorting issue for the Distribution plot when drill down is performed

Hi all,

I am facing issue in sorting of distribution plot. For the field1 sorting is working but, when the drill down is done the sorting is not working as expected. To perform sorting I used the expression like if(getselectedcount(field1)=1, expression1, expression2).

Could any one help me whether the sorting works for the drill down dimension in the distribution plot ?

regards,

Mukesh

4 Replies
YoussefBelloum
Champion
Champion

Hi,

what is the expression used ? what is the sorting you're trying to do ?

mukesh19
Contributor II
Contributor II
Author

Hi Youssef,

For bar chart when drill down dimension is used we can specify the expressions separately for both the fields in sorting tab. When it comes to the distribution chart we could not observe those.

My question, Is there any possible way to achieve the sorting for the drill down in the distribution plot?

YoussefBelloum
Champion
Champion

EDITED

Actually I was asking for the expressions inside this:

if(getselectedcount(field1)=1, expression1, expression2).


what did you use inside these expressions ?


because, the logic is good.. I think that maybe expression 2 is not working

mukesh19
Contributor II
Contributor II
Author

I actually checked that expressions with out drill down in two different charts(distribution plot) those are working fine. There is no issue with the expression. I think drill down don't work for distribution. Just need confirmation.