Filter null values using SelectFilter
I have a nullable column
level
with values [1,2,3,4,5],
Currently I can filter by these value
But How do i filter null values? to get records without any level1 Reply
bumping to top