Hi
I need a report that will show the distinct user id's that have logged into a computer in a given period. I've tried various types of cross tab, but they keep returning a horrendous number of records, and I'm sure it could be neater. In essence it is returning a row for every user, whether or not they logged into that particular pc on that day. what I would like to see is the users that logged in that day.
3 fields are being used - date, user ID and computer. The ideal view would be like this:
[Date1]
Computer... PC1 PC2 PC3 PC4 PC5
Users logged in 1 4 7 8 9
2 5 10 11 12
3
[Date2]
Computer... PC1 PC2 PC3 PC4 PC5
Users logged in 4 2 7 14 9
1 5 6 11 10
3
Any ideas gratefully received!
Cheers
Mike
I need a report that will show the distinct user id's that have logged into a computer in a given period. I've tried various types of cross tab, but they keep returning a horrendous number of records, and I'm sure it could be neater. In essence it is returning a row for every user, whether or not they logged into that particular pc on that day. what I would like to see is the users that logged in that day.
3 fields are being used - date, user ID and computer. The ideal view would be like this:
[Date1]
Computer... PC1 PC2 PC3 PC4 PC5
Users logged in 1 4 7 8 9
2 5 10 11 12
3
[Date2]
Computer... PC1 PC2 PC3 PC4 PC5
Users logged in 4 2 7 14 9
1 5 6 11 10
3
Any ideas gratefully received!
Cheers
Mike