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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
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 (1)
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;