0

Dynamic Dropdown sorting

Is there a way to sort the contents of a dynamic dropdown?

1 reply

null
    • Fred
    • 3 mths ago
    • Reported - view

    use the "order by" at the end of your select or reference.

    (select table1 order by fieldA)
    
    or
    
    referencefield order by fieldA

    if it is number field you can do a reverse sort by putting "-" in front of the field name.

    (select table1 order by -number1)
    
    or
    
    referencefield order by -number1
    

Content aside

  • 3 mths agoLast active
  • 1Replies
  • 33Views
  • 2 Following