Hi,
I am using the below to filter a combobox on the AAD table:
Filter('AAD Users', 'Company Name' = "Company1" || 'Company Name' = "Company2" || 'Company Name' = "Company3" || 'Company Name' = "Company4" || 'Company Name' = "Company5" || 'Company Name' = "Company6" || 'Company Name' = "Company7" || 'Company Name' = "Walker & Co")
The last || (or) is causing an error on the Filter command though, I think it is due to the ampersand in the company name. How can I change this last filter term so, instead, it looks up if Company Name CONTAINS "Walker", it is still included in the Filter?
Thanks
K.