I am trying to pass subreport formula results to main report formulas using shared variables. The data from subreport is not being added to main report formula.
Main report formula:
Shared numberVar AllTotJanInd;
{@AllJanField}+{@AllJanTravel}+AllTotJanInd
The formulas in the subreport are in the Report Footer and RF is suppressed. If I unsuppress RF, then the results display correctly in the main report, but the main formula adds only AllJanField and AllJAnTravel.
I am using CR 7, Win95 and Informix DB.
Main report formula:
Shared numberVar AllTotJanInd;
{@AllJanField}+{@AllJanTravel}+AllTotJanInd
The formulas in the subreport are in the Report Footer and RF is suppressed. If I unsuppress RF, then the results display correctly in the main report, but the main formula adds only AllJanField and AllJAnTravel.
I am using CR 7, Win95 and Informix DB.