Average in Group Footer
Posted: Thu Aug 05, 2010 10:12 am
I have a report that has 2 group headers/footers (tax district and then parcel type).
For some parcel types (not all) the value is measured in units rather than a land, dwelling or building value sum.
For the average number of units in the parcel type footer I'm using {Functions.Divide(Sum(DataBand1,Parcel.[Number Of Units]),Count(DataBand1,Parcel.[Number Of Units]))} which works for the parcel group.
I'd like the same total to show up in the tax district footer, but the tax district group includes records where the count is zero (not relevant).
How do I create an expression in the tax district footer that will average the grain units, but not include the zeros from other parcel types?
For some parcel types (not all) the value is measured in units rather than a land, dwelling or building value sum.
For the average number of units in the parcel type footer I'm using {Functions.Divide(Sum(DataBand1,Parcel.[Number Of Units]),Count(DataBand1,Parcel.[Number Of Units]))} which works for the parcel group.
I'd like the same total to show up in the tax district footer, but the tax district group includes records where the count is zero (not relevant).
How do I create an expression in the tax district footer that will average the grain units, but not include the zeros from other parcel types?