Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Use UNQUALITY statement
Hi
Try with
UNQUALIFY Statement
Ex:
Qualify *;
Load * from tablename;
UNQUALIFY *;
Hey thanks got it