<?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: USQL - Extract list of Page and Page group in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/166196#M3442</link>
    <description>&lt;P&gt;Yes, that worked for me locally. If you expand the time you are looking at does it return any data?&lt;/P&gt;
&lt;P&gt;If you don't get anything still and you can see data for the same time period in Pages then I would ask on chat for assistance.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 13:03:35 GMT</pubDate>
    <dc:creator>HannahM</dc:creator>
    <dc:date>2021-05-19T13:03:35Z</dc:date>
    <item>
      <title>USQL - Extract list of Page and Page group</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/165939#M3437</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible to extract the list of page / pagegroup using USQL? I tried a simple query like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT page FROM userevent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I get all null values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I doing anything wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 13:18:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/165939#M3437</guid>
      <dc:creator>monitoringteam1</dc:creator>
      <dc:date>2021-05-14T13:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - Extract list of Page and Page group</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/165950#M3438</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/27707"&gt;@monitoringteam1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could extract a list of page loads from the user sessions data and apply a Distinct filter to eliminate duplicates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is your query returning an error or a null values? When I use the SELECT "page" it returns an error. so I used "useraction.name" instead of "page" and "useraction" instead of "userevent"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried a query like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT DISTINCT useraction.name FROM useraction WHERE name STARTSWITH "Loading"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That returned all of the various page loads that the users are performing. Note: that it might differ if you have user action naming set up differently than I do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Dallas&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 17:50:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/165950#M3438</guid>
      <dc:creator>Dallas</dc:creator>
      <dc:date>2021-05-14T17:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - Extract list of Page and Page group</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/166072#M3439</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;you are referring to&amp;nbsp;&lt;SPAN&gt;useraction.name. I am talking about Page and Page groups:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="monitoringteam1_0-1621350002722.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/987iA7ED398440916563/image-size/medium?v=v2&amp;amp;px=400" role="button" title="monitoringteam1_0-1621350002722.png" alt="monitoringteam1_0-1621350002722.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any suggestion about that?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 15:00:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/166072#M3439</guid>
      <dc:creator>monitoringteam1</dc:creator>
      <dc:date>2021-05-18T15:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - Extract list of Page and Page group</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/166073#M3440</link>
      <description>&lt;P&gt;Does this do what you want?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT distinct userevent.page from usersession&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 15:20:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/166073#M3440</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2021-05-18T15:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - Extract list of Page and Page group</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/166195#M3441</link>
      <description>&lt;P&gt;I tried that but what I get is "null" value. Is it working on your tenant?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 13:03:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/166195#M3441</guid>
      <dc:creator>monitoringteam1</dc:creator>
      <dc:date>2021-05-19T13:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - Extract list of Page and Page group</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/166196#M3442</link>
      <description>&lt;P&gt;Yes, that worked for me locally. If you expand the time you are looking at does it return any data?&lt;/P&gt;
&lt;P&gt;If you don't get anything still and you can see data for the same time period in Pages then I would ask on chat for assistance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 13:03:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/166196#M3442</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2021-05-19T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - Extract list of Page and Page group</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/166198#M3443</link>
      <description>&lt;P&gt;Will officially be available with 1.218 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 13:07:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-Extract-list-of-Page-and-Page-group/m-p/166198#M3443</guid>
      <dc:creator>zietho</dc:creator>
      <dc:date>2021-05-19T13:07:11Z</dc:date>
    </item>
  </channel>
</rss>

