I wonder if the following is possible;
I would like to fire off an Reporting Services report based on the outcome of a query. Something like: 'if the total amount of salaries > 10.000 then execute a specific report and mail it to a subscriber'.
I know you can define data driven subscriptions, but they only allow you to dynamically specify the receiver of the email based on a query.
I would rather be able to define a query that would then trigger a scheduled report. Anybody knows if this has been done already (without development in .NET, VB or ASP)?