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: 
Luke_Killer_IT
Creator
Creator

not to load selected data

HI, 

I have a question, is it possible to limit the loading of data so that it does not download it.

I would like to limit it like this:

 whereNot(c_LagerBestand.Part=('PA'*'-X-'*)) or Not(c_LagerBestand.Part=('BT'*'-X-'*))

1 Solution

Accepted Solutions
narender123
Specialist
Specialist

Hi,

Try with Where not WildMatch(field, 1st expression,2nd expression);

View solution in original post

1 Reply
narender123
Specialist
Specialist

Hi,

Try with Where not WildMatch(field, 1st expression,2nd expression);