0
Sort Choice (dynamic) entries
Is there a way to sort the entries in a choice (dynamic) field? I've tried wrapping sort() around my Dynamic values selection — sort(select Category) — but that appears to have no effect. Currently, these values are showing up in the reverse order they were entered into the Category table.
2 replies
-
Hi Kevin. Try this:
--
select Category order by *
--
* Amount or Name or any field in the table you want to sort by
Fabio
-
That works! Thanks!
Content aside
- 2 yrs agoLast active
- 2Replies
- 407Views