Hi All,
How can I put space after grouped accounts and put "Total" on the total amount row. See below sample. Thank you.
| Before: | | | |
| Account | Side | CCY | Amount |
| balance1 | debit | AUD | 100 |
| balance1 | credit | AUD | -200 |
| | | | -100 |
| balance2 | credit | USD | -300 |
| | | | -300 |
| balance3 | debit | EUR | 500 |
| balance3 | credit | EUR | -100 |
| | | | 400 |
| | | | |
| | | | |
| After: | | | |
| Account | Side | CCY | Amount |
| balance1 | debit | AUD | 100 |
| balance1 | credit | AUD | -200 |
| Total | | AUD | -100 |
| | | | |
| balance2 | credit | USD | -300 |
| Total | | USD | -300 |
| | | | |
| balance3 | debit | EUR | 500 |
| balance3 | credit | EUR | -100 |
| Total | | EUR | 400 |