I would like to have 2 filters in my screen (see below)
The formula for filtering is in the ITEM section of my BrowseGallery and reads:
SortByColumns(Filter('LPS EMEAI Requests'; StartsWith(Title; 'TextSearchBox1-Deals'.Text)); "Title"; If(SortDescending1; Descending; Ascending))
if I want it to work for the other filter I change it into:
SortByColumns(Filter('LPS EMEAI Requests'; StartsWith(Title; 'TextSearchBox1-LPS'.Text)); "LPS"; If(SortDescending1; Descending; Ascending))
but can I combine into a single formula for the ITEM section??
Additionally; how can I modify my filter to select any string that hassearch string instead of "StartsWith"?
Thank you all
Regards
charles