Let’s suppose the following:
A user creates a new discussion and responds 2 (two) times to his topic. At the same time, the same user in other topics that other people published, responds with five messages.
The user’s “posts” counter shows his messages (which would be two plus five).
How do I know that their messages are five with data explorer?
I mean I need an SQL query that returns the number of user messages on topics where he is not the author.
I was looking for the query, I checked the list of queries’s Data Explorer, and I also tried to create a new query to get the result, however I can not find how many posts a user has.
My head has burned, excuse me.
I hope someone can help me