<?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 Interactive filter based on REFRENCE in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/interactive-filter-based-on-refrence/m-p/3368310#M1225616</link>
    <description>&lt;P&gt;Hello community, I want to create a Reference filter on a column of SYS_USER_GROUP table. Now within this table when I try to create a reference filter, it will only return group names under default value. But I want to show another column name Tower under the default value instead of "group name". Is it possible to do using reference?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why I am using Reference filter is because in the dashboard I have multiple views based on different tables- like sc_task, incident, task_sla, problem, kb, etc. and I want this tower filter to work on all the visuals in one shot.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Sep 2025 13:44:39 GMT</pubDate>
    <dc:creator>sagarcbanou</dc:creator>
    <dc:date>2025-09-02T13:44:39Z</dc:date>
    <item>
      <title>Interactive filter based on REFRENCE</title>
      <link>https://www.servicenow.com/community/developer-forum/interactive-filter-based-on-refrence/m-p/3368310#M1225616</link>
      <description>&lt;P&gt;Hello community, I want to create a Reference filter on a column of SYS_USER_GROUP table. Now within this table when I try to create a reference filter, it will only return group names under default value. But I want to show another column name Tower under the default value instead of "group name". Is it possible to do using reference?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why I am using Reference filter is because in the dashboard I have multiple views based on different tables- like sc_task, incident, task_sla, problem, kb, etc. and I want this tower filter to work on all the visuals in one shot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 13:44:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/interactive-filter-based-on-refrence/m-p/3368310#M1225616</guid>
      <dc:creator>sagarcbanou</dc:creator>
      <dc:date>2025-09-02T13:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive filter based on REFRENCE</title>
      <link>https://www.servicenow.com/community/developer-forum/interactive-filter-based-on-refrence/m-p/3368343#M1225622</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/966050"&gt;@sagarcbanou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Why you only see “Group Name”&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;A reference field always points to a single record in a table.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;By default, ServiceNow displays the Display Value of the reference table.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;For sys_user_group, the Display Value is name. That’s why your filter shows Group Name.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;2. What you&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;can&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;do&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you want the filter to use Tower instead of Name:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Change Display Value of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;sys_user_group&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Go to System Definition &amp;gt; Tables, open sys_user_group.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Change the Display Value from name → u_tower.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Be careful&lt;/STRONG&gt; — this impacts everywhere in the platform where Group is referenced (forms, lists, filters, reporting, dashboards). Usually not recommended unless you want Tower to always be the primary identifier.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 13:55:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/interactive-filter-based-on-refrence/m-p/3368343#M1225622</guid>
      <dc:creator>Rafael Batistot</dc:creator>
      <dc:date>2025-09-02T13:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive filter based on REFRENCE</title>
      <link>https://www.servicenow.com/community/developer-forum/interactive-filter-based-on-refrence/m-p/3368882#M1225692</link>
      <description>&lt;P&gt;Thankyou for the solution, however I should not do any changes to the default d&lt;SPAN&gt;isplay value of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;sys_user_group. Is there another way to do some sort of "insert and stay" and get the job done. Also I am making all this in Prod instance, so I don't want to take any risk of changing references of base tables.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 06:11:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/interactive-filter-based-on-refrence/m-p/3368882#M1225692</guid>
      <dc:creator>sagarcbanou</dc:creator>
      <dc:date>2025-09-03T06:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive filter based on REFRENCE</title>
      <link>https://www.servicenow.com/community/developer-forum/interactive-filter-based-on-refrence/m-p/3369243#M1225755</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Scroll below and you can see Interactive filter references&lt;SPAN&gt;&amp;nbsp;related list,&amp;nbsp;&lt;/SPAN&gt;When you are creating record on Interactive filter references&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;related list, You can select the reference field there. See this link:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pathwayscg.com/how-to-configure-and-use-interactive-filters-on-homepages-and-dashboards/" target="_blank" rel="noopener"&gt;https://pathwayscg.com/how-to-configure-and-use-interactive-filters-on-homepages-and-dashboards/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 12:10:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/interactive-filter-based-on-refrence/m-p/3369243#M1225755</guid>
      <dc:creator>Syed14</dc:creator>
      <dc:date>2025-09-03T12:10:09Z</dc:date>
    </item>
  </channel>
</rss>

