Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
khan_imran
Creator II
Creator II

NPrinting report only when condition met

Hello All,

I have a requirement where I need to trigger report when defined criteria met using NPrinting. If my Sales <$ 10,000 then trigger an alert from Nprinting by including a chart in the report to a selected users.

Kindly provide your suggestion to achieve this.

Regards,

Imran K

1 Reply
NZFei
Partner - Specialist
Partner - Specialist

I would set up a variable in QlikView / Sense for example vTrigger:

=if(Sales<$10,000, 1,0)

Then set up a condition in NP (what version are you using?) loading that variable.

If the condition is met, sent out the report, otherwise don't.

Hope it can help.

Fei