<?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 Survey reporting – how to report on sent vs responded surveys with Assignment Group context? in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/survey-reporting-how-to-report-on-sent-vs-responded-surveys-with/m-p/3526425#M6681</link>
    <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I’m trying to build a report to calculate the &lt;STRONG&gt;percentage of feedback survey responses&lt;/STRONG&gt; for tickets (i.e., &lt;EM&gt;number of surveys responded vs number of surveys sent&lt;/EM&gt;), broken down by &lt;STRONG&gt;Assignment Group&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Here’s the challenge I’m facing:&lt;/P&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;The &lt;STRONG&gt;Survey Answer / Survey Data tables&lt;/STRONG&gt; only store data for &lt;STRONG&gt;responded surveys&lt;/STRONG&gt;, so I can easily count responses.&lt;/LI&gt;&lt;LI&gt;Assignment Group is available for responded surveys via the referenced task.&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;For &lt;STRONG&gt;non‑responded surveys&lt;/STRONG&gt;, there is no record in the Survey tables.&lt;/LI&gt;&lt;LI&gt;I attempted to use the &lt;STRONG&gt;sys_email&lt;/STRONG&gt; table to identify survey emails sent.&lt;UL&gt;&lt;LI&gt;I can filter survey notification emails successfully.&lt;/LI&gt;&lt;LI&gt;However, &lt;STRONG&gt;sys_email doesn’t dot‑walk cleanly to Assignment Group&lt;/STRONG&gt;, since it doesn’t directly reference the task in a way that supports reporting.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I then tried creating a &lt;STRONG&gt;Database View&lt;/STRONG&gt; combining:&lt;UL&gt;&lt;LI&gt;task&lt;/LI&gt;&lt;LI&gt;sys_email&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The issue is:&lt;UL&gt;&lt;LI&gt;The database view only returns &lt;STRONG&gt;data up to 2017&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Recent records are completely missing, even though the tables themselves contain newer data.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Is there a &lt;STRONG&gt;recommended approach&lt;/STRONG&gt; to report on:&lt;UL&gt;&lt;LI&gt;Total surveys sent&lt;/LI&gt;&lt;LI&gt;Total surveys responded&lt;/LI&gt;&lt;LI&gt;Response percentage&lt;BR /&gt;…with &lt;STRONG&gt;Assignment Group context&lt;/STRONG&gt;?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Is &lt;STRONG&gt;sys_email&lt;/STRONG&gt; the right table to use for identifying surveys sent?&lt;/LI&gt;&lt;LI&gt;Has anyone faced the issue where a &lt;STRONG&gt;database view shows data only up to a certain year&lt;/STRONG&gt;?&lt;UL&gt;&lt;LI&gt;Are there known limitations (table rotation, email retention, archiving, performance constraints, etc.)?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Is there an alternative table or best practice (e.g. Survey Instance, Assessment, Metric, or Event‑based approach) to achieve this?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance or patterns that have worked for you would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2026 09:41:16 GMT</pubDate>
    <dc:creator>Sharad_Mehra</dc:creator>
    <dc:date>2026-04-16T09:41:16Z</dc:date>
    <item>
      <title>Survey reporting – how to report on sent vs responded surveys with Assignment Group context?</title>
      <link>https://www.servicenow.com/community/community-central-forum/survey-reporting-how-to-report-on-sent-vs-responded-surveys-with/m-p/3526425#M6681</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I’m trying to build a report to calculate the &lt;STRONG&gt;percentage of feedback survey responses&lt;/STRONG&gt; for tickets (i.e., &lt;EM&gt;number of surveys responded vs number of surveys sent&lt;/EM&gt;), broken down by &lt;STRONG&gt;Assignment Group&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Here’s the challenge I’m facing:&lt;/P&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;The &lt;STRONG&gt;Survey Answer / Survey Data tables&lt;/STRONG&gt; only store data for &lt;STRONG&gt;responded surveys&lt;/STRONG&gt;, so I can easily count responses.&lt;/LI&gt;&lt;LI&gt;Assignment Group is available for responded surveys via the referenced task.&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;For &lt;STRONG&gt;non‑responded surveys&lt;/STRONG&gt;, there is no record in the Survey tables.&lt;/LI&gt;&lt;LI&gt;I attempted to use the &lt;STRONG&gt;sys_email&lt;/STRONG&gt; table to identify survey emails sent.&lt;UL&gt;&lt;LI&gt;I can filter survey notification emails successfully.&lt;/LI&gt;&lt;LI&gt;However, &lt;STRONG&gt;sys_email doesn’t dot‑walk cleanly to Assignment Group&lt;/STRONG&gt;, since it doesn’t directly reference the task in a way that supports reporting.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I then tried creating a &lt;STRONG&gt;Database View&lt;/STRONG&gt; combining:&lt;UL&gt;&lt;LI&gt;task&lt;/LI&gt;&lt;LI&gt;sys_email&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The issue is:&lt;UL&gt;&lt;LI&gt;The database view only returns &lt;STRONG&gt;data up to 2017&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Recent records are completely missing, even though the tables themselves contain newer data.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Is there a &lt;STRONG&gt;recommended approach&lt;/STRONG&gt; to report on:&lt;UL&gt;&lt;LI&gt;Total surveys sent&lt;/LI&gt;&lt;LI&gt;Total surveys responded&lt;/LI&gt;&lt;LI&gt;Response percentage&lt;BR /&gt;…with &lt;STRONG&gt;Assignment Group context&lt;/STRONG&gt;?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Is &lt;STRONG&gt;sys_email&lt;/STRONG&gt; the right table to use for identifying surveys sent?&lt;/LI&gt;&lt;LI&gt;Has anyone faced the issue where a &lt;STRONG&gt;database view shows data only up to a certain year&lt;/STRONG&gt;?&lt;UL&gt;&lt;LI&gt;Are there known limitations (table rotation, email retention, archiving, performance constraints, etc.)?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Is there an alternative table or best practice (e.g. Survey Instance, Assessment, Metric, or Event‑based approach) to achieve this?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance or patterns that have worked for you would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 09:41:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/survey-reporting-how-to-report-on-sent-vs-responded-surveys-with/m-p/3526425#M6681</guid>
      <dc:creator>Sharad_Mehra</dc:creator>
      <dc:date>2026-04-16T09:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Survey reporting – how to report on sent vs responded surveys with Assignment Group context?</title>
      <link>https://www.servicenow.com/community/community-central-forum/survey-reporting-how-to-report-on-sent-vs-responded-surveys-with/m-p/3526440#M6683</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/543301"&gt;@Sharad_Mehra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;In the &lt;STRONG&gt;Assessment Instance [asmt_assessment_instance]&lt;/STRONG&gt; table, there is a field called &lt;STRONG&gt;State&lt;/STRONG&gt; with three dropdown values.&lt;/P&gt;
