<?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/3054728#M959</link>
    <description>&lt;P&gt;I would like to create a report, that when ran, will show me if someone has had more than a certain # of incidents open, such as more than 3, within a 30 day time period. How could i go about doing that.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2024 20:29:19 GMT</pubDate>
    <dc:creator>hollye</dc:creator>
    <dc:date>2024-09-24T20:29:19Z</dc:date>
    <item>
      <title>Help with creating report</title>
      <link>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3054728#M959</link>
      <description>&lt;P&gt;I would like to create a report, that when ran, will show me if someone has had more than a certain # of incidents open, such as more than 3, within a 30 day time period. How could i go about doing that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 20:29:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3054728#M959</guid>
      <dc:creator>hollye</dc:creator>
      <dc:date>2024-09-24T20:29: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/3055031#M965</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/704238"&gt;@hollye&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are we talking about assignee or about the end-user according to "have more than # number opens in a period?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can utilize the related list condition with below when creating a report from the sys_user table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndersBGS_0-1727243639160.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/389028i2589B4288C84ACF1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndersBGS_0-1727243639160.png" alt="AndersBGS_0-1727243639160.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This will off course only show the users that have 3 or more incidents. Afterwards you need to add some conditions to the incident table:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndersBGS_1-1727243769139.png" style="width: 827px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/389030iACFD79794B3A9815/image-dimensions/827x151?v=v2" width="827" height="151" role="button" title="AndersBGS_1-1727243769139.png" alt="AndersBGS_1-1727243769139.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note, that this will only give you the users name - not the incidents. If you need to have the different incident numbers in the report, you should create a database view instead to combine sys_user and incident table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards&lt;/P&gt;
&lt;P&gt;Anders&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 05:57:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3055031#M965</guid>
      <dc:creator>AndersBGS</dc:creator>
      <dc:date>2024-09-25T05:57:28Z</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/3055800#M971</link>
      <description>&lt;P&gt;About the user, so i am using the 'Opened For' field&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 13:49:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3055800#M971</guid>
      <dc:creator>hollye</dc:creator>
      <dc:date>2024-09-25T13:49:57Z</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/3056492#M978</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/704238"&gt;@hollye&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same concept. Just utilize the open for instead of end-user.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards&lt;/P&gt;
&lt;P&gt;Anders&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 05:56:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/help-with-creating-report/m-p/3056492#M978</guid>
      <dc:creator>AndersBGS</dc:creator>
      <dc:date>2024-09-26T05:56:06Z</dc:date>
    </item>
  </channel>
</rss>

