Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a problem related to condition on QV NP (Qlik NPrinting May 2021 SR5) :
I created a NP task for a QV App, i am trying to send report as pdf attachment to all customer have Amount >= 100K,
I created a variable vSF = sum(Amount) in the QV App, i created a condition NP vSF >= (Constant) 100000, and then i added this condition :
1st test : in the condition of the task
2nd test : in the condition of task's report
I tested it for 2 customers (Customer A with Amount >=100k and Customer B with Amount <100k), but i received 2 email
1st mail to Customer A with the attachment
2d mail to Customer B with Error (attached image) : Some reports failed to generate
I need to stop sending this kind of email to customer who have Amount < 100K
Thanks in advance.
Hi,
I think you added the condition to a report in a publish task, not to the task. For the details refer to https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/ReportsDevelopment/Conditions.htm
Than you have to change the following setting:
Explained in details at: https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/AdministeringQVNprinting/Admin-setti...
Best Regards,
Ruggero
Hi,
I think you added the condition to a report in a publish task, not to the task. For the details refer to https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/ReportsDevelopment/Conditions.htm
Than you have to change the following setting:
Explained in details at: https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/AdministeringQVNprinting/Admin-setti...
Best Regards,
Ruggero
I think advance filter could be a good way to handle this, Use this for your cycle field so that report won't be generated if advance filter condition is false. here is the details -
https://community.qlik.com/t5/Member-Articles/Examples-of-Advanced-Search-Filters/ta-p/1594779
Thanks,