I have a field testresults.resulttext in my report that displays either a name or the word "acceptable". I'm trying to count the number of times a name shows up provided at same time there is an acceptable result with it.
Example- this would count as 1 for Smith, R but wouldn't count for James, H:
TestResult.result text time
Smith, R 12:15:07 PM
Acceptable 12:15:07 PM
James, H 12:17:18 PM
Acceptable 12:24:42 PM
I have grouped it by time (by the second).
Thanks.
Example- this would count as 1 for Smith, R but wouldn't count for James, H:
TestResult.result text time
Smith, R 12:15:07 PM
Acceptable 12:15:07 PM
James, H 12:17:18 PM
Acceptable 12:24:42 PM
I have grouped it by time (by the second).
Thanks.