Monday, March 19, 2012

datetime parameter

Hi all,
Is there a way to not allow a date older then a certain amount of time in
datetime paremeter in a report?
like from date not to allow anything older then 6 months.
thanks
gvOn May 1, 4:33 pm, "gv" <gerry.via...@.accesspointinc.com> wrote:
> Hi all,
> Is there a way to not allow a date older then a certain amount of time in
> datetime paremeter in a report?
> like from date not to allow anything older then 6 months.
> thanks
> gv
The best way to handle this would be to use a dataset tied to a stored
procedure/query that can limit the dates to the most recent 6 months.
Regards,
Enrique Martinez
Sr. Software Consultant|||ok thanks!!
gv
"EMartinez" <emartinez.pr1@.gmail.com> wrote in message
news:1178072625.417437.303620@.p77g2000hsh.googlegroups.com...
> On May 1, 4:33 pm, "gv" <gerry.via...@.accesspointinc.com> wrote:
>> Hi all,
>> Is there a way to not allow a date older then a certain amount of time in
>> datetime paremeter in a report?
>> like from date not to allow anything older then 6 months.
>> thanks
>> gv
>
> The best way to handle this would be to use a dataset tied to a stored
> procedure/query that can limit the dates to the most recent 6 months.
> Regards,
> Enrique Martinez
> Sr. Software Consultant
>|||I'm already filtering it this way. how do you tell the user that they typed
in the wrong date?
thanks
gv
"EMartinez" <emartinez.pr1@.gmail.com> wrote in message
news:1178072625.417437.303620@.p77g2000hsh.googlegroups.com...
> On May 1, 4:33 pm, "gv" <gerry.via...@.accesspointinc.com> wrote:
>> Hi all,
>> Is there a way to not allow a date older then a certain amount of time in
>> datetime paremeter in a report?
>> like from date not to allow anything older then 6 months.
>> thanks
>> gv
>
> The best way to handle this would be to use a dataset tied to a stored
> procedure/query that can limit the dates to the most recent 6 months.
> Regards,
> Enrique Martinez
> Sr. Software Consultant
>

No comments:

Post a Comment