Hello
I have created an accounting mask. Now I have the following problem. When “Ausgabe” is entered on the right, it should subtract the amount in the subtotal below. I have reformatted the fields with a negatif character “-”. However, that only changes the formatting and not the total itself.
So in summary I want it to add up the following as an example:
- CHF 5,000.00 Income
- CHF -100.00 Expenditure
- CHF -200.00 Expenditure
Total: CHF 4,700.00 (5k - 300)
How can I make it add the income to the expenses and add if the amount is less than 0?
Thank you so much!