I'm using the CS database in order to get some reports about user activity.
Examples :
Number of login and logouts of a user. Number of documents created by a specific user etc...
I'm using the DAuditNewCore table to get that info.
Unfortunately I didn't manage to get the number of times a user viewed / read a file.
There is an audit which called "View" but it's not representing the actual action.
Any ideas?
Thanks.