The query displays the custom reports and query reports saved by technicians.
SELECT custrepdet.report_name "Report Name",
au.first_name"Created By" from customreportquery custrep
LEFT JOIN customreport_details custrepdet ON custrep.reportid=custrepdet.reportid
LEFT JOIN aaauser au on au.user_id=custrepdet.ownerid left join sduser sd on sd.userid=au.user_id
where au.first_name is not NULL
DB: MSSQL and Postgres
Filter: None
Sample Report