What am I leaving out of this formula
IF {INVOICE.TRANS_TYPE}='R' and {INVOICE.POSTADJ}>0 then {INVOICE.POSTADJ} else {INVOICE.REMITTED}
IF {INVOICE.POSTADJ}<0 then "CREDIT ON FILE"
It tells me the remaining text doesn't appear to be part of the formula (its pointing to this line IF {INVOICE.POSTADJ}<0 then "CREDIT ON FILE" )
IF {INVOICE.TRANS_TYPE}='R' and {INVOICE.POSTADJ}>0 then {INVOICE.POSTADJ} else {INVOICE.REMITTED}
IF {INVOICE.POSTADJ}<0 then "CREDIT ON FILE"
It tells me the remaining text doesn't appear to be part of the formula (its pointing to this line IF {INVOICE.POSTADJ}<0 then "CREDIT ON FILE" )