Hi Guys, I may be missing something obvious here but for could someone let me know if it is possible to use a filter folder (FF) to look for two different Genres.
I have a FF already which I am copying : Genre is "House" And key is "01A" or key is "01B" and exists = 1
I want to add another Genre to this so I simply added it as follows : Genre is "House" And Genre is " Buzz House" And key is "01A" or key is "01B" and exists = 1
Now this actually works in that it shows both genres but it then also shows ALL Key values 1 to 12 A&B.
For clarity what I am trying to accomplish is to have a FF to show anything with a Genre of House or Buzz House with a key value of 01A or 01B
Could someone please point me in the right direction and let me know what I'm doing wrong !
Many thanks
I have a FF already which I am copying : Genre is "House" And key is "01A" or key is "01B" and exists = 1
I want to add another Genre to this so I simply added it as follows : Genre is "House" And Genre is " Buzz House" And key is "01A" or key is "01B" and exists = 1
Now this actually works in that it shows both genres but it then also shows ALL Key values 1 to 12 A&B.
For clarity what I am trying to accomplish is to have a FF to show anything with a Genre of House or Buzz House with a key value of 01A or 01B
Could someone please point me in the right direction and let me know what I'm doing wrong !
Many thanks
Posté Mon 05 Nov 18 @ 6:44 pm
That's why using parentheses is a good thing:
(Genre is "House" OR Genre is "Buzz House" ) AND (key is "01A" or key is "01B") AND exists = 1
(Genre is "House" OR Genre is "Buzz House" ) AND (key is "01A" or key is "01B") AND exists = 1
Posté Wed 07 Nov 18 @ 10:41 am
Ahh I got it now - thanks very much for the reply and explanation Phantom.
Posté Wed 07 Nov 18 @ 11:56 am