Hello,
I was trying to nest a gallery in a gallery, but was having difficulty. Assume because data as table
Instead I inserted a label.
How can I sort by EventDates? earliest date first.
Concat(Filter(Gateways, MasterID = Value(MasterID_Label.Text)&& 'Decl Dates' = Blank()), EventName& ": " & 'EventDates', "; ")
On one record, the label yielded.
EventA: 1/30/2024; EventB: 2/27/2024; EventC: 5/24/2023
Is there a way, I could implement a sort such that Event C should be first because it had the earlier date.