<?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 How to convert USQL Ms to seconds in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-convert-USQL-Ms-to-seconds/m-p/195964#M3909</link>
    <description>&lt;P&gt;SELECT avg(useraction.visuallyCompleteTime) as "AVG", PERCENTILE(useraction.visuallyCompleteTime, 80) AS "80th" ..............&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How Avg/80th percentile can be changed from ms to sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2022 22:57:47 GMT</pubDate>
    <dc:creator>SachinJindal</dc:creator>
    <dc:date>2022-10-05T22:57:47Z</dc:date>
    <item>
      <title>How to convert USQL Ms to seconds</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-convert-USQL-Ms-to-seconds/m-p/195964#M3909</link>
      <description>&lt;P&gt;SELECT avg(useraction.visuallyCompleteTime) as "AVG", PERCENTILE(useraction.visuallyCompleteTime, 80) AS "80th" ..............&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How Avg/80th percentile can be changed from ms to sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 22:57:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-convert-USQL-Ms-to-seconds/m-p/195964#M3909</guid>
      <dc:creator>SachinJindal</dc:creator>
      <dc:date>2022-10-05T22:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert USQL Ms to seconds</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-convert-USQL-Ms-to-seconds/m-p/195967#M3910</link>
      <description>&lt;P&gt;hi&amp;nbsp;SachinJindal&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;in short, you cannot.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if you try to divide by 1000 you will allways get:&amp;nbsp;&amp;nbsp;&lt;EM&gt;Mathematical Operation with aggregator functions is not yet supported!&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;if you try to group by, when you take the value divide by 1000 and 60&amp;nbsp; 'visuallyCompleteTime/1000/60' you will get the same problem but with group.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;you can allways use the data explorer&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rgarzon1_0-1665027624551.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/7915i1957B2E3B1FB7137/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rgarzon1_0-1665027624551.png" alt="rgarzon1_0-1665027624551.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;and by last but not least important you can allways use PowerUps, doing a !PU(link):visuallcomplete, and next using this in another tile to make it work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Have Fun&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 03:47:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-convert-USQL-Ms-to-seconds/m-p/195967#M3910</guid>
      <dc:creator>rgarzon1</dc:creator>
      <dc:date>2022-10-06T03:47:07Z</dc:date>
    </item>
  </channel>
</rss>

