Hi All,
I have a running total in my report that evaluates based on a formula as follows:
It works most of the time, but it omits including the very first record in the running total sum. Is there something I should add to the formula to ensure the first record is not trying to check for a previous record?
I have a running total in my report that evaluates based on a formula as follows:
Code:
NOT(({RECEIVER.PURC_ORDER_ID}= previous({RECEIVER.PURC_ORDER_ID})) and ({PURC_ORDER_LINE.LINE_NO}= previous({PURC_ORDER_LINE.LINE_NO})))
It works most of the time, but it omits including the very first record in the running total sum. Is there something I should add to the formula to ensure the first record is not trying to check for a previous record?