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: 
mikecrengland
Creator III
Creator III

NPrinting Conditional Task help

     Hello All -

We've created a small QVW that monitors 16 SQL tables that are replicated each night. We need to update users whether or not the jobs were successful. The QVW simply gives a 1 or 0 for success/failure.

What we'd like to do is to send the report every 1/2 hour each morning until all tables are successfully replicated. It's a simple Excel/HTML report in the body of the email:

Capture.PNG

I think I have it working with a condition to send until all are successful.. simply a straight table with a calculation condition of sum(success) <> 16, running every 30 minutes between 6-10am. What I can't figure out is how to send the final 'successful' email. (when sum(success) = 16) just once, when ever it might happen during the morning.

Any help would be much appreciated!

Thanks,

mike

1 Reply
mikecrengland
Creator III
Creator III
Author

bump...