I have a log that documents call results for phone calls as a CSV event record There is a field in the event record for the phone number The event record may contain a list of sub-events that I want to track. If the CSV event record contains a sting "MOCK,?,?,1" that is counted as a BAD call. The "1" is what determine it's a bad call we don't care what the ? number are) If the event record has any event ("MOCK,?,?,0" but not "MOCK,?,?,1") this is a Good call
A would like to report to show the number of calls to every "phone number" and the percentage of Bad calls
... View more