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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.