Hi
I'm trying to make my searchbox/gallery exclude all records based on a value (a status of completed) but search the remaining items (and ideally then order by a priority). However i managed to get just not completed items showing but cant get it to search as well.
Filter([@'Corrective Actions Register'], Status.Value <> "Completed" worked fine to just show the records but i can't get the search working...
SortByColumns(Filter([@'Corrective Actions Register'], Status.Value <> "Completed", StartsWith('CAR Number',TextSearchBox1.text)),"
any help greatly appreciated
TIA
