<?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 - Segment Funnel Chart by Apdex Score of User Action in Funnel in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/USQL-Segment-Funnel-Chart-by-Apdex-Score-of-User-Action-in/m-p/114591#M756</link>
    <description>&lt;P&gt;Thanks, James - appreciate the confirmation that I'm not just missing something obvious.&lt;/P&gt;&lt;P&gt;Idea posted: &lt;A href="https://community.dynatrace.com/idea/241852/view.html" rel="noopener noreferrer" target="_blank"&gt;https://community.dynatrace.com/idea/241852/view.html&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2023 14:24:51 GMT</pubDate>
    <dc:creator>A59Q7ZZ</dc:creator>
    <dc:date>2023-10-16T14:24:51Z</dc:date>
    <item>
      <title>USQL - Segment Funnel Chart by Apdex Score of User Action in Funnel</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/USQL-Segment-Funnel-Chart-by-Apdex-Score-of-User-Action-in/m-p/114589#M754</link>
      <description>&lt;P&gt;I'd like to create a funnel chart segmented by the apdexCategory of a specific user action within that funnel. The general question I'm trying to answer is, "How does the user experience with our site's &lt;EM&gt;Product Details Pages&lt;/EM&gt; impact &lt;EM&gt;Add to Cart&lt;/EM&gt; and &lt;EM&gt;Place Order&lt;/EM&gt; rates?" I have the following USQL statement that attempts to create the segment for Frustrated "loading of pdp (/d/)" user actions in the WHERE clause (in &lt;STRONG&gt;bold &lt;/STRONG&gt;below), but it's clearly not bringing back the correct numbers:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;SELECT FUNNEL(&lt;BR /&gt;useraction.name = "loading of pdp (/d/)" AS "Product Details Page",    &lt;EM&gt;&amp;lt;-- Want only FRUSTRATED PDP actions&lt;/EM&gt;&lt;BR /&gt;useraction.name = "ajax call for add to cart" AS "Add to Cart Action",&lt;BR /&gt;useraction.name = "ajax call for place order" AS "Order Placed")&lt;BR /&gt;FROM usersession&lt;BR /&gt;WHERE userType = "REAL_USER" AND &lt;STRONG&gt;(useraction.name = "loading of pdp (/d/)" AND useraction.apdexCategory = "FRUSTRATED")&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;i'd like the useraction.apdexCategory = "FRUSTATED" part to refer specifically to the "loading of pdp (/d/)" user action, but i'm pretty sure it's not doing that. I probably need something more like...&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE useraction(name, apdexCategory) = ("loading of pdp (/d/)", "FRUSTRATED") &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;...but that syntax obviously doesn't work. Does anyone know if such a query is possible?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 13:35:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/USQL-Segment-Funnel-Chart-by-Apdex-Score-of-User-Action-in/m-p/114589#M754</guid>
      <dc:creator>A59Q7ZZ</dc:creator>
      <dc:date>2020-07-10T13:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - Segment Funnel Chart by Apdex Score of User Action in Funnel</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/USQL-Segment-Funnel-Chart-by-Apdex-Score-of-User-Action-in/m-p/114590#M755</link>
      <description>&lt;P&gt;Your query is filtering down to sessions that have &lt;EM&gt;any &lt;/EM&gt;frustrated user actions as you suspect. I don't see a way to do what you're looking for right now, it might need something like subqueries but nothing like that is in USQL right now.&lt;/P&gt;&lt;P&gt;It's a great idea though, I'd look at posting an idea/rfe.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 14:47:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/USQL-Segment-Funnel-Chart-by-Apdex-Score-of-User-Action-in/m-p/114590#M755</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2020-07-10T14:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: USQL - Segment Funnel Chart by Apdex Score of User Action in Funnel</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/USQL-Segment-Funnel-Chart-by-Apdex-Score-of-User-Action-in/m-p/114591#M756</link>
      <description>&lt;P&gt;Thanks, James - appreciate the confirmation that I'm not just missing something obvious.&lt;/P&gt;&lt;P&gt;Idea posted: &lt;A href="https://community.dynatrace.com/idea/241852/view.html" rel="noopener noreferrer" target="_blank"&gt;https://community.dynatrace.com/idea/241852/view.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:24:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/USQL-Segment-Funnel-Chart-by-Apdex-Score-of-User-Action-in/m-p/114591#M756</guid>
      <dc:creator>A59Q7ZZ</dc:creator>
      <dc:date>2023-10-16T14:24:51Z</dc:date>
    </item>
  </channel>
</rss>

