Welcome to the Enterprise Reporting feedback portal. We’re happy you’re here! If you have feedback on how to improve the Enterprise Reporting, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Ability to put a condition that determine if a schedules runs or not.
Useful if you need to have notification reports every 5 minutes of order updates, for example. If there are no order updates, then you don't want to send a blank report. I would love to be able to do something like this:
declare @NoOfUpdates int
select @NoOfUpdates = count(*) from order where order_update_date less than 5 minutes ago.
And put a condition the variable @nOoFuPDATES being greater than 0.