Hi,
I have a gallery with a search function setup. This is the items property for the gallery and the search works well: Search('Initial Incident Notification',SearchBox.Text,"ImmediateActionstobetaken", "DescriptionofIncident")
My records are being sorted oldest to newest, but I would like to sort by column ID, newest records first to oldest last. I am not sure how to append this to my existing formula above. Any guidance appreciated.
Solved! Go to Solution.
SortByColumns( Search('Initial Incident Notification',SearchBox.Text,"ImmediateActionstobetaken", "DescriptionofIncident"), "ID", Descending))
SortByColumns( Search('Initial Incident Notification',SearchBox.Text,"ImmediateActionstobetaken", "DescriptionofIncident"), "ID", Descending))
Appreciate the prompt feedback @zmorek - works like a charm. I just had to remove one close bracket from the end. Thanks again.
User | Count |
---|---|
247 | |
105 | |
82 | |
50 | |
43 |