I have a query that returns data based on fields
country in range
the country field contains multiple countries, I want to make a report that counts the number of times the country appears
the in range field contains OK, out of range, not received
I also want to count the number of occurences of each of these and keep tied to the country
example
I would like a report that looks like this
Country Total # Out of range OK Not received
Argentina 6 2 2 2
Belgium 8 2 5 1
Brazil 2 1 1
Thank you
country in range
the country field contains multiple countries, I want to make a report that counts the number of times the country appears
the in range field contains OK, out of range, not received
I also want to count the number of occurences of each of these and keep tied to the country
example
I would like a report that looks like this
Country Total # Out of range OK Not received
Argentina 6 2 2 2
Belgium 8 2 5 1
Brazil 2 1 1
Thank you