Question about sorting a slice

ok so I have a slice

but I want todays date to be at the top

but it has yesterdays date at the top

Thanks in advanced for the help

The two things are unrelated: slices don’t have the possiblity to be sorted. Sorting is related to displaying data, and you can sort the same data differently, depending on the view you are displaying.
However your screenshot seems to show a choice list, or dropdown, in a form. In order to sort data in a dropdown, see this post:

[How can we sort the order of the drop down li...](https://community.appsheet.com/t/how-can-we-sort-the-order-of-the-drop-down-li/5861) Questions

How can we sort the order of the drop down list by either ascending or descending? I made one column type to “Ref”, and can get the drop down list from the table which is referred to. But the order of the data is not cleanly sorted out as users keep adding new rows. How can we sort the drop down list dynamically?

2 Likes