Hi All,
I'm sorting a gallery using this working formula:
Sort(Search( Search(Issues, "Closed", "Status"), "Columbus","Title" ), Modified, SortOrder.Descending)
I'd like to modify this to use SortByColumns so that I can have an ascending/decending icon with the onselect property of:
UpdateContext({SortDescending1: !SortDescending1})
What Should I change my original formula to?
Thanks.
Solved! Go to Solution.
Sorted it:
SortByColumns(Search( Search(Issues, "Closed", "Status"), "Columbus","Title" ), "Modified", If(SortDescending1, Descending, Ascending))
Sorted it:
SortByColumns(Search( Search(Issues, "Closed", "Status"), "Columbus","Title" ), "Modified", If(SortDescending1, Descending, Ascending))
Cool.
So in words ... what is Search( Search(Issues, ..... doing ? Saying ?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
185 | |
45 | |
45 | |
35 | |
35 |
User | Count |
---|---|
259 | |
82 | |
78 | |
67 | |
65 |