Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi dear experts
I have this list box
and I want keep this sort,
but when I select the filter change it order to this
somebody know how can keep the first sort?
best regards\Roldan
I believe the issue is your sort expression "=orw". When you make selections, some of the orw values are no longer included. They compute to null which sorts them to the top of the list.
The solution is to use a set as your sort expression that ignores selections.
=sum({1}orw)
-Rob
On the sort tab do you have "State" unchecked?
is like this
Uncheck the "State" option, currently in your image it is checked.
but I changed and is the same thing
I believe the issue is your sort expression "=orw". When you make selections, some of the orw values are no longer included. They compute to null which sorts them to the top of the list.
The solution is to use a set as your sort expression that ignores selections.
=sum({1}orw)
-Rob
Thanks a lot Rob , this is the correct way