<?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 for extract the slowest User Action in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-extract-the-slowest-User-Action/m-p/109463#M643</link>
    <description>&lt;P&gt;If you want to have info about number of executions for those actions you have to add COUNT(*) in select to see number of executions. Unfortunately we don’t have HAVING command right now or option for making select inside select to have it like this. Only Idea I have is to sum total duration time (not median) of all user actions and sort using this value. In such case, you will see those user actions that takes most time in total (number of executions vs duration)&lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;</description>
    <pubDate>Sat, 29 Feb 2020 08:43:43 GMT</pubDate>
    <dc:creator>skrystosik</dc:creator>
    <dc:date>2020-02-29T08:43:43Z</dc:date>
    <item>
      <title>USQL for extract the slowest User Action</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-extract-the-slowest-User-Action/m-p/109462#M642</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I was looking for extract the slowest user actions on a certain application where the number of useraction are major of 150 in the timeframe configurated.&lt;/P&gt;
&lt;P&gt;Now, I'm using:&lt;BR /&gt;SELECT TOP(useraction.name, 10) AS "User Action Name", MEDIAN(useraction.visuallyCompleteTime) AS "Visually Complete Time" FROM useraction WHERE useraction.application IS "&lt;EM&gt;app&lt;/EM&gt;" GROUP BY useraction.name ORDER BY median(useraction.visuallyCompleteTime) DESC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to add the count filter on the result, how can I do it?&lt;BR /&gt;Thanks in advantage.&lt;/P&gt;
&lt;P&gt;Roberto&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 08:36:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-extract-the-slowest-User-Action/m-p/109462#M642</guid>
      <dc:creator>roberto_ravo</dc:creator>
      <dc:date>2021-04-27T08:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: USQL for extract the slowest User Action</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-extract-the-slowest-User-Action/m-p/109463#M643</link>
      <description>&lt;P&gt;If you want to have info about number of executions for those actions you have to add COUNT(*) in select to see number of executions. Unfortunately we don’t have HAVING command right now or option for making select inside select to have it like this. Only Idea I have is to sum total duration time (not median) of all user actions and sort using this value. In such case, you will see those user actions that takes most time in total (number of executions vs duration)&lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;</description>
      <pubDate>Sat, 29 Feb 2020 08:43:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-extract-the-slowest-User-Action/m-p/109463#M643</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-02-29T08:43:43Z</dc:date>
    </item>
  </channel>
</rss>

