April 3, 2007 at 7:12 am
Hi, I'm having trouble setting up a subscription for a report. I want to run the report on the first day of every month, with the start date parameter being the first day of the previous month.
Is this possible?
Thanks
April 3, 2007 at 5:31 pm
Set your parameter default to...
=DateTime.Today.AddMonths(-1)
and that should do it.
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgApril 4, 2007 at 3:57 am
Thats how I've done it, thanks!
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply