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

Announcements
Join us in Zurich on Sept 24th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exclude data from load

I cannot figure out how to exclude names containing 'coach'.
Demographic:

LOAD

     1 as Counter,

     LEGAL_NAME
FROM Census.txt

(txt, codepage is 1252, embedded labels, delimiter is ',', msq)

WHERE LEGAL_NAME <> '*coach*';

10 Replies
Not applicable
Author

Thanks for all the help.