<?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>topic Re: Dashboard Variables: Multi-Select variable that populates another. in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283600#M2428</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/91936"&gt;@Edjumacator&lt;/a&gt;&amp;nbsp;Can you please try below and see if it helps&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.host
| filter in(entity.name, {$Scope})
| fields entity.name&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 12 Aug 2025 05:44:57 GMT</pubDate>
    <dc:creator>p_devulapalli</dc:creator>
    <dc:date>2025-08-12T05:44:57Z</dc:date>
    <item>
      <title>Configure Multi-Select Dashboard Variables That Populate Other Fields</title>
      <link>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283213#M2413</link>
      <description>&lt;P&gt;I have two multi-select variables, "Scope" which contains values used in dt.entity.host names and then "Hosts" which I would like to filter based on selected "Scope" values.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Scope:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-08-06 at 12.29.02 PM.png" style="width: 177px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29413i5E919B2E62E6E7D3/image-size/small?v=v2&amp;amp;px=200" role="button" title="Screenshot 2025-08-06 at 12.29.02 PM.png" alt="Screenshot 2025-08-06 at 12.29.02 PM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Hosts:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Edjumacator_0-1754504931217.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29414iE79CEA336A78B806/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Edjumacator_0-1754504931217.png" alt="Edjumacator_0-1754504931217.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;My goal would be to gather all hosts that contain the selected "Scope" values.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;fetch dt.entity.host&lt;BR /&gt;// I've tried a combination of the following:&lt;BR /&gt;| filter matchesValue(entity.name, Array($Scope))&lt;BR /&gt;&lt;BR /&gt;| filter in(entity.name, Array($Scope))&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Maybe I'm missing something. Any help would be greatly appreciated. Thanks in advance for any consideration!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 13:41:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283213#M2413</guid>
      <dc:creator>Edjumacator</dc:creator>
      <dc:date>2025-12-17T13:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Variables: Multi-Select variable that populates another.</title>
      <link>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283231#M2414</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/91936"&gt;@Edjumacator&lt;/a&gt;&amp;nbsp;Can you please try below for hosts as an example and see if it helps?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.host
| filter matchesPhrase(entity.name,$Scope)
| fields entity.name&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 02:21:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283231#M2414</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2025-08-07T02:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Variables: Multi-Select variable that populates another.</title>
      <link>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283570#M2425</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp;It works for a single selection of my scope, however, if I select multiple choices in scope, it doesn't seem to work. Is there a way to pass an array of values to be matched against?&lt;/P&gt;&lt;P&gt;Scope:&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;AWS&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":ballot_box_with_check:"&gt;☑️&lt;/span&gt;WEB&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;APP&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hosts (Populates with)&lt;BR /&gt;AWS-CA...&lt;BR /&gt;AWS-WV...&lt;BR /&gt;CAPP-1&lt;BR /&gt;CAPP-2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 16:55:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283570#M2425</guid>
      <dc:creator>Edjumacator</dc:creator>
      <dc:date>2025-08-11T16:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Variables: Multi-Select variable that populates another.</title>
      <link>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283599#M2427</link>
      <description>&lt;P&gt;I've gotten it to work doing something like this:&lt;/P&gt;&lt;PRE&gt;| filter matchesValue(entity.name, {$Scope})&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Aug 2025 05:38:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283599#M2427</guid>
      <dc:creator>siavash1996</dc:creator>
      <dc:date>2025-08-12T05:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Variables: Multi-Select variable that populates another.</title>
      <link>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283600#M2428</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/91936"&gt;@Edjumacator&lt;/a&gt;&amp;nbsp;Can you please try below and see if it helps&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.host
| filter in(entity.name, {$Scope})
| fields entity.name&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 12 Aug 2025 05:44:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283600#M2428</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2025-08-12T05:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Variables: Multi-Select variable that populates another.</title>
      <link>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283654#M2430</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/71316"&gt;@siavash1996&lt;/a&gt;&amp;nbsp;I have given that a shot but nothing appears to be working.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Edjumacator_2-1755008869793.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29536i772E2DFF36F51081/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Edjumacator_2-1755008869793.png" alt="Edjumacator_2-1755008869793.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I select WEB, and run the query below:&lt;/P&gt;&lt;P&gt;// Example of what works:&lt;BR /&gt;fetch dt.entity.host&lt;BR /&gt;| fields host = entity.name&lt;BR /&gt;| filter matchesValue("*", {$Scope})&lt;BR /&gt;or (matchesValue("AWS", {$Scope}) and contains(host, "AWS"))&lt;BR /&gt;or (matchesValue("WEB", {$Scope}) and contains(host, "WEB"))&lt;BR /&gt;or (matchesValue("APP", {$Scope}) and contains(host, "APP"))&lt;BR /&gt;| sort host&lt;BR /&gt;| fields host&lt;BR /&gt;&lt;BR /&gt;That returns&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Edjumacator_1-1755008827868.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29535iDD1DD8EBCAD7A62C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Edjumacator_1-1755008827868.png" alt="Edjumacator_1-1755008827868.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Example of what I'm shooting for:&lt;BR /&gt;fetch dt.entity.host&lt;BR /&gt;| fields host = entity.name&lt;BR /&gt;| filter matchesValue("*", {$Scope})&lt;BR /&gt;or matchesPhrase(host, {$Scope}, caseSensitive:false)&lt;BR /&gt;| sort host&lt;BR /&gt;| fields host&lt;BR /&gt;&lt;BR /&gt;I am hoping to be able to write a matchesValue, matchesPhrase, in, or contains that doesnt require me to manually update this variable everytime I add something to the scope.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;or (matchesValue("AWS", {$Scope}) and contains(host, "AWS"))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 14:29:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/283654#M2430</guid>
      <dc:creator>Edjumacator</dc:creator>
      <dc:date>2025-08-12T14:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Variables: Multi-Select variable that populates another.</title>
      <link>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/291716#M2911</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/91936"&gt;@Edjumacator&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;I just wanted to check in and see if you still need help with this. If so, I’d be happy to look into it for you!&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know what works best for you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 13:40:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Configure-Multi-Select-Dashboard-Variables-That-Populate-Other/m-p/291716#M2911</guid>
      <dc:creator>IzabelaRokita</dc:creator>
      <dc:date>2025-12-17T13:40:55Z</dc:date>
    </item>
  </channel>
</rss>

