Using Crystal Reports 9.2
Modifying some reports that came with our new software.
My Problem.
I have a formula in a Group Footer. Now I would like to add a summary of that formula at the bottom of my report in the report footer. When I go to "Insert Summary", my formula doesn't show up under the "Report Field" area--all I see are the tables and fields available.
I have modified other reports and my new formulas have shown up for me to Summarize.
Any ideas?
Here's my formula:
if {@Percent}>0
then (Sum ({JCCD.ActualCost}, {JCCH.CostType})/{@Percent}*100)
else
if Sum ({JCCD.EstCost}, {JCCH.CostType})>Sum ({JCCD.ActualCost}, {JCCH.CostType})
then Sum ({JCCD.EstCost}, {JCCH.CostType})
else Sum ({JCCD.ActualCost}, {JCCH.CostType})
Modifying some reports that came with our new software.
My Problem.
I have a formula in a Group Footer. Now I would like to add a summary of that formula at the bottom of my report in the report footer. When I go to "Insert Summary", my formula doesn't show up under the "Report Field" area--all I see are the tables and fields available.
I have modified other reports and my new formulas have shown up for me to Summarize.
Any ideas?
Here's my formula:
if {@Percent}>0
then (Sum ({JCCD.ActualCost}, {JCCH.CostType})/{@Percent}*100)
else
if Sum ({JCCD.EstCost}, {JCCH.CostType})>Sum ({JCCD.ActualCost}, {JCCH.CostType})
then Sum ({JCCD.EstCost}, {JCCH.CostType})
else Sum ({JCCD.ActualCost}, {JCCH.CostType})