Does anybody how the null values are interpreted in custom filter conditions? It is like SQL where any null value results in the expression being neither true nor false. Or does it interpret null = 4 as false and null = null as true?
Does anybody how the null values are interpreted in custom filter conditions? It is like SQL where any null value results in the expression being neither true nor false. Or does it interpret null = 4 as false and null = null as true?