Hello experts,
Im using APEX 20.1. I have an IG with 2 columns: DataType and Amount
My current situation is:
My need is:
The calculation of the sum must take into account this condition
IF (DataType == 'A' OR DataType == 'B' ) THEN - Amount
Else Amount
What's expected
Thank you for help.