<?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: Sort by ascending Code Calculated Metric - Data explorer in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Sort-by-ascending-Code-Calculated-Metric-Data-explorer/m-p/184629#M20565</link>
    <description>&lt;P&gt;Hello mcabiya,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you share how did u make the metric calculation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2022 16:29:36 GMT</pubDate>
    <dc:creator>DavidB</dc:creator>
    <dc:date>2022-04-12T16:29:36Z</dc:date>
    <item>
      <title>Sort by ascending Code Calculated Metric - Data explorer</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Sort-by-ascending-Code-Calculated-Metric-Data-explorer/m-p/180087#M19814</link>
      <description>&lt;P&gt;created free connection pool percentage on WebLogic process metrics. Cannot sort by highest percentage value. Trying to check if someone found way to resolve issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Metrics used for calculation&lt;/P&gt;&lt;P&gt;builtin:tech.weblogic.connectionPool.ActiveConnectionsCurrentCount&lt;/P&gt;&lt;P&gt;builtin:tech.weblogic.connectionPool.MaxCapacity&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 19:27:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Sort-by-ascending-Code-Calculated-Metric-Data-explorer/m-p/180087#M19814</guid>
      <dc:creator>ca6iya</dc:creator>
      <dc:date>2022-02-02T19:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by ascending Code Calculated Metric - Data explorer</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Sort-by-ascending-Code-Calculated-Metric-Data-explorer/m-p/180094#M19817</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using the data explorer you should see a "+" symbol in the UI which allows you to add the "Sort by" functionality seen here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dallas_0-1643830636671.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4286i0A1570B7CE11BAF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dallas_0-1643830636671.png" alt="Dallas_0-1643830636671.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;Once that is selected you will be able to choose Ascending or descending. I would also suggest using the "last value" selection if you are trying to see the current value being reported.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dallas_2-1643830992208.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4288iABD82395D61F3C64/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dallas_2-1643830992208.png" alt="Dallas_2-1643830992208.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are trying to use the code tab then you can see under the "Sort" section there is the possibility to add "ascending" or "descending". Seen here in the metric selector documentation:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/metric-selector#sort" target="_blank"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/metric-selector#sort&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;builtin:tech.weblogic.connectionPool.ActiveConnectionsCurrentCount:splitBy("dt.entity.process_group_instance"):avg:auto:&lt;STRONG&gt;sort(value(avg,descending)&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Dallas&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 19:43:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Sort-by-ascending-Code-Calculated-Metric-Data-explorer/m-p/180094#M19817</guid>
      <dc:creator>Dallas</dc:creator>
      <dc:date>2022-02-02T19:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by ascending Code Calculated Metric - Data explorer</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Sort-by-ascending-Code-Calculated-Metric-Data-explorer/m-p/180097#M19818</link>
      <description>&lt;P&gt;added last part to calculation and it worked. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;:sort(value(avg,descending))*100&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="mcabiya_0-1643834600313.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4289iA002A9D734A299E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mcabiya_0-1643834600313.png" alt="mcabiya_0-1643834600313.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 20:43:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Sort-by-ascending-Code-Calculated-Metric-Data-explorer/m-p/180097#M19818</guid>
      <dc:creator>ca6iya</dc:creator>
      <dc:date>2022-02-02T20:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by ascending Code Calculated Metric - Data explorer</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Sort-by-ascending-Code-Calculated-Metric-Data-explorer/m-p/184629#M20565</link>
      <description>&lt;P&gt;Hello mcabiya,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you share how did u make the metric calculation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 16:29:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Sort-by-ascending-Code-Calculated-Metric-Data-explorer/m-p/184629#M20565</guid>
      <dc:creator>DavidB</dc:creator>
      <dc:date>2022-04-12T16:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by ascending Code Calculated Metric - Data explorer</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Sort-by-ascending-Code-Calculated-Metric-Data-explorer/m-p/184632#M20566</link>
      <description>&lt;P&gt;I used tag to filter process. Try adding tag or removing filter from metric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(builtin:tech.jvm.memory.pool.used:filter(and(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),tag(~"&lt;FONT color="#FF0000"&gt;TAG&lt;/FONT&gt;~")")))):splitBy("dt.entity.process_group_instance"))/(builtin:tech.jvm.memory.pool.max:filter(and(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),tag(~"&lt;FONT color="#FF0000"&gt;TAG&lt;/FONT&gt;~")")))):splitBy("dt.entity.process_group_instance")):sort(value(avg,descending))*100&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 17:10:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Sort-by-ascending-Code-Calculated-Metric-Data-explorer/m-p/184632#M20566</guid>
      <dc:creator>ca6iya</dc:creator>
      <dc:date>2022-04-12T17:10:43Z</dc:date>
    </item>
  </channel>
</rss>

