?? on adding a day to a dataset filter date

  • Hi

    I have a two date parameters (StartDate and Enddate)

    I want to filter dataset1 by Startdate thru Enddate + 1 Day , I tried enddate value as =DATEADD("D",Parameters!EndDate.Value,1)

    But errors ...

    Any ideas would be great

    Thanks

  • I finally figured it out...

    I'm using =CDate(Format(Parameters!EndDate.Value, "yyyy-MM-dd" & " 23:59:59")) which gives me the end date @ 23:59:59

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

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