<?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: Top User Actions - UserSession table or UserAction table in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Top-user-actions-UserSession-table-or-UserAction-table/m-p/180794#M2193</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is explained in the documentation of USQL how the filtering works for primary and secondary "tables" works:&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/how-to-use-real-user-monitoring/cross-application-user-session-analytics/custom-queries-segmentation-and-aggregation-of-session-data#expand--example-1--36" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/how-to-use-real-user-monitoring/cross-application-user-session-analytics/custom-queries-segmentation-and-aggregation-of-session-data#expand--example-1--36&lt;/A&gt;&lt;/P&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="christian_gusta_0-1645003460097.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4406i745E350B0ED49351/image-size/medium?v=v2&amp;amp;px=400" role="button" title="christian_gusta_0-1645003460097.png" alt="christian_gusta_0-1645003460097.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 09:25:20 GMT</pubDate>
    <dc:creator>christian_gusta</dc:creator>
    <dc:date>2022-02-16T09:25:20Z</dc:date>
    <item>
      <title>Top user actions - UserSession table or UserAction table?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Top-user-actions-UserSession-table-or-UserAction-table/m-p/180416#M2185</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Whether it's the count of frustrated user actions or Top user actions, should we get it from usersession table or useraction table? Need some guidance on this. I see counts vastly differ for both.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; In addition, I see another issue- Not sure if this is our company instance, but when I use the user session table, the where clause doesn't work and pulls all the application names, whereas if I use the useraction table, my results are limited to the application name.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SELECT useraction.application, useraction.name, COUNT(*) &lt;STRONG&gt;FROM usersession&lt;/STRONG&gt; WHERE &lt;STRONG&gt;useraction.application ="My_App"&lt;/STRONG&gt; AND useraction.apdexCategory="FRUSTRATED" GROUP BY useraction.application,useraction.name&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SELECT useraction.application, useraction.name, COUNT(*) &lt;STRONG&gt;FROM useraction&lt;/STRONG&gt; WHERE &lt;STRONG&gt;useraction.application ="My_App&lt;/STRONG&gt;" AND useraction.apdexCategory="FRUSTRATED" GROUP BY useraction.application, useraction.name&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 13:23:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Top-user-actions-UserSession-table-or-UserAction-table/m-p/180416#M2185</guid>
      <dc:creator>ABB</dc:creator>
      <dc:date>2023-05-25T13:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Top User Actions - UserSession table or UserAction table</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Top-user-actions-UserSession-table-or-UserAction-table/m-p/180794#M2193</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is explained in the documentation of USQL how the filtering works for primary and secondary "tables" works:&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/how-to-use-real-user-monitoring/cross-application-user-session-analytics/custom-queries-segmentation-and-aggregation-of-session-data#expand--example-1--36" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/how-to-use-real-user-monitoring/cross-application-user-session-analytics/custom-queries-segmentation-and-aggregation-of-session-data#expand--example-1--36&lt;/A&gt;&lt;/P&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="christian_gusta_0-1645003460097.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4406i745E350B0ED49351/image-size/medium?v=v2&amp;amp;px=400" role="button" title="christian_gusta_0-1645003460097.png" alt="christian_gusta_0-1645003460097.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 09:25:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Top-user-actions-UserSession-table-or-UserAction-table/m-p/180794#M2193</guid>
      <dc:creator>christian_gusta</dc:creator>
      <dc:date>2022-02-16T09:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Top User Actions - UserSession table or UserAction table</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Top-user-actions-UserSession-table-or-UserAction-table/m-p/180861#M2194</link>
      <description>&lt;P&gt;Thanks! This explains it!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 21:53:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Top-user-actions-UserSession-table-or-UserAction-table/m-p/180861#M2194</guid>
      <dc:creator>ABB</dc:creator>
      <dc:date>2022-02-16T21:53:55Z</dc:date>
    </item>
  </channel>
</rss>

