Hello all!
I have a textsearch box connected to a gallery, with the following code:
SortByColumns(Search([@Table3], TextSearchBox1_1.Text,"Category" ,"Full_x0020_Name", "Shortname"), "Shortname", If(SortDescending1, Descending, Ascending))
I would like to only search through one specific category within the "category" collumn, (data from excel). How can I limit any results to this?
Thanks