Hi All,
I have a toggle outside a gallery. I need it to filter my gallery with my toggle when switched to false(no) and also by a column called Code "Q". I had the following but it's not working. ClearCollect called ccTestTable. Toggle called testIndicator
How do I get this to filter when the toggle is set to false? Any help will be so helpful. Thank you
Filter(
ccTestTable,
If(testIndicator.Value=false ||
Code = "Q"
))