Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a list box which displays a list of weeks for several years. The list is associated with the "Week" dimension. Week is associated with a "day" dimension in the data model (see attached image).
The values are sorted by:
- state: increasing automatic
- expression: =Min(Num(Date)) decreasing
- numeric value : decreasing
The problem is that when I make a selection in this list box the sort is no longer respected (see attached image). I would like that the sort be always decreasing no matter a selection or not.
Do you have an idea what's wrong ?
Thank you in advance.
Well, since you are using expression for sorting, I guess you have to disregard the selection in that expression, like:
=Min({1}Num(Date))
It's not working, unfortunately (see image attached).
If I select an old week (and not the last one), there is still the problem with sort.
Well, since you are using expression for sorting, I guess you have to disregard the selection in that expression, like:
=Min({1}Num(Date))
Ok, this one worked. By the way, I had to re-check the state in order to have the selected week(s) in the begining of the coloumn.
I would like to understand why QV ignored previously the sorting ?
It's clear now :).
Thank you!