Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
yadhunandhanan
Partner - Contributor III
Partner - Contributor III

If condition within for loop

Hi Team,

I have 5 qvd and each as one field only. I want to check if each field value = 1 then i want to terminate(Exit script) it. else i want to stay back and check it again. Application will exit only all fields have value 5 else its go back to check it again. how to do this using for  loop and if condition. Please help me.

2 Replies
vinieme12
Champion III
Champion III

do you want to check each row of all 5 QVD's if the field contains value = 1 ?

if yes then exit script and if no the continue checking?

What is the outcome of this process? what is the purpose here?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
yadhunandhanan
Partner - Contributor III
Partner - Contributor III
Author

1. Yes i have 5 QVD's and that contain value '1'.

2. Yes correct Vineeth.

3. Purpose of this process is that i have 2 set of files and each set contain 5 QVW file. My task is i need to run all QVW file at same time. but 2nd set of file will execute after execution of first set of QVW .

Thank you.