This is an offshot of my previous thread. I have a table that has many fields, four of which are relevant here: the unique ID, Issue, Engagement and Year. I want to create a query that shows me, for each row on that table, how many other rows have the same combination of Issue, Engagement and year. In other words, it's baiscally like a field with a countifs statement.
I assume this would require one or more queries that makes use of the totals column. But I can't quite wrap my mind around how to pull it off. Can anyone give me a hint as to how I should structure the query or queries?
Edit: One thing I tried was creating a query with a field that concatonated Issue, Engagement and Year and using "Count" from the total line. But I obviosuly don't know what I'm doing because that returned a result of 1 in each row.