Greetings and sorry for the newbie question in advance
I have managed to set up a filter based on slider with a SharePoint list with a column containing a number - 1 visible 2 not visible.
The reason for the 2 was to make the filter blank when the slider was returning a 0.
My working filter code is
Filter('TestFATProcedureDocList', DOL = DataCardValue11.Value)
I have multiple columns to apply his to and when I try add the Or it doesn't work
Filter('TestFATProcedureDocList', MM6 = DataCardValue5.Value Or DOL = DataCardValue11.Value)
am I formatting the Or correctly here?
Many thanks

Report
All responses (
Answers (