&filter=`TVmissed-it,No,7`
&filter=`TVmonth,January,7`
[[Ditto? &tpl=`tplEvents` &orderBy=`longtitle ASC` &filter=`TVmissed-it,No,7|TVmonth,January,7`]]
Apparently Ditto treats multiple filters with the OR relationship, and there’s no way to change it to AND. So the only way to get filtering equivalent to AND is to play with the comparison relationships to try to get the needed logical result only using the OR relationships.related: http://setpro.pl/software/ditto-stuff/obtaining-by-or
so instead of saying "filter records not egual to Yes" say "filter records equal to No" and vice versa.