PQTIII
IS-IT--Management
- Sep 21, 2004
- 110
I have the subreport in the group header on the main. It runs find, but will not pass the results back. It is the total of working shifts for a certain group.
In the sub report, I have the following (in report footer:
WhilePrintingRecords;
Shared NumberVar Totalshifts := DistinctCount ({930_OEE.eqmt})
In the main report ( in details):
WhilePrintingRecords;
Shared NumberVar TotalShifts
I want to use this passed number for a calc in details, but it comes back a 0 and the sub report says 28.
Any suggestions??
Thanks Paul
In the sub report, I have the following (in report footer:
WhilePrintingRecords;
Shared NumberVar Totalshifts := DistinctCount ({930_OEE.eqmt})
In the main report ( in details):
WhilePrintingRecords;
Shared NumberVar TotalShifts
I want to use this passed number for a calc in details, but it comes back a 0 and the sub report says 28.
Any suggestions??
Thanks Paul