I have 2 columns in my sharepoint table and based on these 2 columns data. In my gallery table, I need to apply filter to one column and search in other column.
In the attached image, I have to filter with "Make" column ( dropdown filter marked in red), so i have applied following formula to the gallery table and I am getting desired result.
If(DropMaker.Selected.Result="All",'WIS List_1',Filter('WIS List_1',Maker=DropMaker.Selected.Result))
Next I have to display result based on my searchbox, and I have applied following formula and I am getting desired result.
Search('WIS List_1',SearchboxWIS_1.Text,"WISName")
But when I try to apply both formulas to Gallery seperated by a ; then I am getting error in formula bar.
Please help

Report
All responses (
Answers (