lyric0n
Technical User
- Dec 28, 2005
- 74
Hello,
I have data in the following format and I need a distinct count of users. I have a way to come up with the grouping, but making it distinct is causing me issues.
ID | Device | Method | Username
1 | Alpha | X | smith
2 | Beta | X | smith
3 | Beta | Y | smith
4 | Alpha | Z | john
Results:
Method MethodCount
X 1
Y 1
Z 1
Thanks for any help,
Chris
I have data in the following format and I need a distinct count of users. I have a way to come up with the grouping, but making it distinct is causing me issues.
ID | Device | Method | Username
1 | Alpha | X | smith
2 | Beta | X | smith
3 | Beta | Y | smith
4 | Alpha | Z | john
Results:
Method MethodCount
X 1
Y 1
Z 1
Thanks for any help,
Chris