MikeCopeland
Programmer
Using CR8.5...
It seems to simple, but I can't get it to work. I have a report that looks like this:
Name Rate Stage Date
Barber, Alex 50% Review 03/26/2007
Barber, Alex 30% Review 03/26/2007
Barber, Alex 40% Review 03/26/2007
Barber, Alex 50% Discharge 04/21/2007
Barber, Alex 90% Discharge 04/21/2007
and I wish to average the Rate column for each group (Alex Barber is one group, so I wish to compute the average: 52). I tried to create a formula:
WhilePrintingRecords;
Average({ClientISPDetail.CurrentMeasure})
and place it in the Group line, but its output is incorrect (it's ALWAYS 5.97...). I must be doing something very wrong, but I'm lost as to what it is... Please advise. TIA
It seems to simple, but I can't get it to work. I have a report that looks like this:
Name Rate Stage Date
Barber, Alex 50% Review 03/26/2007
Barber, Alex 30% Review 03/26/2007
Barber, Alex 40% Review 03/26/2007
Barber, Alex 50% Discharge 04/21/2007
Barber, Alex 90% Discharge 04/21/2007
and I wish to average the Rate column for each group (Alex Barber is one group, so I wish to compute the average: 52). I tried to create a formula:
WhilePrintingRecords;
Average({ClientISPDetail.CurrentMeasure})
and place it in the Group line, but its output is incorrect (it's ALWAYS 5.97...). I must be doing something very wrong, but I'm lost as to what it is... Please advise. TIA