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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
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.