Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

null values filtering using tfilterrow

i have input data like this
ID|FName|LName|City|State|DOJ
110645|Ronald|Ronald|Sacramento| |02-03-2015
i want to show records having state as null so intfilterrow i am suing below condition in advanced mode of tfilerrow
input_row.State ==null

but its giving zero records
Labels (2)
1 Reply
Anonymous
Not applicable
Author

You need to check if it is an empty value or null, if it is an empty value, the expression should be:
input_row.State.equals("")