I am using XI
I want to bring bacjk the result of a subreport so I can do a calculation in main report. In the subreport I have
WhilePrintingrecords;
Shared DateTimeVar RateResetDate := Minimum({EVENTS.action_dt})
In the main report I have
WhilePrintingRecords;
Shared DateTimeVar RateResetDate :=Date(0,0,0) I will get this date and compare with run date to get a number of days so I can then do an interest calculation.
However in main reportthe formula does not bring back records (the subreport does)
I want to bring bacjk the result of a subreport so I can do a calculation in main report. In the subreport I have
WhilePrintingrecords;
Shared DateTimeVar RateResetDate := Minimum({EVENTS.action_dt})
In the main report I have
WhilePrintingRecords;
Shared DateTimeVar RateResetDate :=Date(0,0,0) I will get this date and compare with run date to get a number of days so I can then do an interest calculation.
However in main reportthe formula does not bring back records (the subreport does)