Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
thakurdagautam
Partner - Contributor III

Using Where [Field] is not null not working in qlik sense

I am trying to restrict a field where i can only load not null values. When i am doing so, i get IS in red color. How do i rectify this?

thakurdagautam_0-1636447643961.png

 

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III

Yeah, Qlik script is not SQL.

Try this: Where not IsNull(IsProcessedByAO).

Or this: Where Len(Trim(IsProcessedByAO))>0


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III

Yeah, Qlik script is not SQL.

Try this: Where not IsNull(IsProcessedByAO).

Or this: Where Len(Trim(IsProcessedByAO))>0


talk is cheap, supply exceeds demand