
Partner - Contributor III
2021-11-09
03:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
1 Solution
Accepted Solutions

Partner - Champion III
2021-11-09
05:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 Reply

Partner - Champion III
2021-11-09
05:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
