Search code examples
2sxc

Filter NULL value in 2SXC visual queries


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:

Visual Query filter null value


Solution

  • 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