<?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 DQL with placeholder variable in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/DQL-with-placeholder-variable/m-p/266421#M4663</link>
    <description>&lt;P&gt;I have a dashboard that contains CSV variable (PUSH, EMAIL, SMS...) and INFO log that looks like that,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Got send PUSH message request&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder if there is a way to create query to replace PUSH with my CSV variable, I mean that the filter will look something like that: Got send [variable] message request.&lt;/P&gt;&lt;P&gt;The variable it multi-select.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jan 2025 18:11:18 GMT</pubDate>
    <dc:creator>almog50</dc:creator>
    <dc:date>2025-01-01T18:11:18Z</dc:date>
    <item>
      <title>DQL with placeholder variable</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/DQL-with-placeholder-variable/m-p/266421#M4663</link>
      <description>&lt;P&gt;I have a dashboard that contains CSV variable (PUSH, EMAIL, SMS...) and INFO log that looks like that,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Got send PUSH message request&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder if there is a way to create query to replace PUSH with my CSV variable, I mean that the filter will look something like that: Got send [variable] message request.&lt;/P&gt;&lt;P&gt;The variable it multi-select.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jan 2025 18:11:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/DQL-with-placeholder-variable/m-p/266421#M4663</guid>
      <dc:creator>almog50</dc:creator>
      <dc:date>2025-01-01T18:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: DQL with placeholder variable</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/DQL-with-placeholder-variable/m-p/266429#M4665</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/84772"&gt;@almog50&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The filter would look something like the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| filter matchesPhrase(content, concat("Got send ", $Variable, " message request"))&lt;/LI-CODE&gt;&lt;P&gt;You'd replace the name of the variable with the name of your variable.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 03:17:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/DQL-with-placeholder-variable/m-p/266429#M4665</guid>
      <dc:creator>Fin_Ubels</dc:creator>
      <dc:date>2025-01-02T03:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: DQL with placeholder variable</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/DQL-with-placeholder-variable/m-p/266441#M4666</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47376"&gt;@Fin_Ubels&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried you suggestion but it doesn't work.&lt;BR /&gt;maybe it related to the fact that my $variable is a List (I am using CSV variable)&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 08:55:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/DQL-with-placeholder-variable/m-p/266441#M4666</guid>
      <dc:creator>almog50</dc:creator>
      <dc:date>2025-01-02T08:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: DQL with placeholder variable</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/DQL-with-placeholder-variable/m-p/266583#M4668</link>
      <description>&lt;P&gt;Sorry I missed the bit about multi select. Just came up with this and tested it, this should work.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;data record(content = concat("Got send PUSH message request")),
  record(content = concat("Something else"))
| fieldsAdd variable = array($Variable)
| expand variable
| fieldsadd variable = concat("Got send ", variable, " message request")
| filter content == variable&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 02 Jan 2025 23:38:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/DQL-with-placeholder-variable/m-p/266583#M4668</guid>
      <dc:creator>Fin_Ubels</dc:creator>
      <dc:date>2025-01-02T23:38:57Z</dc:date>
    </item>
  </channel>
</rss>

