<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Report on assignment group changes in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645025#M301951</link>
    <description>&lt;P&gt;I got some help and we've now managed to get the data needed.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We do this with 2 different reports&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Report 1&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Table: Metric [metric_instance]&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Conditions: Definition is Assignment Group | Created on Last 6 months | Value is one of Group A, Group B&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;With this report I get all incidents that has been on Group A or Group B.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Export to Excel to match incidents that has been on booth Group A and Group B, you'll get a column with all incidents number.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Report 2&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Table: Incident [incident]&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Condition: Number is one of [insert all incident numbers from report 1]&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This report should show all incidents that has been on Group A and Group B.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We have a custom field named "Initial Group" which store the initial workgroup&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Assignement group field is used to see what group closed the incident.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We have a count (reassignment count) on each incident which add +1 every time the assignment group is changed. This doesn't show all the assignment groups involved but gives us an indication on if the incident has passed a lot of different groups for some reason.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Sep 2015 12:59:19 GMT</pubDate>
    <dc:creator>palmen</dc:creator>
    <dc:date>2015-09-25T12:59:19Z</dc:date>
    <item>
      <title>Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645016#M301942</link>
      <description>&lt;P&gt;I've got a question regarding reports and I can't figure out how to solve this&lt;/P&gt;&lt;P&gt;What they want is the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A report that show all incidents last 6 months that has been assigned to "Group A" and "Group B".&lt;/P&gt;&lt;P&gt;They want the result to be shown in a list and get an answer to the following questions&lt;/P&gt;&lt;P&gt;Which group opened the incident?&lt;/P&gt;&lt;P&gt;Which group closed the incident?&lt;/P&gt;&lt;P&gt;How many assignment groups has been involved in total?&lt;/P&gt;&lt;P&gt;Amount of incidents between these 2 groups?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can't use a normal report for this since it only take the current assignment group into consideration.&lt;/P&gt;&lt;P&gt;If I understand it correct we'll have to be looking at metrics here.&lt;/P&gt;&lt;P&gt;There is a metric set up to track the duration per assignment group which I assume we can use. But how do I get the report from it to show all incidents that has passed these two assignment groups?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 11:03:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645016#M301942</guid>
      <dc:creator>palmen</dc:creator>
      <dc:date>2015-09-24T11:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645017#M301943</link>
      <description>&lt;P&gt;A lot of the information you are looking for is going to be in the sys_history_line table. &amp;nbsp; Start there. &amp;nbsp; You're correct about the metric table, too. &amp;nbsp; That would also be a good place that will have information. &amp;nbsp; I don't know that you will be able to package it together nicely in a report in SN, though, without using the ODBC connector to take the data to excel or SSRS or something along those lines.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2015 11:29:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645017#M301943</guid>
      <dc:creator>Mike Allen</dc:creator>
      <dc:date>2015-09-24T11:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645018#M301944</link>
      <description>&lt;P&gt;The History table is not an option when I go to create a new report.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Create new report.PNG"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/201747iE8899E52D6419B80/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create new report.PNG" alt="Create new report.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2015 12:36:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645018#M301944</guid>
      <dc:creator>Eric K3</dc:creator>
      <dc:date>2015-09-24T12:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645019#M301945</link>
      <description>&lt;P&gt;You have to add it in the sys_properties:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/201748i994AF70FB4BBC666/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2015 13:01:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645019#M301945</guid>
      <dc:creator>Mike Allen</dc:creator>
      <dc:date>2015-09-24T13:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645020#M301946</link>
      <description>&lt;P&gt;Be careful when doing so. &amp;nbsp; The two times I've seen instances brought down from the inside, it was through reporting on History. &amp;nbsp; Mind you, that was several versions ago, and the user in question had about 50 "OR DOES NOT CONTAIN" conditions, but still... I'd shoot for doing this via metrics.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2015 13:25:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645020#M301946</guid>
      <dc:creator>Uncle Rob</dc:creator>
      <dc:date>2015-09-24T13:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645021#M301947</link>
      <description>&lt;P&gt;I agree 100% with this statement, at my first company that implemented ServiceNow, we were warned against reporting on the history of anything due to the performance impact that would be incurred.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you absolutely had to go this route, I would maybe just have a reporting instance up, where you cloned your PROD instance over on a regular basis and did reports like this in the reporting instance.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2015 13:30:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645021#M301947</guid>
      <dc:creator>JusCuz</dc:creator>
      <dc:date>2015-09-24T13:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645022#M301948</link>
      <description>&lt;P&gt;The group changes can be seen in metrics. &amp;nbsp; Some of the other things they want to see are not as easy, like what group opened the ticket, what group closed the ticket, etc. &amp;nbsp; History can be quite big, but so can metrics. &amp;nbsp; The lesson really is make sure your query is optimized, even for reporting.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2015 13:36:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645022#M301948</guid>
      <dc:creator>Mike Allen</dc:creator>
      <dc:date>2015-09-24T13:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645023#M301949</link>
      <description>&lt;P&gt;It's easier and probably better overall to go the ODBC route, anyway. &amp;nbsp; Just set up a reporting server and use linked servers to pull the data down and report on it offline.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2015 13:39:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645023#M301949</guid>
      <dc:creator>Mike Allen</dc:creator>
      <dc:date>2015-09-24T13:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645024#M301950</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks for all the input&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We have a field for initial workgroup on all our incidents so it's not going to be a problem for us to get this value.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I think we'll have to bring in some help to solve this report since I've never worked with metrics before and how to do the reporting. It doesn't sound like it's an easy report to set up so better have someone look at it who has the skills already, and at the same time teach me how to do it in the future.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2015 14:38:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645024#M301950</guid>
      <dc:creator>palmen</dc:creator>
      <dc:date>2015-09-24T14:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645025#M301951</link>
      <description>&lt;P&gt;I got some help and we've now managed to get the data needed.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We do this with 2 different reports&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Report 1&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Table: Metric [metric_instance]&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Conditions: Definition is Assignment Group | Created on Last 6 months | Value is one of Group A, Group B&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;With this report I get all incidents that has been on Group A or Group B.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Export to Excel to match incidents that has been on booth Group A and Group B, you'll get a column with all incidents number.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Report 2&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Table: Incident [incident]&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Condition: Number is one of [insert all incident numbers from report 1]&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This report should show all incidents that has been on Group A and Group B.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We have a custom field named "Initial Group" which store the initial workgroup&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Assignement group field is used to see what group closed the incident.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We have a count (reassignment count) on each incident which add +1 every time the assignment group is changed. This doesn't show all the assignment groups involved but gives us an indication on if the incident has passed a lot of different groups for some reason.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2015 12:59:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645025#M301951</guid>
      <dc:creator>palmen</dc:creator>
      <dc:date>2015-09-25T12:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645026#M301952</link>
      <description>&lt;P&gt;Can you share the screenshots how can we achieve initial group on incident?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jan 2018 12:54:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645026#M301952</guid>
      <dc:creator>shristy2</dc:creator>
      <dc:date>2018-01-18T12:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645027#M301953</link>
      <description>&lt;P&gt;I don't have access to this instance anymore so can't make any screenshots.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;What you need to do is to create a custom field and name it Initial Group, it should be a reference to the group table.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;When an incident is inserted you should have a business rule running copying the assignment group to the Initial Group field.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Make the Initial Group field read only or hide it on form so noone can change this field (only business rule should be able to do this).&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2018 14:43:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645027#M301953</guid>
      <dc:creator>palmen</dc:creator>
      <dc:date>2018-01-29T14:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Report on assignment group changes</title>
      <link>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645028#M301954</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Report 2 how does one perform the following task?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Condition: Number is one of [insert all incident numbers from report 1]&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 20:41:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-on-assignment-group-changes/m-p/1645028#M301954</guid>
      <dc:creator>jessicas</dc:creator>
      <dc:date>2021-01-12T20:41:46Z</dc:date>
    </item>
  </channel>
</rss>

