The formula in the sub-report is as follows
shared numbervar STD;
STD:= {ICILOC.STDCOST};
The main report formula @SharedSTD
shared numbervar STD;
This formula is in the Detail line
the information is correct appearing on the detail line.
the subreport is in GH1 line.
When i go to use the formula @SharedSTD in another formula @COST in the Detail line
if {OEINVD.UNITCOST} <= 0 then {OEINVD.QTYSHIPPED} * {@sharedSTD} else {OEINVD.UNITCOST} * {OEINVD.QTYSHIPPED}
As soon as I try to run the report I get the following error:
A summary has been specified on a non-recurring field
DetailsCOST
Any thoughts ont he error would be greatly appreciated.
Bill
shared numbervar STD;
STD:= {ICILOC.STDCOST};
The main report formula @SharedSTD
shared numbervar STD;
This formula is in the Detail line
the information is correct appearing on the detail line.
the subreport is in GH1 line.
When i go to use the formula @SharedSTD in another formula @COST in the Detail line
if {OEINVD.UNITCOST} <= 0 then {OEINVD.QTYSHIPPED} * {@sharedSTD} else {OEINVD.UNITCOST} * {OEINVD.QTYSHIPPED}
As soon as I try to run the report I get the following error:
A summary has been specified on a non-recurring field
DetailsCOST
Any thoughts ont he error would be greatly appreciated.
Bill