Crystal 8.5 on Oracle 8i Database.
I must be missing something.
On one Main report, the subreport is successfully linking and providing me with the necessary data. However, in another main report, the same parameter links on the same subreport is coming up empty. I've double checked the Change Subreport links and they are identical.
There are two parameters
RMo for Report Month Number (1 - 12)
RYr for Report Year Number (2003,2004,etc)
From the parameters, I created 2 formulas
@DtFrom
dateserial(year{?Ryr},Month({?RMo),1)
@DtTo
dateserial(year{?Ryr},Month({?RMo)+1,1)
I create subreport links
@DtFrom subreport parameter to use ?PM-@DtFrom
@DtTo subreport parameter to use ?PM-@DtTo
select data in subreport based on fields is unchecked
The subreport Select Expert has
{DISPATCH.CLOSE_DATE} in {?Pm-@DtFrom} to_ {?Pm-@DtTo}
While the subreport is in the report footer on the 1st main report, it's in the report header on the 2nd main report but even after moving it in the other sections, I still draw a blank.
There has to be some report option I am missing?
I must be missing something.
On one Main report, the subreport is successfully linking and providing me with the necessary data. However, in another main report, the same parameter links on the same subreport is coming up empty. I've double checked the Change Subreport links and they are identical.
There are two parameters
RMo for Report Month Number (1 - 12)
RYr for Report Year Number (2003,2004,etc)
From the parameters, I created 2 formulas
@DtFrom
dateserial(year{?Ryr},Month({?RMo),1)
@DtTo
dateserial(year{?Ryr},Month({?RMo)+1,1)
I create subreport links
@DtFrom subreport parameter to use ?PM-@DtFrom
@DtTo subreport parameter to use ?PM-@DtTo
select data in subreport based on fields is unchecked
The subreport Select Expert has
{DISPATCH.CLOSE_DATE} in {?Pm-@DtFrom} to_ {?Pm-@DtTo}
While the subreport is in the report footer on the 1st main report, it's in the report header on the 2nd main report but even after moving it in the other sections, I still draw a blank.
There has to be some report option I am missing?