<?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 Help with RUM Query in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Help-with-RUM-Query/m-p/238730#M695</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing a query to extract a response time of each user actions. The query I tried is as below but it is giving an error at-"(responseEnd - responseStart)"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;select distinct name as "User Actions",count(*) as "Requests", (responseEnd - responseStart) as "ResponseTime" FROM useraction WHERE type="Load" GROUP BY name&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a better way to extract response time by querying?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 03 Mar 2024 12:13:39 GMT</pubDate>
    <dc:creator>ash2</dc:creator>
    <dc:date>2024-03-03T12:13:39Z</dc:date>
    <item>
      <title>Help with RUM Query</title>
      <link>https://community.dynatrace.com/t5/DQL/Help-with-RUM-Query/m-p/238730#M695</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing a query to extract a response time of each user actions. The query I tried is as below but it is giving an error at-"(responseEnd - responseStart)"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;select distinct name as "User Actions",count(*) as "Requests", (responseEnd - responseStart) as "ResponseTime" FROM useraction WHERE type="Load" GROUP BY name&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a better way to extract response time by querying?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 12:13:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Help-with-RUM-Query/m-p/238730#M695</guid>
      <dc:creator>ash2</dc:creator>
      <dc:date>2024-03-03T12:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help with RUM Query</title>
      <link>https://community.dynatrace.com/t5/DQL/Help-with-RUM-Query/m-p/238769#M696</link>
      <description>&lt;LI-CODE lang="javascript"&gt;select DISTINCT(name) as "User Actions",count(*) as "Requests", duration as "ResponseTime" FROM useraction WHERE type="Load" GROUP BY name,duration&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 04 Mar 2024 07:45:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Help-with-RUM-Query/m-p/238769#M696</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-03-04T07:45:13Z</dc:date>
    </item>
  </channel>
</rss>

