Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
have a table and I want to filter all null values in the field "Db_User_name".
I deselected "Don't show null values" in all fields. But there is a lot a values empty in the table (yellow cells).
I checked the source data with notepad ++. It is a csv file. The corresponding field is empty.
There is an expression in the field "Db_user_name"
I don't understand what the problem is
Can you help me please?
Sorry, but I found the solution to the problem.
If(match(FieldName,'')=0,
FieldName,
Null()
)