&lt;P&gt;You can determine how many surveys were triggered by reviewing the records in this table.&lt;/P&gt;
&lt;P&gt;To check how many surveys have been responded to, filter the records where &lt;STRONG&gt;State = Completed&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;To identify surveys that have not been responded to, apply the filter &lt;STRONG&gt;State = Cancelled&lt;/STRONG&gt; or &lt;STRONG&gt;State = Ready to take&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JSiva_0-1776333047761.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/510524i7C3D106F64B1564B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JSiva_0-1776333047761.png" alt="JSiva_0-1776333047761.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JSiva_1-1776333063951.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/510525iAC46076975CD6634/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JSiva_1-1776333063951.png" alt="JSiva_1-1776333063951.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Siva&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Apr 2026 09:51:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/survey-reporting-how-to-report-on-sent-vs-responded-surveys-with/m-p/3526440#M6683</guid>
      <dc:creator>J Siva</dc:creator>
      <dc:date>2026-04-16T09:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Survey reporting – how to report on sent vs responded surveys with Assignment Group context?</title>
      <link>https://www.servicenow.com/community/community-central-forum/survey-reporting-how-to-report-on-sent-vs-responded-surveys-with/m-p/3526491#M6684</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hi &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/662411"&gt;@J Siva&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;My concern is around &lt;STRONG&gt;CSAT reporting for tickets&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In our project, CSAT surveys are &lt;STRONG&gt;triggered via email&lt;/STRONG&gt; to end users after ticket resolution. If a user &lt;STRONG&gt;does not respond&lt;/STRONG&gt;, no record is created in the Survey tables. As a result:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The &lt;STRONG&gt;Survey Data / Survey Answer tables&lt;/STRONG&gt; only contain data for &lt;STRONG&gt;responded surveys&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Unresponded surveys are not registered anywhere in the Survey tables&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;This makes it difficult to calculate the &lt;STRONG&gt;actual response percentage&lt;/STRONG&gt; (responses vs surveys sent)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I’m trying to understand the &lt;STRONG&gt;best-practice approach&lt;/STRONG&gt; to track:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Total surveys sent&lt;/LI&gt;&lt;LI&gt;Total surveys responded&lt;/LI&gt;&lt;LI&gt;CSAT response percentage (ideally with Assignment Group context)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any guidance on the recommended tables or reporting pattern for this scenario would be really helpful.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Apr 2026 10:57:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/survey-reporting-how-to-report-on-sent-vs-responded-surveys-with/m-p/3526491#M6684</guid>
      <dc:creator>Sharad_Mehra</dc:creator>
      <dc:date>2026-04-16T10:57:25Z</dc:date>
    </item>
  </channel>
</rss>

