<?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: User action frustration ratio - Data Explorer in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/User-action-frustration-ratio-Data-Explorer/m-p/194820#M22609</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52182"&gt;@ThomasSchrauwen&lt;/a&gt;...&lt;/P&gt;&lt;P&gt;I'm not sure if it's not possible within one table. You can do it in two steps via the "User Session Query Language" and pin it on a dashboard. Then you have the values side by side.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andre_f_0-1663768156736.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/7657iCB920198EF009063/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andre_f_0-1663768156736.png" alt="andre_f_0-1663768156736.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But that also depends on the amount of actions you want to look at. With many actions it can become tedious. If you want to do it this way, you can (maybe) simplify it a bit and clone the tiles first and then replace only the action name in the Dashboard JSON.&lt;BR /&gt;Hope this helps a little. But maybe others have a better idea how to solve it.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2022 13:52:46 GMT</pubDate>
    <dc:creator>andre_f</dc:creator>
    <dc:date>2022-09-21T13:52:46Z</dc:date>
    <item>
      <title>User action frustration ratio - Data Explorer</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/User-action-frustration-ratio-Data-Explorer/m-p/194792#M22605</link>
      <description>&lt;P&gt;I'm new to Dynatrace and have little knowledge on SQL. Yet I'm trying to get 1 query that shows me the count of frustrating user actions, next to the total user action. This data should be grouped by user action and filtered only for my application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should result to something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;TABLE border="1" width="36%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="20%"&gt;Action&lt;/TD&gt;
