Hi,
I have a gallery which i would like to filter / sort, but i'm struggling to get the syntax correct.
The datasource is called 'Visitors'.
The syntax i'm currently using is: Filter(Visitors,IsBlank(TimeOfDeparture)
I'd like the gallery to be sorted by date order from the 'TimeOfArrival' column.
Please help?
Kind Regards,
Connor Simpson
Solved! Go to Solution.
Do as I say, not as I do!
There is a Typo in the posting. You're missing a paren (or I was if you copied and pasted).
SortByColumns(Filter(Visitors,IsBlank(TimeOfDeparture)), "TimeOfArrival")
SortByColumns(Filter(Visitors,IsBlank(TimeOfDeparture), "TimeOfArrival")
That didn't work 😞
Attached screenshot
Do as I say, not as I do!
There is a Typo in the posting. You're missing a paren (or I was if you copied and pasted).
SortByColumns(Filter(Visitors,IsBlank(TimeOfDeparture)), "TimeOfArrival")
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
207 | |
193 | |
82 | |
57 | |
38 |
User | Count |
---|---|
299 | |
247 | |
119 | |
83 | |
55 |