Support,
I have 2 attributes Total_Amount & Due_Amount
The Due_Amount is calculated when the amounts received are entered.

Bug. The rule to check if the Due_Amount is 0 does not recognise the format 0.00.
I have also tried changing the RULE to check if balance is 0.00 instead of just 0,
eg.
If Objet.Due_Amount<>0.00 Then REPORT ERROR ' '
but the rule engine only recognises 0.0 NOT 0.00.
Why is 0.00>0?
Cheers,
Rennur