...
Variable | Description |
---|---|
Tolerance % for consumption variation on previous Tenant Bill, if both non-zero: | Percentage variance allowed where current bill and previous bill consumption greater than zero |
PASS if present bill = zero, previous bill = zero (bzz) | Select if validation should pass where both current and previous bills are zero bzz – pass if this bill and the previous bill both have zero consumption |
PASS if present bill = zero, previous bill non zero (bznz) | Select if validation should pass where the current bill is zero but the previous bill has consumption e.g. where property is now empty bznz – pass if this bill has zero consumption, previous bill has consumption |
PASS if present bill = non-zero, previous bill zero (bnzz) | Select if validation should pass where current bill has consumption and previous bills are zero e.g. property was previously empty bnzz – pass if this bill has consumption, previous bill has zero consumption |
PASS if cons difference % fails but kWh trivial, below significance limit (ignored if 0) | Enter a kWh value that can be used if the validator fails but by a small amount e.g. Main tolerance set to 10% and 500 kWh significance limit: Current cons = 4975 kWh Previous cons = 4500 kWh Difference = 475 This fails 10% tolerance as 4950 is the limit, but passes as less than 500 significance limit |
...
HiLimit=34.653 - the consumption in the previous bill (in kWh)
bzz=0.00 - 0 = not set in this validator, but if ticked, will pass if this bill and the previous bill both have zero consumption
PrevCons=34.653 - consumption on the previous bill 34.653 kWh (therefore did not pass validation as the previous bill has consumption of 34.653)
...