Hi All,
CR 9..
Main report has prompt parameter field (start_date) type date.
Need to pass prompt value from main to subreport. The subreport has Database field (logindate) type datetime.
I create a formula in the subreport as follows:
@date
cdate(logindate)
I based the link between the subreport and main report on ?start_date and @date...
The report is running for long time, I had to abort it.
Am I missing something?
Appreciate your help..
Steve
CR 9..
Main report has prompt parameter field (start_date) type date.
Need to pass prompt value from main to subreport. The subreport has Database field (logindate) type datetime.
I create a formula in the subreport as follows:
@date
cdate(logindate)
I based the link between the subreport and main report on ?start_date and @date...
The report is running for long time, I had to abort it.
Am I missing something?
Appreciate your help..
Steve