Hi Everybody
I have a Log table that logs all transactions for all users of a system.
I have the following fields:
User Name : String
Transaction Time : TimeStamp
Action : String
How do I get the total number of transactions PER TRANSACTON TYPE let say for a month? For exampe:
User1 : 15/08/2006: Edit Records : 30 events
User2 : 15/08/2006: Add Records : 20 events
User1 : 16/08/2006: Edit Records : 10 events
User2 : 16/08/2006: Add Records : 5 Events
Thanks
Johan Smith
I have a Log table that logs all transactions for all users of a system.
I have the following fields:
User Name : String
Transaction Time : TimeStamp
Action : String
How do I get the total number of transactions PER TRANSACTON TYPE let say for a month? For exampe:
User1 : 15/08/2006: Edit Records : 30 events
User2 : 15/08/2006: Add Records : 20 events
User1 : 16/08/2006: Edit Records : 10 events
User2 : 16/08/2006: Add Records : 5 Events
Thanks
Johan Smith