<?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 Measure user actions problem: seconds instead of milliseconds in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Measure-user-actions-problem-seconds-instead-of-milliseconds/m-p/210171#M2848</link>
    <description>&lt;P&gt;Hello friends,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I create a dashboard to measure the time of all user actions through&amp;nbsp;a user session query:&lt;BR /&gt;&lt;BR /&gt;"SELECT name ,AVG(duration)&amp;nbsp; FROM useraction WHERE (name IS NOT NULL) AND usersession.stringProperties.clienttype="Corporate" GROUP BY name ORDER BY avg(duration) DESC"&lt;BR /&gt;&lt;BR /&gt;Here is one big BUT: &amp;nbsp;all times are in&amp;nbsp;milliseconds and I want to make it in seconds because will be easier for a business .&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;user actioin 1 -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;36,305 ms&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;user actioin 1 -&amp;nbsp;&lt;/SPAN&gt;10,870 ms&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;user actioin 1 -&amp;nbsp;&lt;/SPAN&gt;9,865 ms&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;user actioin 1 -&amp;nbsp;&lt;/SPAN&gt;5,784 ms&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;user actioin 1 -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;5,151 ms&lt;BR /&gt;&lt;BR /&gt;and etc.&amp;nbsp;&lt;BR /&gt;I try different ways to convert these milliseconds to seconds but without luck.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you give me an idea how to do it?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 22 May 2023 09:50:14 GMT</pubDate>
    <dc:creator>Adrian_Kefirov</dc:creator>
    <dc:date>2023-05-22T09:50:14Z</dc:date>
    <item>
      <title>Measure user actions problem: seconds instead of milliseconds</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Measure-user-actions-problem-seconds-instead-of-milliseconds/m-p/210171#M2848</link>
      <description>&lt;P&gt;Hello friends,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I create a dashboard to measure the time of all user actions through&amp;nbsp;a user session query:&lt;BR /&gt;&lt;BR /&gt;"SELECT name ,AVG(duration)&amp;nbsp; FROM useraction WHERE (name IS NOT NULL) AND usersession.stringProperties.clienttype="Corporate" GROUP BY name ORDER BY avg(duration) DESC"&lt;BR /&gt;&lt;BR /&gt;Here is one big BUT: &amp;nbsp;all times are in&amp;nbsp;milliseconds and I want to make it in seconds because will be easier for a business .&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;user actioin 1 -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;36,305 ms&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;user actioin 1 -&amp;nbsp;&lt;/SPAN&gt;10,870 ms&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;user actioin 1 -&amp;nbsp;&lt;/SPAN&gt;9,865 ms&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;user actioin 1 -&amp;nbsp;&lt;/SPAN&gt;5,784 ms&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN class=""&gt;user actioin 1 -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;5,151 ms&lt;BR /&gt;&lt;BR /&gt;and etc.&amp;nbsp;&lt;BR /&gt;I try different ways to convert these milliseconds to seconds but without luck.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you give me an idea how to do it?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 May 2023 09:50:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Measure-user-actions-problem-seconds-instead-of-milliseconds/m-p/210171#M2848</guid>
      <dc:creator>Adrian_Kefirov</dc:creator>
      <dc:date>2023-05-22T09:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to measure a time in seconds not in ms.</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Measure-user-actions-problem-seconds-instead-of-milliseconds/m-p/210179#M2849</link>
      <description>&lt;P&gt;Division operation (duration/1000 f.e.) is supported, but not with aggregation at this time (error message from UQL: "Mathematical Operation with aggregator functions is not yet supported!"). You can export USQL result (via API &lt;A href="https://www.dynatrace.com/support/help/shortlink/api-usql" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/api-usql&lt;/A&gt;) and convert it externally.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 10:44:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Measure-user-actions-problem-seconds-instead-of-milliseconds/m-p/210179#M2849</guid>
      <dc:creator>rastislav_danis</dc:creator>
      <dc:date>2023-04-19T10:44:04Z</dc:date>
    </item>
  </channel>
</rss>

