Subscription E-mail Configuration of Dates

  • Hello,

    I have a report that I would like to send out every Monday morning with a recap of the prior week. I have a start date/ end date parameter in my report. What I would like to do is to figure out how to set the start and end date fields, so it will always query the prior 7 days?

    Thanks

  • Hi there,

    You can use for start date the following expression: DateAdd("d",-7,Today()) and for end date Today().

    Those expressions can be set as default values for both parameters in the report definition and when creating the subscription to use default values.

    /ivan

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply