Hello,
I am working on scheduling a report where it should only run if the sql count > 0
In datadriven subscription I have the sql in the command box which basically does select count(*) as counter from tbl1...
But I do not know how to set this schedule so that it only runs at 8 am only if the counter is > 0
How is this done please?
Thank you