Hello I am reteriving rows from nocodb project and I like to filter rows that has Status Column with null value. Currently the node has Filter By Formula option, and below works to filtering rows with Status New.
(Status,eq,New)
I can not figure out how to filter rows that have Status null.