How to apply amount difference condition

@maretval

How can we use amount difference condition in the report.

For example, we have amount1 and amount 2. We want to display records where amount1 < amount2.

@rsp use the same as in How to filter negative records

If amount1 - amount2 is less than 0 then it means that amount 1 < amount2

1 Like