Page 1 of 1

Filter Bar Filter Bar : Filter Expression

Posted: Sun 20 Feb 2022 11:40
by Wolfgang
How can show all [Not] Empty values in a Column ?

Somthing Like : = Nil or IS NIL

and otherwise : <> Nil or is not Nil

Re: Filter Bar Filter Bar : Filter Expression

Posted: Tue 22 Feb 2022 07:39
by Wolfgang
Realy ?
Nobody ?

Isn't it the most usefull filter Expression at all ?

or is it so easy that noboby had a similar problem ?

Re: Filter Bar Filter Bar : Filter Expression

Posted: Wed 02 Mar 2022 14:37
by pavelpd
Hi,
To show all rows with existing column values, you can use the following filter entry: "[field] = NULL" (or "[field] IS NULL"), and to show rows with empty values: [field] <> NULL" (or "[field] IS NOT NULL")