Trouble creating a custom report

Trouble creating a custom report

I am having trouble creating a report with all the Requesters data and information including the custom fields that I have created. 

Right now I have the below but I still need the custom ATTRIBUTES in the query

SELECT aa.USER_ID,aa.FIRST_NAME "FullName", al.NAME "LoginName",al.DOMAINNAME "Domain",aacontact.EMAILID "Email",dept.DEPTNAME "Department",sdorg.NAME "Site",aacontact.LANDLINE "Phone",sd.JOBTITLE "JobTitle",aacontact.MOBILE "Mobile" FROM AaaUser aa LEFT JOIN UserDepartment userdept ON aa.USER_ID=userdept.USERID LEFT JOIN AAAUserContactInfo aausercontact ON aa.USER_ID=aausercontact.USER_ID LEFT JOIN AaaContactInfo aacontact ON aausercontact.CONTACTINFO_ID=aacontact.CONTACTINFO_ID LEFT JOIN DepartmentDefinition dept ON userdept.DEPTID=dept.DEPTID LEFT JOIN SiteDefinition site ON dept.SITEID=site.SITEID LEFT JOIN SDOrganization sdorg ON site.SITEID=sdorg.ORG_ID INNER JOIN SDUser sd ON aa.USER_ID=sd.USERID LEFT JOIN HelpDeskCrew helpdeskcrew ON sd.USERID=helpdeskcrew.TECHNICIANID LEFT JOIN AaaLogin al ON aa.USER_ID=al.USER_ID WHERE ((helpdeskcrew.TECHNICIANID IS NULL) AND (sd.STATUS = 'ACTIVE'))


I believe the attributes I need to be added to the report are,

attributes_302
attributes_303
attributes_304
attributes_305
attributes_306 


Any direction or assistance someone can provide would be greatly appreciated. 

                  New to ADSelfService Plus?