informer30
MIS
Hi All,
I have created a simple crystal report using BOXI Rel 2, my report has 2 parameters
an End Date and a Start Date. I have also inserted a simple subreport (in Page Header) where I
want to reference the inputted Enddate parameter.
So I created a formula in main report
whileprintingrecords:
shared datevar test : = {?enddate};
and then referrenced it in the subreport in a formula
whileprintingrecords;
shared datevar test;
But in the subreport my reference formula is coming through blank, both reports
are very basic....anyone any ideas?
Many Thanks
I have created a simple crystal report using BOXI Rel 2, my report has 2 parameters
an End Date and a Start Date. I have also inserted a simple subreport (in Page Header) where I
want to reference the inputted Enddate parameter.
So I created a formula in main report
whileprintingrecords:
shared datevar test : = {?enddate};
and then referrenced it in the subreport in a formula
whileprintingrecords;
shared datevar test;
But in the subreport my reference formula is coming through blank, both reports
are very basic....anyone any ideas?
Many Thanks