I have a galley that is getting data through this formula
SortByColumns(Search(Table1, TextSearchBox1.Text, "Author","Owned","Read"), "Author", If(SortDescending1, Descending, Ascending))
I want to add a filter to the formula along the lines of
Filter(Table1, Owned = No)