Hello,
I have a SharePoint list that has a choice field column with the ‘can select multiple’ option enabled.
I have an app with a gallery that displays the items in said SharePoint list. I would like to use a drop-down from aforementioned choice column to display all items where one of the options are mentioned in the column.
So for example, if I select option 1, all entries on the SharePoint list with ‘option 1’ in the choice column are shown regardless of other choices mentioned. Option 1 could have 5 entries, 4 of which ‘Option 1’ is the only selection but 1 of the entries has ‘Option 1, ‘Option 2’ & ‘Option 3’ selected also which need to be displayed.
I currently have a search box and a toggle on the gallery which I would like to keep - it’s formula is:
Search(Filter(‘SHAREPOINTLIST’,!Toggle1.Value || Status.Value = “Open”),TextSearchBox1.Text,”Title”)
Any assistance would be greatly appreciated!