Add generic parameters in subscription
Hello, I have a report where I want my subscription to send two parameters: StartDate and EndDate. These dates should both always be todays date. I would like to enter something like Getdate() as a parameter, but don't know how. All help
would be deeply appreciated.
July 11th, 2011 10:10am
Hi SPEHE,
You'll have to set the default value of the parameters as Today() in report designer(in parameter properties) and then deploy the report to your Report Server. When the subscription
runs, the parameters will automatically pick today’s date.
Hope this helps.
Free Windows Admin Tool Kit Click here and download it now
July 11th, 2011 10:27am
Worked like a charm!
Thanks!
July 11th, 2011 10:34am


