I currently have this formula which allows me to search a gallery as well as filter the gallery when a check box is Checked.
Search(If(ConnectCheck=true,Search(DS_Howdoi,"Connect","Category"),DS_Howdoi),
TextInput1.Text,"Title")
I am now struggling however to increase the formula further to incroporate my 3 other filtering check boxes.
If(CommunicateCheck=true,Search(DS_Howdoi,"Communicate","Category"),DS_Howdoi),
TextInput1.Text
If(ProductivityCheck=true,Search(DS_Howdoi,"Productivity","Category"),DS_Howdoi),
TextInput1.Text
If(CollaborateCheck=true,Search(DS_Howdoi,"Collaborate","Category"),DS_Howdoi),
TextInput1.Text
Any help would be great