catchingup
Technical User
i am writing a report in cr10 - the formulas all work correctly right now but i'm trying to add in an additional summary field and it won't allow me to using the sum function. I tried writing a formula with formula editor to perform the same function and i get an error indicating "Field is Required here" - the setup is as follows:
DETAIL LEVEL FIELDS:
{job size}
{@indivcost/sf}
*this formula is:
if {PEE_ESTIMATE_ITEM.Takeoff_Quantity} <> 0 then
{@Total Amount} / {PEE_ESTIMATE_ITEM.Takeoff_Quantity}
GROUP FTR FIELDS:
{@COST/SF}
*this formula is:
Sum({@Total Amount},{PEE_ESTIMATE_ITEM.Phase_Code})/{PEE_ESTIMATE_COVERPG_SETUP.Job_Size}
RPT FTR FIELDS:
I'm trying to add the summary of the group footer formula - which will give me an overall Cost/SF.....if i try to use the Summary function, choosing the formula field {@COST/SF} is not an option, or if i write the summary formula i get this error message:
---------------------------
Crystal Reports 10 for Best
---------------------------
This field cannot be summarized.
---------------------------
OK
---------------------------
Any ideas???
DETAIL LEVEL FIELDS:
{job size}
{@indivcost/sf}
*this formula is:
if {PEE_ESTIMATE_ITEM.Takeoff_Quantity} <> 0 then
{@Total Amount} / {PEE_ESTIMATE_ITEM.Takeoff_Quantity}
GROUP FTR FIELDS:
{@COST/SF}
*this formula is:
Sum({@Total Amount},{PEE_ESTIMATE_ITEM.Phase_Code})/{PEE_ESTIMATE_COVERPG_SETUP.Job_Size}
RPT FTR FIELDS:
I'm trying to add the summary of the group footer formula - which will give me an overall Cost/SF.....if i try to use the Summary function, choosing the formula field {@COST/SF} is not an option, or if i write the summary formula i get this error message:
---------------------------
Crystal Reports 10 for Best
---------------------------
This field cannot be summarized.
---------------------------
OK
---------------------------
Any ideas???