IF {PAYLIST.AMOUNT}+ sum{CUST.CREDIT}<>{PAYLEDGER.AMOUNT}+sum{CUST.CREDIT} then {PAYLEDGER.AMOUNT}+sum{CUST.CREDIT} else {PAYLIST.AMOUNT}+sum{CUST.CREDIT}
I have just tried to re-create your problem with no joy.
However looking at your formula, maybe it needs some brackets?
IF ({PAYLIST.AMOUNT}+ sum{CUST.CREDIT}) <> ({PAYLEDGER.AMOUNT}+sum{CUST.CREDIT}) then ({PAYLEDGER.AMOUNT}+sum{CUST.CREDIT}) else
({PAYLIST.AMOUNT}+sum{CUST.CREDIT})
dont know if that will solve your issue but its the first thing that comes to my mind.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.