I am using a tristate to express three different types of information. I a visual query I am able to filter the true and the false states, but i am not able to filter the state null.
Tried something like this:
I found working solution :-)
First I filter all ContentItems that <Attribute> != False
and than another Filter with <Attribute> != True
which streams any ContentItem which <Attribute> == null