Thanks a lot Florian
.
I tried with 2nd option and it worked. But the 1st option didn't. Can you please elaborate option 1. i.e. use "count" aggregation functionality.
Basically when I use analytic view and add field "user" to output, I can use "count" aggregation on user but then I don't get the desired output. what i want is something like this:
userName Count
user1 10
user2 2
user3 5
What I get is
userName
10
2
1
I want userName along with Count.
Thanks,
Muks