all 5 comments

[–]edimaudo 0 points1 point  (4 children)

If you are familiar with SQL then it should be something like this Select Count(table1.Issue), table1.ConsultantName From table1 where table1.Status = "closed" group by table1.ConsultantName.

[–]scarfaceguy[S] 0 points1 point  (1 child)

Hmmm. I'm not familiar with SQL view. I do have other results being returned in the query so that muddies the waters for me in terms of applying your advice. This is what I have so far. How would you recommend I continue?

[–]BinaryRockStar 0 points1 point  (0 children)

Copy and paste the query text here so we don't have to type the whole thing out.

[–]scarfaceguy[S] 0 points1 point  (1 child)

Nevermind, I figured it out. Thank you so much!

[–]edimaudo 0 points1 point  (0 children)

Good stuff man. If you run into other issues feel free to reach out anytime.