i have a report where i have to display 11 prior date along with the current date.
how my report works is i give a parameter say idnum .this idnum picks the customerid and the date. the customerid has several dates and for each dates they r different idnum for the same customerid.(for example
date colum idnum customerid
04/01/2008 009 0000289
06/01/2008 109 0000289
04/01/2007 110 0000289 etc)
so when i give idnum 009 then it should pull the date 04/01/2008 plus 11 prior to that date.
i am already using a formula for the date display (it has time also) that is dateadd("h",1,{Command.STARTTIME})
can this be possible in report with help of a formula or should i work on query?
Thanks a bunch,
how my report works is i give a parameter say idnum .this idnum picks the customerid and the date. the customerid has several dates and for each dates they r different idnum for the same customerid.(for example
date colum idnum customerid
04/01/2008 009 0000289
06/01/2008 109 0000289
04/01/2007 110 0000289 etc)
so when i give idnum 009 then it should pull the date 04/01/2008 plus 11 prior to that date.
i am already using a formula for the date display (it has time also) that is dateadd("h",1,{Command.STARTTIME})
can this be possible in report with help of a formula or should i work on query?
Thanks a bunch,