To create an export to see the last time each user logged in, follow the steps below.
In the Admin Tool, click Import/Export Data.
Click Create an export definition.
Click Select the data to export.
Connect to the SelectSystem database.
Click the SQL tab.
Copy the SQL data below into the blank space.
SELECT Security.Users.[User Name], Security.Users.[Windows User Name], Security.Users.[Last Login Time], Security.Users.[Last Logout Time], Security.Users.[Away From], Security.Users.[Returning On], Security.Users.[First Login Time] FROM Security.Users
Click Data. The results will be generated.
In the top left corner, select Person Number as the key field.
In the bottom right corner, click OK.
Name the export definition.
Browse to a file location to save this instance of the export.
Click Next, Next, Finish.
