Add Employee Name into a tabular report.

Add Employee Name into a tabular report.

We're trying to run a report on all access that was removed with in the last 60 days. I've ran the report and can see the requests for each event, however it does not include the Employee name (without opening each hyperlink). Is there a way to add employee name as one of the columns shown in the report? The current report query is:

SELECT wo.WORKORDERID AS "Request ID", wo.TITLE AS "Subject" FROM WorkOrder wo WHERE ((wo.TITLE LIKE UPPER('%Please remove all Access to Systems and Facility%')) AND (((wo.CREATEDTIME >= datetolong('2018-02-16')) AND ((wo.CREATEDTIME != 0) AND (wo.CREATEDTIME IS NOT NULL))) AND ((wo.CREATEDTIME <= 1523948399000) AND (((wo.CREATEDTIME != 0) AND (wo.CREATEDTIME IS NOT NULL)) AND (wo.CREATEDTIME != -1))))) AND wo.ISPARENT='1'


Thanks in advance for anyone who has some suggestions.

                  New to ADSelfService Plus?