BlushingFBM
Technical User
I am trying to do a simple double grouping example but I am having difficulty recalling how to do this.
I have a table that has login attempts for users that looks something like:
User Name | Login Date
User 1 | 1/14/2009 11:11:39 AM
User 2 | 1/23/2009 10:171:29 AM
Etc.
I grouped the data by Login Date for each hour and created a sum for the group which gave me:
2:00 am 6
3:00 am 8
4:00 am 8
(I also formatted the date field to only show me the time portion)
The issue is I have data that is repeated over and over again and would like one sum for a given hour. So I would like to apply another grouping so that I can collapse these multiple times and get a sum of logins for a given hour over multiple days.
Thanks,
Matt.
I have a table that has login attempts for users that looks something like:
User Name | Login Date
User 1 | 1/14/2009 11:11:39 AM
User 2 | 1/23/2009 10:171:29 AM
Etc.
I grouped the data by Login Date for each hour and created a sum for the group which gave me:
2:00 am 6
3:00 am 8
4:00 am 8
(I also formatted the date field to only show me the time portion)
The issue is I have data that is repeated over and over again and would like one sum for a given hour. So I would like to apply another grouping so that I can collapse these multiple times and get a sum of logins for a given hour over multiple days.
Thanks,
Matt.