Hi
May I know is there a way to see this tory of Active session of our users, such as how much time they are using Navision, and from what date/ Time to what date/time?
I know in Active session, in SQL I can do this, but it doesn't show me when the user log out:
SELECT [User ID], [Client Computer Name], [Login Datetime] FROM [Active Session] ORDER BY [User ID]
Thank you.