If you want technician groups, then, use the below query in analytics plus
select qd.QUEUENAME "Support group", au.FIRST_NAME "Technician" from QueueDefinition qd
left join Queue_Technician qt on qd.QUEUEID=qt.QUEUEID
join SdUser sd on qt.TECHNICIANID=sd.USERID
join AaaUser au on sd.USERID=au.USER_ID
order by 1
If the above steps does not meet your requirement, and if you want to create your own groups or teams and then use that as a filter, Follow the screenshots below
Eg: If you have multiple request tickets, each ticket has been assigned to multi-technician ( the first assignment to tech A, then assign to tech B, then assign to tech C, etc). You want to know measure exact time of each assignment for each ...
SELECT "APM Monitor Group to Monitor Mapping"."Group ID" , "APM Monitor Group to Monitor Mapping"."Resource ID", "APM Monitor Groups"."Group Name" FROM "APM Monitor Group to Monitor Mapping", "APM Monitor Groups" WHERE "APM Monitor Group to Monitor ...
Issue: After upgrading to the latest version of ServiceDesk the sync with Analytics might break halfway through with the below error msg. (Mostly when the Analytics is not upgraded) Error Trace: MESZ:Error is :: <nobr>[Line: 2,211 Field: 1] (-971) ...
Importing Problem data into Analytics Plus: You could log into the Analytics Plus 'ME ServiceDesk Plus Analytics' database and start creating these two tables using the below queries. Check this link for steps to import data from Local DB. Problem ...
We are yet to sync 'Projects' module's data into Analytics Plus. Meanwhile, you can use custom queries to import those data from ServcieDesk Plus. Step 1: Login into Analytics Plus and open ServiceDesk Plus database. Step 2: Click 'Import Data' and ...