0
Dynamic Dropdown sorting
Is there a way to sort the contents of a dynamic dropdown?
1 reply
-
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
- 9 mths agoLast active
- 1Replies
- 44Views
-
2
Following