<?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 Bar Chart for User session query in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Bar-Chart-for-User-session-query/m-p/121540#M1198</link>
    <description>&lt;P&gt;I've created naming rules for user actions and hopefully this is the best way to chart this data for payments. My query is successful as a single value which is great, now I need a bar chart for the same count. Can I get an example on how to create a bar chart for this query and any other advice on a better mouse trap?&lt;/P&gt;
&lt;P&gt;SELECT COUNT(usersession.userId) AS Users FROM useraction WHERE name = "My Payment Methods" or name = "Pay Now" or name = "Pay Selected Bills" or name = "Pay My Bills" or name = "Make Future Payments"&lt;/P&gt;
&lt;P&gt;I need count charted, not response time. Examples are awesome. Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Aug 2022 10:02:01 GMT</pubDate>
    <dc:creator>matthew_k</dc:creator>
    <dc:date>2022-08-31T10:02:01Z</dc:date>
    <item>
      <title>Bar Chart for User session query</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Bar-Chart-for-User-session-query/m-p/121540#M1198</link>
      <description>&lt;P&gt;I've created naming rules for user actions and hopefully this is the best way to chart this data for payments. My query is successful as a single value which is great, now I need a bar chart for the same count. Can I get an example on how to create a bar chart for this query and any other advice on a better mouse trap?&lt;/P&gt;
&lt;P&gt;SELECT COUNT(usersession.userId) AS Users FROM useraction WHERE name = "My Payment Methods" or name = "Pay Now" or name = "Pay Selected Bills" or name = "Pay My Bills" or name = "Make Future Payments"&lt;/P&gt;
&lt;P&gt;I need count charted, not response time. Examples are awesome. Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 10:02:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Bar-Chart-for-User-session-query/m-p/121540#M1198</guid>
      <dc:creator>matthew_k</dc:creator>
      <dc:date>2022-08-31T10:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart for User session query</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Bar-Chart-for-User-session-query/m-p/121541#M1199</link>
      <description>&lt;P&gt;You have to use group by name&lt;/P&gt;&lt;P&gt;sebastian&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jul 2019 14:32:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Bar-Chart-for-User-session-query/m-p/121541#M1199</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-07-31T14:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart for User session query</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Bar-Chart-for-User-session-query/m-p/121542#M1200</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;To get this to display as a Bar Chart you will need to select the useraction name, as well as group the results by something (probably user action name in this case).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Try this query:&lt;/P&gt;&lt;P&gt;SELECT useraction.name AS 'User action name', COUNT(usersession.userId) AS Users FROM useraction WHERE name = "My Payment Methods" or name = "Pay Now" or name = "Pay Selected Bills" or name = "Pay My Bills" or name = "Make Future Payments" GROUP BY useraction.name&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jul 2019 14:39:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Bar-Chart-for-User-session-query/m-p/121542#M1200</guid>
      <dc:creator>jonathan_schull</dc:creator>
      <dc:date>2019-07-31T14:39:33Z</dc:date>
    </item>
  </channel>
</rss>

