Specified tolerance
- If the specified
tolerance is 0%, the remainder is captured in a remainder line.
- If the specified
tolerance is 100%, no remainder is calculated (even if data is missing for A or
B).
- If the specified
tolerance is between 0% and 100%:
- A remainder is
computed if the calculated difference is greater than the specified tolerance
(outside the tolerance) or if A has a non-zero value but the value of B is
missing (zero or null), or vice versa.
- No remainder is
computed if the calculated difference is less than or equal to the specified
tolerance (within the tolerance).
- If the specified
tolerance is a fixed amount:
- No remainder is
computed if the calculated difference is within the tolerance.
- A remainder is
computed if the calculated difference is outside the specified tolerance or if
either A or B is missing (zero or null).