Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
SNR1
Creator
Creator

How to run Nprinting task through batch file in qvw file in qlikview

Hi all,

i want to run nprinting task through qvw file by using batch file.

could you please help me to automate this one.

im writing a batch file that run nprinting task. now i want to execute that batch file in qvw file and it need to run the nprinting task.

when ever i reload qvw it need to run nprinting task.

Thanks In Advance

3 Replies
HarishG
Partner - Contributor III
Partner - Contributor III

Try this,

In qlikview script editor, write the below execute command.

EXECUTE cmd.exe /R "YourPath\FileName.bat"

Note: To run this you need to enable this option in Qlikview Settings.

Settings for batch file.png

SNR1
Creator
Creator
Author

Hi Harih

i tried above statements in different options

but i'm not getting my output.

it is not running the .nsq nprinting task.

please suggest if you know other options to rn it

HarishG
Partner - Contributor III
Partner - Contributor III

Hi Nikil,

So you  mean to say, you are trying to run a Nprinting task using Qlikview?

In above you have mentioned that, you are creating a Batch file to run Nprinting Task, If you are able to run the Task from the Batch file, then it can be triggered then.