Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
bellesol
Creator
Creator

cyclic group sort

Hi,

I have one cyclic group in my model and I use it in a table and in a graph,

so when a user selects for example - "year", he see data by "year" in the graph and in the table,

The problem is the sort,

I used the sort in the group edit,

Is it possible to change the sort of the cyclic dimension  based on the chart? so that the sort in the table will be descending while the graph will be ascending?

I have  5 dimension in the cyclic group, and in some of them I use expression for sorting.

 

Thanks !

 

1 Reply
MayilVahanan

HI @bellesol 

May be try like below

MayilVahanan_0-1613355264681.png

 

=If(GetCurrentField(NewGroup)='Year', Year, Month)

Here "NewGroup" is the cyclic group name

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.