<?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 Help with Creating Report in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3054746#M960</link>
    <description>&lt;P&gt;How can I create a report in Service now that when ran will tell me if, within a 30 day period, someone has had more that 3 incidents created?&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2024 20:56:18 GMT</pubDate>
    <dc:creator>hollye</dc:creator>
    <dc:date>2024-09-24T20:56:18Z</dc:date>
    <item>
      <title>Help with Creating Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3054746#M960</link>
      <description>&lt;P&gt;How can I create a report in Service now that when ran will tell me if, within a 30 day period, someone has had more that 3 incidents created?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 20:56:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3054746#M960</guid>
      <dc:creator>hollye</dc:creator>
      <dc:date>2024-09-24T20:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Creating Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3054774#M962</link>
      <description>&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/704238"&gt;@hollye&lt;/a&gt;!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;To create a report in ServiceNow that identifies users with more than 3 incidents created within a 30-day period, you can follow these steps:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;&lt;FONT size="3" color="#333333"&gt;1. &lt;STRONG&gt;Create a Report with a "Group by" Field:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;&lt;STRONG&gt;Navigate to Reports:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3" color="#333333"&gt;Go to the filter navigator and type &lt;STRONG&gt;Reports&lt;/STRONG&gt;, then click &lt;STRONG&gt;Create New&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;&lt;STRONG&gt;Select a Table:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3" color="#333333"&gt;For the report, select the &lt;STRONG&gt;Incident [incident]&lt;/STRONG&gt; table, as you're interested in incidents.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;&lt;STRONG&gt;Choose the Type of Report:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3" color="#333333"&gt;Choose a &lt;STRONG&gt;Bar&lt;/STRONG&gt; or &lt;STRONG&gt;Pie&lt;/STRONG&gt; chart type, which works well with grouped data, or even a &lt;STRONG&gt;List&lt;/STRONG&gt; view if you'd like a detailed breakdown.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;&lt;STRONG&gt;Define Conditions:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3" color="#333333"&gt;In the &lt;STRONG&gt;Conditions&lt;/STRONG&gt; section, set the following conditions to filter the incidents:&lt;/FONT&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3" color="#333333"&gt;&lt;STRONG&gt;Opened&lt;/STRONG&gt; on or &lt;STRONG&gt;Created&lt;/STRONG&gt; on is relative Last 30 days (this ensures you're only looking at incidents created in the past 30 days).&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;&lt;STRONG&gt;Group the Report:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3" color="#333333"&gt;In the &lt;STRONG&gt;Group By&lt;/STRONG&gt; field, select &lt;STRONG&gt;Caller&lt;/STRONG&gt;. This will group the incidents by the user who created the incidents.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;&lt;STRONG&gt;Add an Aggregation (Count):&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3" color="#333333"&gt;In the &lt;STRONG&gt;Aggregation&lt;/STRONG&gt; section, select &lt;STRONG&gt;Count&lt;/STRONG&gt; and choose the &lt;STRONG&gt;Number&lt;/STRONG&gt; field (or &lt;STRONG&gt;sys_id&lt;/STRONG&gt;) to count the total number of incidents per user.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;&lt;STRONG&gt;Filter the Results:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3" color="#333333"&gt;To focus on users with more than 3 incidents, add a &lt;STRONG&gt;having&lt;/STRONG&gt; condition in the &lt;STRONG&gt;Group by&lt;/STRONG&gt; section:&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3" color="#333333"&gt;&lt;STRONG&gt;Count&lt;/STRONG&gt; greater than 3.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;FONT size="3" color="#333333"&gt;2. &lt;STRONG&gt;Save and Run the Report:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;After setting up the filters and aggregations, give the report a name like &lt;STRONG&gt;Users with More Than 3 Incidents in Last 30 Days&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;Click &lt;STRONG&gt;Run&lt;/STRONG&gt; to execute the report. It will show you a list or chart of users (callers) who have had more than 3 incidents created within the last 30 days.&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;HR /&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;If my answer helped you in any way, please mark it as correct/helpful&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":direct_hit:"&gt;🎯&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;Isaac Vicentini.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 21:55:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3054774#M962</guid>
      <dc:creator>Isaac Vicentini</dc:creator>
      <dc:date>2024-09-24T21:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Creating Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3054779#M963</link>
      <description>&lt;P&gt;This is perfect, thank you. I guess i'm missing/don't see the aggregation section?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 22:09:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3054779#M963</guid>
      <dc:creator>hollye</dc:creator>
      <dc:date>2024-09-24T22:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Creating Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3054798#M964</link>
      <description>&lt;P&gt;&lt;FONT color="#333333"&gt;Check if you selected the report type:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IsaacVicentini_0-1727218617548.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/388914i5FEC7973AF609C2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IsaacVicentini_0-1727218617548.png" alt="IsaacVicentini_0-1727218617548.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;If my answer helped you in any way, please mark it as correct/helpful&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":direct_hit:"&gt;🎯&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;Isaac Vicentini.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 22:57:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3054798#M964</guid>
      <dc:creator>Isaac Vicentini</dc:creator>
      <dc:date>2024-09-24T22:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Creating Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3055831#M973</link>
      <description>&lt;P&gt;It seems as though aggregation is not an option for List type...&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 14:13:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3055831#M973</guid>
      <dc:creator>hollye</dc:creator>
      <dc:date>2024-09-25T14:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Creating Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3055864#M975</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;It seems as though aggregation is not an option for List type...I have what is in the attachment, but how do i narrow down to just ones with count over 4, i don't see an option anywhere?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Sep 2024 14:31:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3055864#M975</guid>
      <dc:creator>hollye</dc:creator>
      <dc:date>2024-09-25T14:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Creating Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3056016#M976</link>
      <description>&lt;P&gt;&lt;FONT color="#333333"&gt;For the list type is not possible, you must select some type that is compatible like &lt;STRONG&gt;Bar&lt;/STRONG&gt; or &lt;STRONG&gt;Pie&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#333333"&gt;If my response was helpful to you, please mark it as Accepted Solution and/or Helpful. This encourages us to continue contributing to the community.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 16:48:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3056016#M976</guid>
      <dc:creator>Isaac Vicentini</dc:creator>
      <dc:date>2024-09-25T16:48:25Z</dc:date>
    </item>
  </channel>
</rss>

