<?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 Create Report of Each User in List Collector in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/create-report-of-each-user-in-list-collector/m-p/3243299#M1196957</link>
    <description>&lt;P&gt;We have a variable on a catalog item that is referencing the User table and that variable is "Reource(s)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I report on this field by each user in the list collector?&amp;nbsp; The idea is we want to see how many tasks/RITMs this user is currently listed as a "Resource" on.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if we have John, Jane, Andy is one list collector of an RITM and then John and Jane is the 2nd list collector on a different RITM, I would like to see a bar chart with those 3 people listed and counts - John - 2, Jane - 2, Andy - 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically we trying to see how many RITMs a resource is a part of.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Apr 2025 18:19:03 GMT</pubDate>
    <dc:creator>Steven Parker</dc:creator>
    <dc:date>2025-04-21T18:19:03Z</dc:date>
    <item>
      <title>Create Report of Each User in List Collector</title>
      <link>https://www.servicenow.com/community/developer-forum/create-report-of-each-user-in-list-collector/m-p/3243299#M1196957</link>
      <description>&lt;P&gt;We have a variable on a catalog item that is referencing the User table and that variable is "Reource(s)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I report on this field by each user in the list collector?&amp;nbsp; The idea is we want to see how many tasks/RITMs this user is currently listed as a "Resource" on.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if we have John, Jane, Andy is one list collector of an RITM and then John and Jane is the 2nd list collector on a different RITM, I would like to see a bar chart with those 3 people listed and counts - John - 2, Jane - 2, Andy - 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically we trying to see how many RITMs a resource is a part of.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 18:19:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-report-of-each-user-in-list-collector/m-p/3243299#M1196957</guid>
      <dc:creator>Steven Parker</dc:creator>
      <dc:date>2025-04-21T18:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create Report of Each User in List Collector</title>
      <link>https://www.servicenow.com/community/developer-forum/create-report-of-each-user-in-list-collector/m-p/3243337#M1196972</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You could try to create a report on the sc_req_item table of type pivot or multi-level pivot and dot-walk to the respective RITM variable and then build it that way. Alternatively, you could create a data visualization using the same concept of type pivot table, etc. and go that route.&lt;BR /&gt;&lt;BR /&gt;The main idea here is that building it off of the RITM table and then drilling down to variable(s) and a pivot style should get you something like what you'd like. You can add other filter conditions to it as well (such as active=true, etc.) and narrow down the results.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 19:50:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-report-of-each-user-in-list-collector/m-p/3243337#M1196972</guid>
      <dc:creator>Allen Andreas</dc:creator>
      <dc:date>2025-04-21T19:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create Report of Each User in List Collector</title>
      <link>https://www.servicenow.com/community/developer-forum/create-report-of-each-user-in-list-collector/m-p/3243382#M1196985</link>
      <description>&lt;P&gt;Reporting on list collectors is unfortunately a huge pain in the ____. There is one solution that you may be able to follow here:&amp;nbsp;&lt;A href="https://www.servicenow.com/community/performance-analytics-blog/reporting-on-lists-part-3-3-on-conquer-challenging-reports-by/ba-p/2268483" target="_blank" rel="noopener"&gt;https://www.servicenow.com/community/performance-analytics-blog/reporting-on-lists-part-3-3-on-conquer-challenging-reports-by/ba-p/2268483&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 21:17:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/create-report-of-each-user-in-list-collector/m-p/3243382#M1196985</guid>
      <dc:creator>jcmings</dc:creator>
      <dc:date>2025-04-21T21:17:44Z</dc:date>
    </item>
  </channel>
</rss>

