Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, i have sorted a list box, with a dual function, but i have noticed that the sorting is working only before the selection, after having selected the field, the sorting is lost.
How can i solve this?
Thanks
Marco
This not solve the problem.
Marco
Friend actually , i am saying , please add dual in your calender script , can you please send me your sample application
Try this:
=Dual(Only({1} [Mese di Decorrenza]),Only({1} [Mese di Decorrenza Num]))
Try with
=dual(Only({1} [Mese di Decorrenza]),Only({1} [Mese di Decorrenza Num]))
But you probably don't need the dual and can use
=Only({1} [Mese di Decorrenza Num])
This is the dialog in which i have set the dual function.
Marco
Of course it's possible to solve it with a sort-expression but better would be to solve it with native fields within the script - preferably within in a master-calendar: How to use - Master-Calendar and Date-Values
- Marcus
With this statement
=dual(Only({1} [Mese di Decorrenza]),Only({1} [Mese di Decorrenza Num]))
now the calendar is sorted properly also after selection.
Thanks a lot
Marco
Awesome
If you got what you were looking for, I would request you to close the thread by marking correct answer as well as helpful answers.
Best,
Sunny
Just Done!
Marco
Thank you