Hello,
I need the correct information about Days Late so that I can calculate the due date. I am not using the Receivables - Standard Receipts Application Details Real Time subject area because I am experiencing several issues trying to pull the other necessary information from this area.
Below is an example: the application shows 17 days late, while OTBI only returns 11 days late.
How can I perform this operation? Is there an alternative way to obtain the due value?
Currently, I am using the following calculation to account for weekends:
TimestampAdd(SQL_TSI_DAY,
ABS("Standard Receipt Application Details"."Receivable Application Days Late") +
FLOOR(ABS("Standard Receipt Application Details"."Receivable Application Days Late") / 5) * 2,
"Standard Receipt Details"."Deposit Date")