I need show a drop-down in alphabetical order of a label, but is apresented in order of rowline_
Solved! Go to Solution.
If you are using Ref to TableA, use this on the Valid_If field of that column:
ORDERBY(
TableA[KeyColumn],
[LabelColumn],
true # descending, false for ascending
)
User | Count |
---|---|
18 | |
15 | |
10 | |
7 | |
4 |