Hi
Please can someone help me with an issue that has me running around in circles.
The report is pulling data from SQL
I have a group called {Trans_Feature_Info.BTN}
Under BTN it lists a status of calls Y,N or I
pass=Y ; incomplete=I ; fail=F
Some BTN's are listed more than once
If BTN is listed more than once, then I want to do calculations on it.
1) A count of all the BTN's in that group
Count ({Trans_Feature_Info.BTN}, {Trans_Feature_Info.BTN})
This now works
2) An average pass rate for the BTN's
e.g.
BTN 77777 Y
Total BTN:1 Average Pass Rate = 100%
BTN 88888 N
Total BTN: 1 Average Pass Rate = 0%
BTN 99999 Y
BTN 99999 N
BTN 99999 I
BTN 99999 Y
Total BTN: 4 Average Pass Rate = 50%
How do I calculate the average pass rate. I can get it for the all the data, but nor for each group!
PLEASE HELP!
Regards
Honyo
Please can someone help me with an issue that has me running around in circles.
The report is pulling data from SQL
I have a group called {Trans_Feature_Info.BTN}
Under BTN it lists a status of calls Y,N or I
pass=Y ; incomplete=I ; fail=F
Some BTN's are listed more than once
If BTN is listed more than once, then I want to do calculations on it.
1) A count of all the BTN's in that group
Count ({Trans_Feature_Info.BTN}, {Trans_Feature_Info.BTN})
This now works
2) An average pass rate for the BTN's
e.g.
BTN 77777 Y
Total BTN:1 Average Pass Rate = 100%
BTN 88888 N
Total BTN: 1 Average Pass Rate = 0%
BTN 99999 Y
BTN 99999 N
BTN 99999 I
BTN 99999 Y
Total BTN: 4 Average Pass Rate = 50%
How do I calculate the average pass rate. I can get it for the all the data, but nor for each group!
PLEASE HELP!
Regards
Honyo