I am not sure if this is possible or not.
But i have a summary report goruped by county name and for each county name i have:
County Name
Number of Records for County
HomeType - Primary (field homeType = 1)
HomeType - Secondary (field homeType = 2)
TotalAssessment (field (totalAssessment)
I need to get the count by county for homeType - which i did (since the field name is the same just different values)
Now, i would like to add a column for the average for each specific row
So, for example HomeTypePrimary - count(HomeType = 1) Total Records for that county
Does this make sense?
I am attempting to figure this out in sql and just pass in the values and i am not having much luck - so i though maybe crystal would be able to handle this?
Thanks.
-Bell
But i have a summary report goruped by county name and for each county name i have:
County Name
Number of Records for County
HomeType - Primary (field homeType = 1)
HomeType - Secondary (field homeType = 2)
TotalAssessment (field (totalAssessment)
I need to get the count by county for homeType - which i did (since the field name is the same just different values)
Now, i would like to add a column for the average for each specific row
So, for example HomeTypePrimary - count(HomeType = 1) Total Records for that county
Does this make sense?
I am attempting to figure this out in sql and just pass in the values and i am not having much luck - so i though maybe crystal would be able to handle this?
Thanks.
-Bell