HI,
I have a gallery that has the following set -
Search(Filter(Table2,
DateValue(
Text(Migration_x0020_Date)) = Today()
),TextSearchBox1_8.Text,"displayname")
This works, but what i would like to do is add a Toggle button, so that if it is true - then the filter is set to = Today() and if its not true it should not filter the list (i.e. show everything), but i am struggling to understood where and how best to put my If statement.
Appreciate your guidance\input.