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: 
Not applicable

Script help

Please help translat into qlikview

where NOT ("POL_UPD_USER"=101  OR "POL_UPD_USER"=263) 

3 Replies
Not applicable
Author

untitled.JPG

Where not Exists(Search_created_at='Fri,09 NOV 2012 05:05:21+0000' or Search_created_at='Mon,09 NOV 2012 05:05:21+0000' );

CELAMBARASAN
Partner - Champion
Partner - Champion

Check with this

Where not match(POL_UPD_USER,101,263);

or

Where POL_UPD_USER<> 101 AND POL_UPD_USER <> 263

hic
Former Employee
Former Employee

Your where clause should work as it is also in QlikView. And Celambarasan's two alternatives should give identical results.

HIC