slicknick515
Technical User
Hi, I am trying to pass values from a subreport to the main report.
Main report shows current Quantitiy on Hand of a particular product.
Subreport shows Quantity on Hand on a particular date selected.
I want to show the Historical Qunatity from the subreport next to the current Quantity on the main report.
Right now, I have this formula in my main report->
Whileprintingrecords;
Shared NumberVar myTotal;
myTotal
In the subreport, I have this formula->
Whileprintingrecords;
Shared NumberVar myTotal :={QtyonHand}
When i run the report, I get the same value (8.00) for every record. I have no idea where it is getting the 8 from.
Any help is appreciated.
Main report shows current Quantitiy on Hand of a particular product.
Subreport shows Quantity on Hand on a particular date selected.
I want to show the Historical Qunatity from the subreport next to the current Quantity on the main report.
Right now, I have this formula in my main report->
Whileprintingrecords;
Shared NumberVar myTotal;
myTotal
In the subreport, I have this formula->
Whileprintingrecords;
Shared NumberVar myTotal :={QtyonHand}
When i run the report, I get the same value (8.00) for every record. I have no idea where it is getting the 8 from.
Any help is appreciated.