crystalhelp1
Technical User
I have followed previous posts regarding this topic, but I can't seem to get the formula to work.
I have a subreport w/ this formula:
WhilePrintingRecords;
Shared NumberVar Ord:= sum({OEPODTL.ODIQTY})
I have added the above subreport to the main report in GF1a.
I then created this formula and added to GF1b:
WhilePrintingRecords;
Shared NumberVar Ord;
Ord
I also have created reset formulas in Page Header and GF1c:
WhilePrintingRecords;
Shared NumberVar Ord := 0;
Shouldn't this return the variable from the subreport so I can use it in my formula? Currently the formula is only returning 0's.
I have a subreport w/ this formula:
WhilePrintingRecords;
Shared NumberVar Ord:= sum({OEPODTL.ODIQTY})
I have added the above subreport to the main report in GF1a.
I then created this formula and added to GF1b:
WhilePrintingRecords;
Shared NumberVar Ord;
Ord
I also have created reset formulas in Page Header and GF1c:
WhilePrintingRecords;
Shared NumberVar Ord := 0;
Shouldn't this return the variable from the subreport so I can use it in my formula? Currently the formula is only returning 0's.