Subscription problem

  • 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

  • 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. Selburg
  • 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