Fermo Zolli
Technical User
Hello, everybody,
New in this Forum,
With CR 2008 Version 12.3.0.601 I have created a subreport and edited a formula as follows:
//@SubFormula
//Returns the value that was stored
whileprintingrecords;
Shared DateVar DataCompletamento;{FOLLOWUP_STEP.WFFS_COMPLETION_DATE}
(note: if I try to write
Shared DateVar DataCompletamento:={FOLLOWUP_STEP.WFFS_COMPLETION_DATE};
It gives error)
COMPLETION_DATE is a Date and Time field. It is working correctly as I can ready its value in detail_a
Main report, I created another formula with same name (DataCompletamento) as the one in subreport, as follows:
//@MainFormula
//Returns the value that was stored
whileprintingrecords;
Shared datevar DataCompletamento;
I put this formula in detail_b area and I do not get any result: Why is it not working?
The 2 reports are linked and it is working correctly. I did so many trials but without any success.
Mi final goal is to get a difference in days between this date and another date in masni report.
Any help would be more than welcome.
New in this Forum,
With CR 2008 Version 12.3.0.601 I have created a subreport and edited a formula as follows:
//@SubFormula
//Returns the value that was stored
whileprintingrecords;
Shared DateVar DataCompletamento;{FOLLOWUP_STEP.WFFS_COMPLETION_DATE}
(note: if I try to write
Shared DateVar DataCompletamento:={FOLLOWUP_STEP.WFFS_COMPLETION_DATE};
It gives error)
COMPLETION_DATE is a Date and Time field. It is working correctly as I can ready its value in detail_a
Main report, I created another formula with same name (DataCompletamento) as the one in subreport, as follows:
//@MainFormula
//Returns the value that was stored
whileprintingrecords;
Shared datevar DataCompletamento;
I put this formula in detail_b area and I do not get any result: Why is it not working?
The 2 reports are linked and it is working correctly. I did so many trials but without any success.
Mi final goal is to get a difference in days between this date and another date in masni report.
Any help would be more than welcome.