Good Afternoon,
I have a gallery that lists IT tickets, and I can't figure out how to get the gallery to exclude the 'complete' entries. I have a label on each item using 'ThisItem.TextStatus' where it will list the status of the ticket. My goal is to have those items drop off the gallery but still remain in the dataverse table. I've included the gallery code and an example ticket below, I'm not sure what kind of formula to include. Any help would be appreciated.
SortByColumns(Search([@SupportDeskTickets], TextSearchBox1.Text, "cre6a_createdby2","cre6a_details","cre6a_hardwaresoftware"), "cre6a_createdby2", If(SortDescending1, Descending, Ascending))
