AlreadyLost
MIS
I have a field call TotalAmount. It adds all the running total fields together and display a sum of the total.
Here is my formula for the @TotalAmount:
{#CalAmt}+{#RiskAmt}+{#AdminAmount}
The problem:
Some of the field are blank, example:{#RiskAmt}. Therefore, my TotalAmount is blank. What can I do to my formula so that it will only add those with value in the field?
Here is the layout of my report:
GroupFooter:
{#CalAmt} {#RiskAmt} {#AdminAmount} {@TotalAmount}
Example data:
$24.00 (blank) $100.00 (blank right now)
Correct data should display like this:
$24.00 (blank) $100.00 $120.00
I am using Crystal 10.
Here is my formula for the @TotalAmount:
{#CalAmt}+{#RiskAmt}+{#AdminAmount}
The problem:
Some of the field are blank, example:{#RiskAmt}. Therefore, my TotalAmount is blank. What can I do to my formula so that it will only add those with value in the field?
Here is the layout of my report:
GroupFooter:
{#CalAmt} {#RiskAmt} {#AdminAmount} {@TotalAmount}
Example data:
$24.00 (blank) $100.00 (blank right now)
Correct data should display like this:
$24.00 (blank) $100.00 $120.00
I am using Crystal 10.