I need some help please: version 4.45 SQL Customer wants to print AR Statements for the first time ever, starting tomorrow. They want a ""quick change"" to the statement format.
They would like to exclude from the statement, all credit memos that are older than 180 days. I tried using a formula in select expert, and also tried suppressing the detail lines with the same formula. Neither approach is working. I need another set of eyes. here's the formula I'm using:
({AR_StatementWrk.InvoiceType}=""CM"") AND ((CurrentDate-{@InvoiceOrTransactionDate}) < 180)