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.

2replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
    • Fabio
    • noCodeApp
    • Fabio
    • 1 yr ago
    • Reported - view

    Hi Kevin. Try this:

    --

    select Category order by *

    --

    * Amount or Name or any field in the table you want to sort by

       Fabio

    Like
    • Kevin
    • Kevin
    • 1 yr ago
    • Reported - view

    That works! Thanks!

    Like
Like Follow
  • 1 yr agoLast active
  • 2Replies
  • 380Views