<?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: charting apdex using USQL in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/charting-apdex-using-USQL/m-p/220554#M4579</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17213"&gt;@AntonioSousa&lt;/a&gt;&amp;nbsp; I believe&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/61241"&gt;@AndresBrown&lt;/a&gt;&amp;nbsp;wants to show just action counts and not calculate the apdex value (numeric).&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/61241"&gt;@AndresBrown&lt;/a&gt;&amp;nbsp;you mean something like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;select 
    count(*) as "Action Count",
    datetime(startTime) as "Time",
    apdexCategory as "Apdex Category"
from 
    useraction
where 
    application="www.easytravel.com"
group by
    datetime(startTime),
    apdexCategory&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 14 Aug 2023 05:42:08 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2023-08-14T05:42:08Z</dc:date>
    <item>
      <title>charting apdex using USQL</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/charting-apdex-using-USQL/m-p/220484#M4574</link>
      <description>&lt;P&gt;hey there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder if you guys could help me doing this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndresBrown_0-1691768519832.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13532iE6A9AADF02974C00/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndresBrown_0-1691768519832.png" alt="AndresBrown_0-1691768519832.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;but using USQL?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrés.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 15:45:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/charting-apdex-using-USQL/m-p/220484#M4574</guid>
      <dc:creator>AndresBrown</dc:creator>
      <dc:date>2023-08-11T15:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: charting apdex using USQL</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/charting-apdex-using-USQL/m-p/220515#M4575</link>
      <description>&lt;P&gt;Yes, you can use USQL to calculate Apdex. Once upon a time, I had a formula that was able to do it. But there were some changes, and it now doesn't give the exact value. It has to do about how errors are accounted for. Anyway, if you are not interested in perfection, it is doable...&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 21:47:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/charting-apdex-using-USQL/m-p/220515#M4575</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-08-11T21:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: charting apdex using USQL</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/charting-apdex-using-USQL/m-p/220554#M4579</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17213"&gt;@AntonioSousa&lt;/a&gt;&amp;nbsp; I believe&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/61241"&gt;@AndresBrown&lt;/a&gt;&amp;nbsp;wants to show just action counts and not calculate the apdex value (numeric).&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/61241"&gt;@AndresBrown&lt;/a&gt;&amp;nbsp;you mean something like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;select 
    count(*) as "Action Count",
    datetime(startTime) as "Time",
    apdexCategory as "Apdex Category"
from 
    useraction
where 
    application="www.easytravel.com"
group by
    datetime(startTime),
    apdexCategory&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 14 Aug 2023 05:42:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/charting-apdex-using-USQL/m-p/220554#M4579</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2023-08-14T05:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: charting apdex using USQL</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/charting-apdex-using-USQL/m-p/220612#M4596</link>
      <description>&lt;P&gt;Hey Julius_Loman,&amp;nbsp;&lt;/P&gt;&lt;P&gt;exactly what I mean.&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andres&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 16:05:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/charting-apdex-using-USQL/m-p/220612#M4596</guid>
      <dc:creator>AndresBrown</dc:creator>
      <dc:date>2023-08-14T16:05:03Z</dc:date>
    </item>
  </channel>
</rss>

