Syntax and Line Breaks

Hi @TardisPilot, in case your Rule-Based Row Filter is structured like this:

$Column1$ = "Abc" AND $Column2$ = "Bcd" AND .... => TRUE

you could also consider

NOT $Column1$ = "Abc" => FALSE
NOT $Column2$ = "Bcd" => FALSE
...
TRUE => TRUE

Kind regards, agaunt