mathblaster
Technical User
Hello,
I'm unable to do something that should be straight forward...
I'm using CR 9 with SQL.
In my report I have 5 columns (2004, 2005, 2006, 2007, 2008). 04 and 05 are actual YTDAmount numbers from SQL data base. 06, 07, 08 are based on a formula (05*factor of %increase). In the group footer, I want to sum 06, 07, 08 - but I can't.
I get the message "This field cannot be summarized".
My fields are in the same group header, and I'm trying to create a 'summing' formula in the group footer. I also need to account for a beginning cash balance in each column which is in a different group header
06 example of formula is this Sum ({@YTDAmount}, {@Type})*{@factor2}
This is factor2 formula
if {@DEPT} = " 9" and LEFT(GroupName ({@Type}),2)= "08" then 1.45
else
if {@DEPT} = " 9" and LEFT(GroupName ({@Type}),2)= "09" then 1.02
else
if {@DEPT} = "000" and LEFT(GroupName ({@Type}),2)= "20" then 1.03
else
if {@DEPT} = "000" and LEFT(GroupName ({@Type}),2)= "21" then 1.03
else
I reset each year
How else can I do this??
I'm unable to do something that should be straight forward...
I'm using CR 9 with SQL.
In my report I have 5 columns (2004, 2005, 2006, 2007, 2008). 04 and 05 are actual YTDAmount numbers from SQL data base. 06, 07, 08 are based on a formula (05*factor of %increase). In the group footer, I want to sum 06, 07, 08 - but I can't.
I get the message "This field cannot be summarized".
My fields are in the same group header, and I'm trying to create a 'summing' formula in the group footer. I also need to account for a beginning cash balance in each column which is in a different group header
06 example of formula is this Sum ({@YTDAmount}, {@Type})*{@factor2}
This is factor2 formula
if {@DEPT} = " 9" and LEFT(GroupName ({@Type}),2)= "08" then 1.45
else
if {@DEPT} = " 9" and LEFT(GroupName ({@Type}),2)= "09" then 1.02
else
if {@DEPT} = "000" and LEFT(GroupName ({@Type}),2)= "20" then 1.03
else
if {@DEPT} = "000" and LEFT(GroupName ({@Type}),2)= "21" then 1.03
else
I reset each year
How else can I do this??