Hi, I'm attempting to filter a gallery based on selections in comboboxes or a text box. I'll settle with filtering the gallery with only 1 selection in any of my filter options. It would be great to do an AND / OR filter across all the options.
Issue: The below formula is on my gallery. I have 2 combobox dropdowns - each filtering on a specific value column (Review Elements and Subject Matter or Content Topics). Additionally, I have a text box (Required Language) that will filter based on keywords. The below formula is showing no errors, but only ComboBox2 (review elements) is working. Where am I going wrong?
Filter([@'Standards, Disclaimers & Disclosures'],'Review Element(s)' in ComboBox2.SelectedItems.Result, Or('Subject Matter or Content Topic(s)' in ComboBox2_1.SelectedItems.Result, Or(TextInput1.Text in 'Required Language')))