Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are running in a scenario where nprinting task fails for the first time and runs successfully when we run it again.
The issue is we have Email configured based on a variable condition and due to task failure for the first time incorrect mail is triggered to users.
Is there any way we can control sending an email based on completion of nprinting task?
Hi,
Check this help site page http://help.qlik.com/en-US/nprinting/June2019/Content/NPrinting/AdministeringQVNprinting/MonitorKill....
Best Regards,
Ruggero
Hi @rsdhavle
Check out the following link. This might be the solution you are looking for.
Note that there is currently is no UI configuration in the NP web console to achieve your requirement at this time but you should be able to do it with the API library and the technique shared with an Qlik Employee here.
Hi,
Check this help site page http://help.qlik.com/en-US/nprinting/June2019/Content/NPrinting/AdministeringQVNprinting/MonitorKill....
Best Regards,
Ruggero
I not sure to understand the issue... but maybe you can add a variable in script to store =Num(Today()) or something similar that changes every day if reload was ok, create a condition that checks this value is equal to the expression =Num(Today()) and set the task to check if this condition is true.
Maybe you need =Num(Today()-1) in condition expression if document reload is done a day before NPrinting executes the task.
Thanks it will be the solution however currently looks like we are on older version..checking with admin team