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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to break the "qualify statement".

Hi,

Can any body answer this:

I have created the script in 7 tabs and i have added the Qualify statement in sheet 5 and i dont want to apply the qualify for the sheet 6 and 7. so how to break this qualify statement.

Regards,

Rajesh

3 Replies
nagaiank
Specialist III
Specialist III

Use UNQUALITY statement

MayilVahanan

Hi

Try with

UNQUALIFY Statement

Ex:

Qualify *;

Load * from tablename;

UNQUALIFY *;

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Hey thanks got it