Thank you for clarification now I understand the issue. That expression will mean to display value if whole sum is greater than zero. Not individual account balances.
Try reading it with Accounting tags something like {ACCOUNT CREDIT TOTAL:Customer Accounts}
That is not working @emre as I assume it only gives any DEBIT TRANSACTIONS for the Work Period? How do you get a TOTAL VALUE of all Accounts in DEBIT? (or in CREDIT only).
I have a general question as far as creating REPORT TOTALS. How do you then create Report Total for Reports where you have selected partial data by use of a Filter?
Kendash has shown me 1 method - using a Table Comand #. Is there another method say for instance I use an expression to print an Entity Range 1000 - 2000 and wanted a total for REPORT TOTAL as this range may include Debits & Credits?
There is not syntax to do what you asked this is why he gave us table view. You can create specific tags with .sum that works for most cases but for what your asking it would probably need SQL which can be done now.