Conditionally show page total
Hello everybody,
My request is very simple, I have a report with page level calculations
I calculate:
Credit Page Total
Debit Page Total
Balance Page Total
The customer request has changed and wants to show only the balance page total, but in it's respective column Debit or Credit
so in the debit column I would like something like:
<?If balance carried forward>0?> <?balance carried forward?> <?end if?>
so in the credit column I would like something like:
<?If balance carried forward<0?> <?balance carried forward?> <?end if?>
so in the balance column I would like something like:
<?If balance carried forward=0?> <?balance carried forward?> <?end if?>