<?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 chart a page group to a dashboard in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-chart-a-page-group-to-a-dashboard/m-p/206836#M4167</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have the following requirement:&lt;/P&gt;&lt;P&gt;A customer need how many users access to a diferent product on the application , e.g:&amp;nbsp;&lt;/P&gt;&lt;P&gt;/product/prod1,&amp;nbsp; /product/prod2, /product/prod3, etc&lt;/P&gt;&lt;P&gt;Is it possible to do this through USQL?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Sun, 12 Mar 2023 05:16:29 GMT</pubDate>
    <dc:creator>soportetr</dc:creator>
    <dc:date>2023-03-12T05:16:29Z</dc:date>
    <item>
      <title>How to chart a page group to a dashboard</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-chart-a-page-group-to-a-dashboard/m-p/206836#M4167</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have the following requirement:&lt;/P&gt;&lt;P&gt;A customer need how many users access to a diferent product on the application , e.g:&amp;nbsp;&lt;/P&gt;&lt;P&gt;/product/prod1,&amp;nbsp; /product/prod2, /product/prod3, etc&lt;/P&gt;&lt;P&gt;Is it possible to do this through USQL?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 05:16:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-chart-a-page-group-to-a-dashboard/m-p/206836#M4167</guid>
      <dc:creator>soportetr</dc:creator>
      <dc:date>2023-03-12T05:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a page group to a dashboard</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-chart-a-page-group-to-a-dashboard/m-p/206837#M4168</link>
      <description>&lt;P&gt;Hello Soportetr,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can build your USQL something like this:&lt;/P&gt;
&lt;P data-unlink="true"&gt;- Here I have filtered session from 2 apps: easyTravel Demo and www.easytravel.com. You can put the application in interest.&lt;/P&gt;
&lt;P&gt;- The sessions with users hitting specific page-group can be accomplished using "userevent.pageGroup" option as shown below:&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;EM&gt;SELECT * FROM usersession WHERE ((useraction.application IN ('easyTravel Demo', 'www.easytravel.com') OR userevent.application IN ('easyTravel Demo', 'www.easytravel.com') OR usererror.application IN ('easyTravel Demo', 'www.easytravel.com')) AND userevent.pageGroup IN ('/special-offers.jsp', '/orange.jsf', '/privacy-orange.jsf'))&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Karthik Rao&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 10:56:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-chart-a-page-group-to-a-dashboard/m-p/206837#M4168</guid>
      <dc:creator>karthik_a_rao</dc:creator>
      <dc:date>2023-03-28T10:56:29Z</dc:date>
    </item>
  </channel>
</rss>

