Good afternoon;
Assume we have three distinct records from a single individual - each record indicates a numeric estimate for a specific datum.
My report has a column for each of those three pieces of info. So I have the client identifier, followed by the three estimates, using a formula to display the estimates.
Client is one group, and there is another group (county) above the client. At the county level the estimate is the average for all the clients in that county. Easy so far? Almost.
My problem is that I do not want to average ALL the estimates. (Specifically, number 99 is used to indicate "no opinion", which I want to exclude from the calculation.)
First thing I would like to do would be to conditionally suppress the data in the detail line, if that data indicates 99. I know where to go to suppress a zero value. Can anyone help me suppress the datum if it is a different value?
Second thing I want to do is calculate the county average for all values that are not 99. That would go in the group header.
Suggestions? Thanks very much for your time.
D
Assume we have three distinct records from a single individual - each record indicates a numeric estimate for a specific datum.
My report has a column for each of those three pieces of info. So I have the client identifier, followed by the three estimates, using a formula to display the estimates.
Client is one group, and there is another group (county) above the client. At the county level the estimate is the average for all the clients in that county. Easy so far? Almost.
My problem is that I do not want to average ALL the estimates. (Specifically, number 99 is used to indicate "no opinion", which I want to exclude from the calculation.)
First thing I would like to do would be to conditionally suppress the data in the detail line, if that data indicates 99. I know where to go to suppress a zero value. Can anyone help me suppress the datum if it is a different value?
Second thing I want to do is calculate the county average for all values that are not 99. That would go in the group header.
Suggestions? Thanks very much for your time.
D