<?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: USQL - group by action duration in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/USQL-group-by-action-duration/m-p/120449#M1135</link>
    <description>&lt;P&gt;Thank you, this  result is very interesting. In AppMon i creating three business transaction (fast, slow, very slow) and then put them on one chart.&lt;/P&gt;&lt;P&gt;With this USQL query we can get response time distribution in several clicks on dashboard.&lt;/P&gt;&lt;P&gt;Maybe later we will have these futures: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;case&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;when&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And then it will possible to create ranges (fast, slow, very slow) and display result on dashboard.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Jul 2019 10:34:11 GMT</pubDate>
    <dc:creator>Romanenkov_Alex</dc:creator>
    <dc:date>2019-07-01T10:34:11Z</dc:date>
    <item>
      <title>USQL - group by action duration</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/USQL-group-by-action-duration/m-p/120447#M1133</link>
      <description>&lt;P&gt;Hello, I’m curious if it is possible to get such chart from USQL:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/21133-af6baec2-e6fd-4208-bca7-a286ecb2ba29.jpeg" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;I was trying multiple ways but I think it is not possible. But maybe someone has idea how to get action duration distribution for particular user action? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 10:03:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/USQL-group-by-action-duration/m-p/120447#M1133</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2022-08-31T10:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - group by action duration</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/USQL-group-by-action-duration/m-p/120448#M1134</link>
      <description>&lt;P&gt;Ok there is such option: &lt;/P&gt;&lt;PRE&gt;SELECT MEDIAN(duration) as "Duration (ms)", COUNT(*) as "Count" FROM useraction WHERE useraction.name IN ('Loading of page /') AND usersession.userType IS "REAL_USER" GROUP BY duration ORDER BY duration ASC&lt;/PRE&gt;&lt;P&gt;Here is example. Result looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/21134-1561967159756.png" /&gt;&lt;/P&gt;&lt;P&gt;It would be great if there will be option for defining steps manually. But this is fine as well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jul 2019 07:46:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/USQL-group-by-action-duration/m-p/120448#M1134</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-07-01T07:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - group by action duration</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/USQL-group-by-action-duration/m-p/120449#M1135</link>
      <description>&lt;P&gt;Thank you, this  result is very interesting. In AppMon i creating three business transaction (fast, slow, very slow) and then put them on one chart.&lt;/P&gt;&lt;P&gt;With this USQL query we can get response time distribution in several clicks on dashboard.&lt;/P&gt;&lt;P&gt;Maybe later we will have these futures: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;case&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;when&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And then it will possible to create ranges (fast, slow, very slow) and display result on dashboard.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jul 2019 10:34:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/USQL-group-by-action-duration/m-p/120449#M1135</guid>
      <dc:creator>Romanenkov_Alex</dc:creator>
      <dc:date>2019-07-01T10:34:11Z</dc:date>
    </item>
  </channel>
</rss>

