<?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 Create a parameter with multiple values in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Create-a-parameter-with-multiple-values/m-p/224160#M3285</link>
    <description>&lt;P&gt;Is there a way for me to create a parameter that represents multiple values? For example, I want to filter a metric by 3 different values for a field, and possibly another value for a second field. In pseudo-code, it would be something like&lt;/P&gt;
&lt;P&gt;If tag = "DEV" then filter by env=development, app_name=MyApp1 or MyApp2 or MyApp3&lt;/P&gt;
&lt;P&gt;If tag = "PROD" then filter by env=production, app_name=MyApp1 or MyApp2 or MyApp3&lt;/P&gt;
&lt;P&gt;Is this doable?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2024 11:44:22 GMT</pubDate>
    <dc:creator>kostellod</dc:creator>
    <dc:date>2024-01-24T11:44:22Z</dc:date>
    <item>
      <title>Create a parameter with multiple values</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Create-a-parameter-with-multiple-values/m-p/224160#M3285</link>
      <description>&lt;P&gt;Is there a way for me to create a parameter that represents multiple values? For example, I want to filter a metric by 3 different values for a field, and possibly another value for a second field. In pseudo-code, it would be something like&lt;/P&gt;
&lt;P&gt;If tag = "DEV" then filter by env=development, app_name=MyApp1 or MyApp2 or MyApp3&lt;/P&gt;
&lt;P&gt;If tag = "PROD" then filter by env=production, app_name=MyApp1 or MyApp2 or MyApp3&lt;/P&gt;
&lt;P&gt;Is this doable?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 11:44:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Create-a-parameter-with-multiple-values/m-p/224160#M3285</guid>
      <dc:creator>kostellod</dc:creator>
      <dc:date>2024-01-24T11:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a parameter with multiple values?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Create-a-parameter-with-multiple-values/m-p/231792#M3525</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64254"&gt;@kostellod&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;Multi-select variables allow for such use cases from our side. See the example on the screenshots below and let me know if you need anything else!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="c-mrkdwn__pre" data-stringify-type="pre"&gt;fetch logs, scanLimitGBytes:10
| summarize count(), alias:loglines, by:{bin(timestamp, 1m), alias:timeframe, status}
| filter in(status, array($Status))&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/16200i5169723C160C2432/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="image (1).png" style="width: 283px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/16204i239C171518906B0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image (1).png" alt="image (1).png" /&gt;&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (2).png" style="width: 374px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/16203i5D791A6E57B74DEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="image (2).png" alt="image (2).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 14:13:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Create-a-parameter-with-multiple-values/m-p/231792#M3525</guid>
      <dc:creator>IzabelaRokita</dc:creator>
      <dc:date>2023-12-13T14:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a parameter with multiple values?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Create-a-parameter-with-multiple-values/m-p/233197#M3579</link>
      <description>&lt;P&gt;That allows you to set a single variable to multiple values. I want to set multiple variables based on a tag.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 21:04:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Create-a-parameter-with-multiple-values/m-p/233197#M3579</guid>
      <dc:creator>kostellod</dc:creator>
      <dc:date>2024-01-02T21:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a parameter with multiple values?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Create-a-parameter-with-multiple-values/m-p/233965#M3608</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64254"&gt;@kostellod&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have try with this filter option "multi-select" ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gbaudart_0-1704925440721.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/16735iBC1D6E56DEA3EC98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gbaudart_0-1704925440721.png" alt="gbaudart_0-1704925440721.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 22:24:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Create-a-parameter-with-multiple-values/m-p/233965#M3608</guid>
      <dc:creator>gbaudart</dc:creator>
      <dc:date>2024-01-10T22:24:57Z</dc:date>
    </item>
  </channel>
</rss>

