<?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 Need to show only the latest start time based record in task_sla table report in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3361091#M4305</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a few bar charts from view\run report module for HR case SLA's. The problem is for HR cases where multiple SLA's are attached, they are showing up as multiple records. I want to show only the latest start time based SLA record per HR case, so that each case shows up only once. Can you please help me with how I can achieve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Aug 2025 11:33:30 GMT</pubDate>
    <dc:creator>Arka Banerjee</dc:creator>
    <dc:date>2025-08-25T11:33:30Z</dc:date>
    <item>
      <title>Need to show only the latest start time based record in task_sla table report</title>
      <link>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3361091#M4305</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a few bar charts from view\run report module for HR case SLA's. The problem is for HR cases where multiple SLA's are attached, they are showing up as multiple records. I want to show only the latest start time based SLA record per HR case, so that each case shows up only once. Can you please help me with how I can achieve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 11:33:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3361091#M4305</guid>
      <dc:creator>Arka Banerjee</dc:creator>
      <dc:date>2025-08-25T11:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show only the latest start time based record in task_sla table report</title>
      <link>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3361104#M4306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/41247"&gt;@Arka Banerjee&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how did you configure this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is by script, you can use something like:&lt;/P&gt;&lt;P&gt;slaGR.orerdBy('created_on');&lt;/P&gt;&lt;P&gt;slaGR.setLimit( 1 );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which will sort it by the creation date and then you select the only 1 record so it will be always the latest one&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 11:40:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3361104#M4306</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-08-25T11:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show only the latest start time based record in task_sla table report</title>
      <link>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3361111#M4307</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/41247"&gt;@Arka Banerjee&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe you are using task_sla table and yes 1 HR case can have multiple SLAs attached to it.&lt;/P&gt;
&lt;P&gt;you can create database view by joining task_sla and HR case table&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 11:46:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3361111#M4307</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-08-25T11:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show only the latest start time based record in task_sla table report</title>
      <link>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3361112#M4308</link>
      <description>&lt;P&gt;Please share the conditions of your report. If it's a simple report, you can't report on that, because when you ask 'I want to see xyz', it shows you 'xyz'. You can't say 'I want to see xyz, but not z'.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 11:47:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3361112#M4308</guid>
      <dc:creator>Mark Manders</dc:creator>
      <dc:date>2025-08-25T11:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show only the latest start time based record in task_sla table report</title>
      <link>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3365736#M4403</link>
      <description>&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I restrict it to show a single SLA per case(the latest SLA) after creating the database view. Could you please help me with the same asap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 11:32:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3365736#M4403</guid>
      <dc:creator>Arka Banerjee</dc:creator>
      <dc:date>2025-08-29T11:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show only the latest start time based record in task_sla table report</title>
      <link>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3369120#M4478</link>
      <description>&lt;P&gt;Hey Ankur,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any update?..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arka&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 10:22:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/need-to-show-only-the-latest-start-time-based-record-in-task-sla/m-p/3369120#M4478</guid>
      <dc:creator>Arka Banerjee</dc:creator>
      <dc:date>2025-09-03T10:22:31Z</dc:date>
    </item>
  </channel>
</rss>

