<?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 - time beetwen steps in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/114163#M2962</link>
    <description>&lt;P&gt;pity that there is no such. This is a very useful indicator for business.&lt;/P&gt;&lt;P&gt;maybe I create an RFE. maybe developers will create when not&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jun 2020 19:15:56 GMT</pubDate>
    <dc:creator>MAkimov</dc:creator>
    <dc:date>2020-06-25T19:15:56Z</dc:date>
    <item>
      <title>USQL - time beetwen steps</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/114159#M2958</link>
      <description>&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;can I calculate the time between two steps in a User session through USQL?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For example, the time from the start of the purchase to payment for the goods?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 10:25:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/114159#M2958</guid>
      <dc:creator>MAkimov</dc:creator>
      <dc:date>2020-06-25T10:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - time beetwen steps</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/114160#M2959</link>
      <description>&lt;P&gt;You could put in the duration time of action x and make another USQL for action Y. You could also mark the requests as Key request and formulate a chart off of that or even conversion goals&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 12:06:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/114160#M2959</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2020-06-25T12:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - time beetwen steps</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/114161#M2960</link>
      <description>&lt;P&gt;I need a metric not the sum of two steps, but the duration of the period in the session between two steps.&lt;/P&gt;&lt;P&gt;we have a metric for the duration of the session. So I need only part of this metric regarding the two steps of the user in the funnel&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 12:55:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/114161#M2960</guid>
      <dc:creator>MAkimov</dc:creator>
      <dc:date>2020-06-25T12:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - time beetwen steps</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/114162#M2961</link>
      <description>&lt;P&gt;No the only place this  is available to any extent is if you're looking at a single user's session where you can see all of the user actions in order but there's no way to get this as a metric or even as number from usql.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;With usql you can get start times and end times by querying the user action table but you'd be querying both relevant user actions you can't have data from both of them in the same row. And if you queried from the usersession table you can pull from the useractions but you can't get the starttime from two actions separately, there's just no way to express that.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You'd need to be able to do something like &lt;STRONG&gt;select action1.startTime - action2.startTime as difference from usersession &lt;/STRONG&gt;which you cannot do.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 14:34:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/114162#M2961</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2020-06-25T14:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - time beetwen steps</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/114163#M2962</link>
      <description>&lt;P&gt;pity that there is no such. This is a very useful indicator for business.&lt;/P&gt;&lt;P&gt;maybe I create an RFE. maybe developers will create when not&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 19:15:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/114163#M2962</guid>
      <dc:creator>MAkimov</dc:creator>
      <dc:date>2020-06-25T19:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - time beetwen steps</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/168662#M2963</link>
      <description>&lt;P&gt;Yes. This is very useful information for business,&amp;nbsp;&amp;nbsp;we have useraction.startTime information in the useraction but we are not able to use it wisely for our analysis. Extracting data via USQL API and query the time difference from another tool would not be an ideal way for a single use case(this involves exporting data and requires elasticsearch or an ideal tool in Prod enV).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.dynatrace.com/t5/Dynatrace-product-ideas/USQL-to-find-duration-between-two-steps/idi-p/168660" target="_blank"&gt;https://community.dynatrace.com/t5/Dynatrace-product-ideas/USQL-to-find-duration-between-two-steps/idi-p/168660&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 13:31:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-time-beetwen-steps/m-p/168662#M2963</guid>
      <dc:creator>Saravanakumar_P</dc:creator>
      <dc:date>2021-07-02T13:31:31Z</dc:date>
    </item>
  </channel>
</rss>

