Hi Lars,
A sample financial spec GL!BankLoc.SAM shows this - printing the cash account in the Asset section if it is a debit balance, and as a line of credit in the Liabilities section if it is a credit balance. This is a combination of two things:
1) Using formulas ADDEBIT or ADCREDIT output the balance if it's a debit or credit (respectively) otherwise output 0.00.
2) Using the RowFormat function and the 'FormatHidden' style to hide the row if the amount is zero. The formula in the right-most column would look like:
=IF($E22=0,"FormatHidden","")
where the end has two double-quotes.
Thanks for the encouraging words, too.
_________________________
Regards,
Softrak Tech Support