Number of Case Good
For every case, the Analysis Rule sets a flag as a parameter in TransferCalculatedResults that is either 'T' for True when the calculation of Volume is good or 'F' for False if it isn’t good.
The good condition is verified in the following conditions:
- Transfer Solvability attribute value is NR (not redundant), S (Solvable), R (Redundant);
- Reconciled Quantity is not null;
- Reconciled Quantity is greater than the Test1 Index parameter
NumberCaseGood is calculated by the DataReference counting how many 'T' flags are listed in the TransferCalculatedResults attribute.