Sorting data in Data List from A-Z then switch it from Z-A by clicking the same area?
Hi -
Is it possible to sort something ascending order then switch it to descending order by clicking the same area in a data grid? I'm trying to make it so that this occurs when I click on the Column name in a Data List.
I can make it go one or the other, but I can't figure out how to alternate. I do not have room in my table to add two buttons like the example in https://www.justinmind.com/support/prototyping-sortable-columns-for-your-data-list/.
Please help -- I really need this for my occupation.
Thank you!
Kevin
Hi Kevin,
You can create a variable that will detect if the data list has already been sorted. Then, create another event that will sort the data list from Z-A with a condition that will detect if the variable is true or not.
Best,
Danielle
Hi Kevin,
You can create a variable that will detect if the data list has already been sorted. Then, create another event that will sort the data list from Z-A with a condition that will detect if the variable is true or not.
Best,
Danielle
Replies have been locked on this page!