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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewforum
Creator II
Creator II

Loading the values of xls as where condition in one of the load statement!

Hi All,

I have xls which contain field called "ID" and it has following values.

ID

ABC

XYZ

QRS

ASP

Basically I want to use the above values in WHERE condition of one of the load statement something like below.

Load * From data.qvd

Where Not Match( ID, 'ABC', 'XYZ', 'QRS', 'ASP')

Can someone help me out for the same please. It is little urgent!

10 Replies
brijesh1991
Partner - Specialist
Partner - Specialist

It's the correct answer and dear questionnary this is what you are looking for.

Map: Mapping LOAD ID, '1' from xls load* from data.qvd where applymap('Map', ID) <>1;