Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Yeah, Qlik script is not SQL.
Try this: Where not IsNull(IsProcessedByAO).
Or this: Where Len(Trim(IsProcessedByAO))>0
Yeah, Qlik script is not SQL.
Try this: Where not IsNull(IsProcessedByAO).
Or this: Where Len(Trim(IsProcessedByAO))>0