Good day. I am trying to add a field to a report. This field might be blank in some instances, or in others, contain text.
I have created a formula that shows this field {ap_cheque_comments.apchc_comments } if it is present for the particular cheque that was issued.
If InStr({ap_cheque_comments.apchc_comments}, "" ) =1 then {ap_cheque_comments.apchc_comments}
However, when I insert this formula into the report, it duplicates the amounts for each invoice that is being paid.
So a one page report turns into a 13 page report, and the totals increase accordingly.
I have tried inserting the formula in various parts of the report (page header, details, page footer) and it still cause the report to have duplicate values. Any ideas or assistance would be appreciated.
I have created a formula that shows this field {ap_cheque_comments.apchc_comments } if it is present for the particular cheque that was issued.
If InStr({ap_cheque_comments.apchc_comments}, "" ) =1 then {ap_cheque_comments.apchc_comments}
However, when I insert this formula into the report, it duplicates the amounts for each invoice that is being paid.
So a one page report turns into a 13 page report, and the totals increase accordingly.
I have tried inserting the formula in various parts of the report (page header, details, page footer) and it still cause the report to have duplicate values. Any ideas or assistance would be appreciated.