Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT dbo_Catalog.Name, right(dbo_ExecutionLog.UserName,len(dbo_ExecutionLog.UserName)-7) as UserID, dbo_Catalog.ItemID, Format([TimeStart],""dd/mm/yyyy"") AS DateRun, Count(dbo_ExecutionLog.TimeStart) AS Runs
FROM dbo_Catalog INNER JOIN dbo_ExecutionLog ON dbo_Catalog.ItemID = dbo_ExecutionLog.ReportID