<?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 How to drilldown in list view filter in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/how-to-drilldown-in-list-view-filter/m-p/3423694#M5361</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I have a report to target the OPEN REQ with RITM and SCTASKS in CLOSED state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We call these REQ "Orphans" , this is due to a customization issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are planning to do a clean up to update the REQ state = CLOSED COMPLETE in bulk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the purpose of the report is to target the Orphaned REQs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Report Filter :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SC_Task Table -&amp;gt; All&amp;gt;State = Closed Complete&amp;gt;Request item Stage = Completed .or. Request item State = Closed Complete&amp;gt;Request Request state = Approved&amp;gt;Request Opened &amp;lt;= 01/31/2021 12:00:00 AM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we are trying to locate the REQ in SC_TASK table List view with the above filter. But Drilldown is not available.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Question : How to implement the same filter in the SC_TASK List view for changing the state in bulk in List view?&lt;BR /&gt;Sc_Task task table drilldown to RITM or REQ is not available in List view. ( like we did in the Report)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Nov 2025 18:54:45 GMT</pubDate>
    <dc:creator>MThomas1</dc:creator>
    <dc:date>2025-11-10T18:54:45Z</dc:date>
    <item>
      <title>How to drilldown in list view filter</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-drilldown-in-list-view-filter/m-p/3423694#M5361</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a report to target the OPEN REQ with RITM and SCTASKS in CLOSED state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We call these REQ "Orphans" , this is due to a customization issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are planning to do a clean up to update the REQ state = CLOSED COMPLETE in bulk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the purpose of the report is to target the Orphaned REQs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Report Filter :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SC_Task Table -&amp;gt; All&amp;gt;State = Closed Complete&amp;gt;Request item Stage = Completed .or. Request item State = Closed Complete&amp;gt;Request Request state = Approved&amp;gt;Request Opened &amp;lt;= 01/31/2021 12:00:00 AM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we are trying to locate the REQ in SC_TASK table List view with the above filter. But Drilldown is not available.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Question : How to implement the same filter in the SC_TASK List view for changing the state in bulk in List view?&lt;BR /&gt;Sc_Task task table drilldown to RITM or REQ is not available in List view. ( like we did in the Report)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 18:54:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-drilldown-in-list-view-filter/m-p/3423694#M5361</guid>
      <dc:creator>MThomas1</dc:creator>
      <dc:date>2025-11-10T18:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to drilldown in list view filter</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-drilldown-in-list-view-filter/m-p/3423698#M5362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/349783"&gt;@MThomas1&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For the report itself, you can use a database view,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can’t directly "drill down" from the report into the sc_task list view because the report aggregation doesn’t preserve that level of navigation.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;However, you can reproduce the same filter logic manually in the SC Task [sc_task] list view:&lt;/P&gt;&lt;P&gt;Go to All - Service Catalog - Tasks (table = sc_task).&lt;/P&gt;&lt;P&gt;Click the filter icon and build the same conditions used in your report, for example:&lt;/P&gt;&lt;P&gt;State is Closed Complete&lt;BR /&gt;AND (Request Item.Stage is Completed OR Request Item.State is Closed Complete)&lt;BR /&gt;AND Request.Request State is Approved&lt;BR /&gt;AND Request.Opened on or before 2021-01-31 00:00:00&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Run the filter — this will show the same tasks as you want.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;From here, you can open the related Request [sc_request] records (via the Request reference field) and update their state in bulk using:&lt;/P&gt;&lt;P&gt;List Edit (if allowed), or&lt;/P&gt;&lt;P&gt;List - Update Selected action, or&lt;/P&gt;&lt;P&gt;A one-time fix script/background script if bulk editing is restricted.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If the "Request" or "Request Item" reference columns are not visible in your list, use the Personalize - List Layout option to add them - that will make it easier to navigate and validate related records.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope it helps you,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Renat Akhmedov&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 19:01:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-drilldown-in-list-view-filter/m-p/3423698#M5362</guid>
      <dc:creator>Renat Akhmedov</dc:creator>
      <dc:date>2025-11-10T19:01:13Z</dc:date>
    </item>
  </channel>
</rss>

