<?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 CSV Variable and DQL filter in query in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-CSV-Variable-and-DQL-filter-in-query/m-p/266153#M4615</link>
    <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;The solution works as intended. I did not want the variable to be displayed on the dashboard, it should remain a static variable. Additionally, I was unaware that the Multi-select option under display settings would impact the results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="almog50_0-1735042921074.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25467i07C168B6D5DF6EDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="almog50_0-1735042921074.png" alt="almog50_0-1735042921074.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Dec 2024 12:23:36 GMT</pubDate>
    <dc:creator>almog50</dc:creator>
    <dc:date>2024-12-24T12:23:36Z</dc:date>
    <item>
      <title>Dashboard CSV Variable and DQL filter in query</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-CSV-Variable-and-DQL-filter-in-query/m-p/266147#M4612</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the following DQL&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.cloud_application, from: -30m 
| fields workload.name = entity.name, workload.labels = cloudApplicationLabels
| filter in(workload.name,array( $workload_name ))
| fields service = workload.name, version = workload.labels[`app.kubernetes.io/version`]&lt;/LI-CODE&gt;&lt;P&gt;$workload_name is a CSV variable&lt;/P&gt;&lt;P&gt;I want the query to list every to find every value in the $workload_name but it return only the first value in the CSV variable&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 11:13:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-CSV-Variable-and-DQL-filter-in-query/m-p/266147#M4612</guid>
      <dc:creator>almog50</dc:creator>
      <dc:date>2024-12-24T11:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard CSV Variable and DQL filter in query</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-CSV-Variable-and-DQL-filter-in-query/m-p/266149#M4613</link>
      <description>&lt;P&gt;This should work if you use the multi-select option:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.cloud_application, from: -30m 
| fields workload.name = entity.name, workload.labels = cloudApplicationLabels
| filter in(workload.name, $workload_name)
| fields service = workload.name, version = workload.labels[`app.kubernetes.io/version`]&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sia_h_0-1735042504027.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25465i85AD9EB0C28CCE6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sia_h_0-1735042504027.png" alt="sia_h_0-1735042504027.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 12:15:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-CSV-Variable-and-DQL-filter-in-query/m-p/266149#M4613</guid>
      <dc:creator>sia_h</dc:creator>
      <dc:date>2024-12-24T12:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard CSV Variable and DQL filter in query</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-CSV-Variable-and-DQL-filter-in-query/m-p/266153#M4615</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;The solution works as intended. I did not want the variable to be displayed on the dashboard, it should remain a static variable. Additionally, I was unaware that the Multi-select option under display settings would impact the results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="almog50_0-1735042921074.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25467i07C168B6D5DF6EDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="almog50_0-1735042921074.png" alt="almog50_0-1735042921074.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 12:23:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-CSV-Variable-and-DQL-filter-in-query/m-p/266153#M4615</guid>
      <dc:creator>almog50</dc:creator>
      <dc:date>2024-12-24T12:23:36Z</dc:date>
    </item>
  </channel>
</rss>

