Hi good people,
I need to refer to a shared variable passed from the main report?
I have done this:
in the main report, defined a formula field as below
whileprintingrecords;
Shared dateTimeVar myTest1:={#MyLastFwdDate}
in the subreport, defined a formula field as below:
whileprintingrecords;
Shared dateTimeVar myTest1;
I want to use the value as one of the condition to select record records from DB and display them on the subreport.
What should I do in the selection formula?
thanks a lot.
Oicurp