<?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 Re: how to add variable filter in dashboard in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/how-to-add-variable-filter-in-dashboard/m-p/3501169#M555231</link>
    <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/259481"&gt;@nawalkishos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;share your config screenshots.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2026 07:30:22 GMT</pubDate>
    <dc:creator>Ankur Bawiskar</dc:creator>
    <dc:date>2026-03-04T07:30:22Z</dc:date>
    <item>
      <title>how to add variable filter in dashboard</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-add-variable-filter-in-dashboard/m-p/3501152#M555230</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirements to create a variable filter in report or dashboard&amp;nbsp; and based on that we can filter the RITM.&lt;/P&gt;&lt;P&gt;I checked few logic from my side-&amp;nbsp; I have created PA dashboard where i'm showing the specific catalog item RITM&amp;nbsp; from (table- sc_req_item) and created variable filter using (table- question_choice) where i can able to show the variables, but when I tried to filter based on that it's not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me now if that is possible or not, if possible let me&amp;nbsp; know the approach and solutions&lt;/P&gt;&lt;P&gt;Looking forward with your inputs!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 06:54:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-add-variable-filter-in-dashboard/m-p/3501152#M555230</guid>
      <dc:creator>nawalkishos</dc:creator>
      <dc:date>2026-03-04T06:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to add variable filter in dashboard</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-add-variable-filter-in-dashboard/m-p/3501169#M555231</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/259481"&gt;@nawalkishos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;share your config screenshots.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 07:30:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-add-variable-filter-in-dashboard/m-p/3501169#M555231</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2026-03-04T07:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to add variable filter in dashboard</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-add-variable-filter-in-dashboard/m-p/3501173#M555233</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/259481"&gt;@nawalkishos&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Use Variable Conditions in the Report&lt;/P&gt;&lt;P&gt;Like just go to reports -&amp;gt; Create New -&amp;gt; Select the Table -&amp;gt; Build the report normally -&amp;gt; Scroll to Conditions -&amp;gt; Click Add Condition -&amp;gt; Select the Variables -&amp;gt; Choose your Catalog Item -&amp;gt; Select the Variable Name -&amp;gt; define the conditions -&amp;gt; Save the report&lt;/P&gt;&lt;P&gt;Now report filters RITMs based on catalog variables&lt;BR /&gt;You can then : -&lt;/P&gt;&lt;P&gt;Add the report to a Dashboard&lt;/P&gt;&lt;P&gt;Enable Interactive Filter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Create an Interactive Filter for Dashboard&lt;/P&gt;&lt;P&gt;Like if you want the dashboard user to dynamically filter by variable use this method&lt;/P&gt;&lt;P&gt;Go to Performance Anlytics -&amp;gt; Interactive Filters -&amp;gt; Click New&lt;/P&gt;&lt;P&gt;Configure&amp;nbsp;&lt;BR /&gt;Name - Variable filter&lt;/P&gt;&lt;P&gt;Give Type, Table&lt;/P&gt;&lt;P&gt;Add filter condition using something like - variables.&amp;lt;variable_name&amp;gt;&lt;/P&gt;&lt;P&gt;Save it. After that Go to Dashboard -&amp;gt; add Content -&amp;gt; Select Interactive Filter(chosse the one which you have created)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) You can even create Database View by joining sc_req_item, sc_item_option_mtom, sc_item_option&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;join condition will be something like (please Recheck once again if you use this)&lt;/P&gt;&lt;P&gt;sc_req_item.sys_id = sc_item_option_mtom.request_item&lt;BR /&gt;sc_item_option_mtom.sc_item_option =&amp;nbsp;sc_item_option.sys_id&lt;/P&gt;&lt;P&gt;So this shows variables as fields so they can be used easily in Reports, Dashboards , performance Analytics&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a best practice you can use Variable conditions in Report + Dashboard Interactive Filters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark as helpful, if this answer meets your ASK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yamsani Bhavani&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 07:40:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-add-variable-filter-in-dashboard/m-p/3501173#M555233</guid>
      <dc:creator>BhavaniYamsani</dc:creator>
      <dc:date>2026-03-04T07:40:57Z</dc:date>
    </item>
  </channel>
</rss>

