I have 2 paramters: StartDate and EndDate. I plan to add a third parameter
Interval to set the StartDate and EndDate like you suggested above. Since I
for Interval). Is there a way to do this or I have to make StartDate and
"Robert Bruckner [MSFT]" <robruc@online.microsoft.com> wrote in message
news:upepLfKDFHA.3540@TK2MSFTNGP14.phx.gbl...
> Not in SP2 and not in 2005. But it is under consideration for a future
> release. For now, you have to look into other ways to achieve this (like
> the ones suggested in my previous posting).
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "VNN" <VNN@hotmail.com> wrote in message
> news:OL4NoHKDFHA.3908@TK2MSFTNGP12.phx.gbl...
>> Is there a plan to have these fields accept expressions in future version
>> like sp2 or 2005? Anyone knows?
>>
>> "Robert Bruckner [MSFT]" <robruc@online.microsoft.com> wrote in message
>> news:OsibVIJDFHA.4004@tk2msftngp13.phx.gbl...
>>> No, you cannot use expressions at the subscription page.
>>> You could achieve this through defining expression-based default values
>>> in the report and publishing it. Alternatively you could have a list of
>>> valid values ("Yesterday", "Last 30 days", etc.) and would then e.g. use
>>> an expression-based query commandtext to translate the user-selection of
>>> the parameter value into date values behind the scenes.
>>>
>>> --
>>> This posting is provided "AS IS" with no warranties, and confers no
>>> rights.
>>>
>>> "VNN" <VNN@hotmail.com> wrote in message
>>> news:OQ32EMIDFHA.936@TK2MSFTNGP12.phx.gbl...
>>>> This is where I have to type it in the subscription page. If I use
>>>> default for both, it will use the last 30 days (this is the default in
>>>> the Report Manager.) If I type them in, the only thing I can use is the
>>>> actual date, expression doesn't work. So my question is, in the
>>>> subscription page where I have to type in the StartDate and EndDate
>>>> parameters, can I use any expression at all? Or I have to use static
>>>> date (like 1/1/2005)?
>>>>
>>>> Thanks
>>>>
>>>>
>>>> "Lance" <lancehunt@gmail.com> wrote in message
>>>> news:1107708613.823968.157500@c13g2000cwb.googlegroups.com...
>>>>> Let me take a stab at this one...but, first, I need some info;
>>>>>
>>>>> When you refer to the StartDate and EndDate parameters are you talking
>>>>> about the Subscription Schedule or the Report Parameters?
>>>>>
>>>>> If you are referring to the Report Parameters, then you simply move
>>>>> the
>>>>> date
>>>>> manipulation into the Stored Procedure or SQL Query used by the report
>>>>> instead of trying to pass-in the dates. Alternatively, you can
>>>>> dynamically calculate the dates within the RDL and pass them in to the
>>>>> SQL Query or SP.
>>>>>
>>>>> However, it sounds like you are referring to the Subscription Schedule
>>>>> settings. in this case, I would recommend multiple subscriptions.
>>>>> Setup 1 for daily execution, and another for the every 30-days
>>>>> subscription.
>>>>>
>>>>> If I have misunderstood your question, please clarify and I'll try
>>>>> again.
>>>>>
>>>>> Thank you,
>>>>>
>>>>> Lance Hunt
>>>>>
http://weblogs.asp.net/lhunt/ >>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>