I have a dataset that has a field called Product with 5 different products in the dataset. I only need to report on 3 of the products. So I added a filter tool to my data set and created a custom filter:
[Product] = "Apples"
OR
[Product]= "Bananas"
OR
[Product]="Cherries"
in this months data set I can see there is Apples and Bananas, however, my filter is only picking up the Apples. Is my filter being configured incorrectly? is "OR" the wrong operator to use?
Thanks, Community.