&lt;TD width="20%"&gt;Frustrating Requests&lt;/TD&gt;
&lt;TD width="20%"&gt;Total Requests&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%"&gt;"Click on Search"&lt;/TD&gt;
&lt;TD width="20%"&gt;15&lt;/TD&gt;
&lt;TD width="20%"&gt;51&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%"&gt;"Click on Start"&lt;/TD&gt;
&lt;TD width="20%"&gt;5&lt;/TD&gt;
&lt;TD width="20%"&gt;8&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%"&gt;"Confirm"&lt;/TD&gt;
&lt;TD width="20%"&gt;1&lt;/TD&gt;
&lt;TD width="20%"&gt;98&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried it with&amp;nbsp;&lt;STRONG&gt;builtin:apps.web.action.count&lt;/STRONG&gt;, but then I can only group by on user action. I cannot see the frustrating calls and I cannot filter on my application only.&lt;BR /&gt;&lt;EM&gt;(builtin:apps.web.action.count.xhr.browser:splitBy("dt.entity.application_method"):sort(value(auto,descending)):limit(100))&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried it with &lt;STRONG&gt;builtin:apps.web.actionCount.&amp;nbsp;&lt;/STRONG&gt;Then I can filter on the other parameters, but not on user action.&lt;BR /&gt;&lt;EM&gt;(builtin:apps.web.actionCount.category:filter(and(eq("&lt;STRONG&gt;Apdex category",FRUSTRATED&lt;/STRONG&gt;),in("dt.entity.application",entitySelector("type(application),entityName.equals(~"&lt;STRONG&gt;MES PRD&lt;/STRONG&gt;~")")))):splitBy("dt.entity.application"):sum:auto:sort(value(sum,descending)):limit(100))&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I cannot seem to get the combination of the two, or link them in some way.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is another way to get this data outside of the data explorer, that's also okay.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 07:50:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/User-action-frustration-ratio-Data-Explorer/m-p/194792#M22605</guid>
      <dc:creator>ThomasSchrauwen</dc:creator>
      <dc:date>2022-09-23T07:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: User action frustration ratio - Data Explorer</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/User-action-frustration-ratio-Data-Explorer/m-p/194820#M22609</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52182"&gt;@ThomasSchrauwen&lt;/a&gt;...&lt;/P&gt;&lt;P&gt;I'm not sure if it's not possible within one table. You can do it in two steps via the "User Session Query Language" and pin it on a dashboard. Then you have the values side by side.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andre_f_0-1663768156736.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/7657iCB920198EF009063/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andre_f_0-1663768156736.png" alt="andre_f_0-1663768156736.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But that also depends on the amount of actions you want to look at. With many actions it can become tedious. If you want to do it this way, you can (maybe) simplify it a bit and clone the tiles first and then replace only the action name in the Dashboard JSON.&lt;BR /&gt;Hope this helps a little. But maybe others have a better idea how to solve it.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 13:52:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/User-action-frustration-ratio-Data-Explorer/m-p/194820#M22609</guid>
      <dc:creator>andre_f</dc:creator>
      <dc:date>2022-09-21T13:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: User action frustration ratio - Data Explorer</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/User-action-frustration-ratio-Data-Explorer/m-p/194932#M22624</link>
      <description>&lt;P&gt;Thanks Andre, we've set it up like this indeed. A good plan B. Thank you for your response!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 13:37:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/User-action-frustration-ratio-Data-Explorer/m-p/194932#M22624</guid>
      <dc:creator>ThomasSchrauwen</dc:creator>
      <dc:date>2022-09-22T13:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: User action frustration ratio - Data Explorer</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/User-action-frustration-ratio-Data-Explorer/m-p/195679#M22749</link>
      <description>&lt;P&gt;Add You cations to &lt;STRONG&gt;key user actions&lt;/STRONG&gt; and you will have breakdown by name with OOB metrics with KUAs&lt;BR /&gt;And application you can filter with &lt;STRONG&gt;:parents&lt;/STRONG&gt;&lt;BR /&gt;AKA:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;:parents&lt;BR /&gt;:filter(&lt;SPAN&gt;and&lt;/SPAN&gt;(&lt;SPAN&gt;in&lt;/SPAN&gt;(&lt;SPAN&gt;"dt.entity.application"&lt;/SPAN&gt;, entitySelector(&lt;SPAN&gt;"type(Application), entityId(APPLICATION-XXXXXXX)"&lt;/SPAN&gt;))))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Viachaslau_0-1664796823757.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/7842i0577A055E0D9A5F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Viachaslau_0-1664796823757.png" alt="Viachaslau_0-1664796823757.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Using session query -&amp;nbsp; it is always a risk that you will have sampling "feature"&lt;BR /&gt;when your result will be extrapolated instead of real query.&lt;BR /&gt;So USQL is good only for short timeframes.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 11:38:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/User-action-frustration-ratio-Data-Explorer/m-p/195679#M22749</guid>
      <dc:creator>Viachaslau</dc:creator>
      <dc:date>2022-10-03T11:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: User action frustration ratio - Data Explorer</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/User-action-frustration-ratio-Data-Explorer/m-p/267177#M35326</link>
      <description>&lt;P&gt;Old post, I know, but the issue here is that USQL is limited in the data it can look at (35 days) and it samples the data when looking back more than anywhere from a few hours to a few days (depending on the number of user sessions your environment has).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its wild that there isn't a good way to find something simple like number of frustrated sessions per action in the normal metrics.&amp;nbsp; Closest you can get is Apdex by Key User Action, but that only gives you basically the Satisifed percent.&amp;nbsp; You can't tell how many sessions were frustrated versus tolerated.&lt;/P&gt;&lt;P&gt;They really need an Action Count by Apdex&amp;nbsp;&lt;EM&gt;Category&amp;nbsp;&lt;/EM&gt;(like they have for Applications), but for App Methods.&lt;/P&gt;&lt;P&gt;I've tried using calculated metrics in the App Settings, but that doesn't seem to work either...&lt;/P&gt;&lt;P&gt;I'm hoping once RUM is in Grail doing something like this will be easier.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jan 2025 20:43:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/User-action-frustration-ratio-Data-Explorer/m-p/267177#M35326</guid>
      <dc:creator>36Krazyfists</dc:creator>
      <dc:date>2025-01-12T20:43:22Z</dc:date>
    </item>
  </channel>
</rss>

