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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
prasoon92
Contributor
Contributor

select in field action in qlikview

I have requirement where some of the Jobs have status NULL. i need to filter out these but the select in field is not working on the null values. Anything else can be done here?

11 Replies
Anonymous
Not applicable

okay, I understood

the your script is okay, but I am confused about your exists. Do you get an error?

because the right Parameter %tempkey2 does not exist in your source table and will be created

I would expect

where not exists(%tempkey, Jname&'|' &Odate)

prasoon92
Contributor
Contributor
Author

It worked! Thanks man