Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
alsahly2017
Contributor III
Contributor III

How to handle (Execute) Command in a condition in Qlik Sense

Hi,

I have this code and it works perfectly (Execute lib://QVDs (adminuser)/Master\a.bat) in load data, the bat file is executed with no problem.

my problem is that I want this Command to be executed if a condition is met .

is there any way to do that in Qlik sense?

Thank you

Labels (2)
1 Reply
alsahly2017
Contributor III
Contributor III
Author

the solution to my problem is the following:

 

if a>0 and a<=2 and a>=15 and a<=20 then
Execute lib://***\block.bat;
end if;