Oh the inhumanity of it...LOL
I am getting an error that states "A summary / Running total field could not be created" when I put this in a formula. I want to drop about 40 of these calculations in the Report Footer. ( This is pie in Access and is driving me up a wall in CR )
Formula 1:
Count({Query.CHARGE_CODE} like "182702"
Formula 2:
Count({Query.CHARGE_CODE} like "18270s" and
{Query.CHARGE_CODE} <> "182702A5" )
And so on thru all my calcs.
I really don't want to set up 40 groups if I can avoid it.
Any suggestions appreciated.
TIA..DBAFrog
I am getting an error that states "A summary / Running total field could not be created" when I put this in a formula. I want to drop about 40 of these calculations in the Report Footer. ( This is pie in Access and is driving me up a wall in CR )
Formula 1:
Count({Query.CHARGE_CODE} like "182702"
Formula 2:
Count({Query.CHARGE_CODE} like "18270s" and
{Query.CHARGE_CODE} <> "182702A5" )
And so on thru all my calcs.
I really don't want to set up 40 groups if I can avoid it.
Any suggestions appreciated.
TIA..DBAFrog