Connexion rapide:  

Forum: VirtualDJ Technical Support

Sujet is there a way to filter using both ANY and ALL clauses?
for example:
ANY group contains party or comments contains party
AND file date <= 2020/08/30

basically looking for any track that has "party" in the group or comment section loaded before 2020/08/31

IF anyone can help with the syntax (or point me in the direction of where more complex filtering can be found), I'd greatly appreciate it

thanks in advance


 

Posté Mon 06 Dec 21 @ 4:03 am
You need to use the "advanced" editor.
Then you can use parentheses "(" to group conditions
(A OR B OR C) AND D

(A OR B OR C) AND (D OR E)

((A AND B) OR C) AND (D OR E)

You get the picture..
 

Posté Mon 06 Dec 21 @ 10:34 am
awesome! thanks man!
 

Posté Thu 09 Dec 21 @ 7:07 pm