<?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 Analytics - totalResultCount() in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-totalResultCount/m-p/719262#M1417</link>
    <description>&lt;P&gt;Can someone help me understand the&amp;nbsp;&lt;SPAN&gt;totalResultCount function?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have looked at the documentation and spent an hour or two fiddling with it, but I can't figure out what it is supposed to do.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 14:21:09 GMT</pubDate>
    <dc:creator>Gregory_Burkhea</dc:creator>
    <dc:date>2024-02-15T14:21:09Z</dc:date>
    <item>
      <title>Analytics - totalResultCount()</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-totalResultCount/m-p/719262#M1417</link>
      <description>&lt;P&gt;Can someone help me understand the&amp;nbsp;&lt;SPAN&gt;totalResultCount function?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have looked at the documentation and spent an hour or two fiddling with it, but I can't figure out what it is supposed to do.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 14:21:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-totalResultCount/m-p/719262#M1417</guid>
      <dc:creator>Gregory_Burkhea</dc:creator>
      <dc:date>2024-02-15T14:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Analytics - totalResultCount()</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-totalResultCount/m-p/719263#M1418</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/35144"&gt;@Gregory.Burkhead&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I'm going to dig into this for you, but I wanted to make sure this was the documentation you were looking at.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.appdynamics.com/appd/onprem/latest/en/analytics/adql-reference/adql-queries/analytics-functions" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/appd/onprem/latest/en/analytics/adql-reference/adql-queries/analytics-functions&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This explanation does not tell you enough?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE class="lia-code-sample language-markup"&gt;&lt;CODE&gt;This query first selects all error transactions for the "ECommerce" application. It then calculates, for each unique transaction name, the ratio of instances of that transaction name to the total number of error transactions. (The assumption is that any given transaction name can appear in multiple error transactions.)

SELECT transactionName, count ( * ) / totalResultCount() FROM transactions WHERE application = 'ECommerce' AND userExperience = 'ERROR'&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Feb 2024 19:18:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-totalResultCount/m-p/719263#M1418</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2024-02-15T19:18:56Z</dc:date>
    </item>
  </channel>
</rss>

