Hi,
I have an SSRS report that has @startdate and @enddate parameters.
I want to email this report every day an end consumer, however, Mondays report needs to return 2 days worth of values, whereas, every other business day, only 1 days worth of values.
Is there a way to send values for SSRS parameters from the SSRS subscription interface? That way I can have two subscriptions, one for Mondays only, and one for Tue, Wed, Thu, Fri, that pass different values for the same two parameters, so that I reuse the same SSRS report for them both? I want it to be transparent to the end consumer that I am actually using two subscriptions for the same report. As far as he's concerned my method is smart enough to know it's Monday:-)
How do you specify the value of a parameter from the subscription on the report server?