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.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
205 | |
98 | |
58 | |
51 | |
42 |
User | Count |
---|---|
260 | |
158 | |
84 | |
79 | |
57 |