Hi I would just like to ask if how can I change the sign using the debit/credit indicator fields. I want to know the exact formula to use so that its easy for me to transform. I want to change the sign with negative (-) if it is "C". Here is the sample data:
| D/C | Amount | Expected Amount |
| D | 100 | 100 |
| C | 100 | -100 |
| D | 50 | 50 |
| C | 50 | -50 |