<?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 Adding a totals row to a table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Adding-a-totals-row-to-a-table/m-p/242365#M72103</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;So I have a search that i have saved as a report that looks like this when it completes&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Group           Bundle             Installs        MM     Total_Installs     Totals_MM
1                  1a                 3            50           10               80  
                   2a                 2            20      
                   3a                 5            10
____________________________________________________________________________
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and i would like to have something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;     Group           Bundle             Installs        MM     
      1                1a                  3            50                        
                       2a                  2            20      
                       3a                  5            10

     Group_1_Totals                       10            80
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;P&gt;Is this Possible in spunk?&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Sep 2015 23:48:07 GMT</pubDate>
    <dc:creator>raby1996</dc:creator>
    <dc:date>2015-09-24T23:48:07Z</dc:date>
    <item>
      <title>Adding a totals row to a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Adding-a-totals-row-to-a-table/m-p/242365#M72103</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;So I have a search that i have saved as a report that looks like this when it completes&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Group           Bundle             Installs        MM     Total_Installs     Totals_MM
1                  1a                 3            50           10               80  
                   2a                 2            20      
                   3a                 5            10
____________________________________________________________________________
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and i would like to have something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;     Group           Bundle             Installs        MM     
      1                1a                  3            50                        
                       2a                  2            20      
                       3a                  5            10

     Group_1_Totals                       10            80
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;P&gt;Is this Possible in spunk?&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 23:48:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Adding-a-totals-row-to-a-table/m-p/242365#M72103</guid>
      <dc:creator>raby1996</dc:creator>
      <dc:date>2015-09-24T23:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a totals row to a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Adding-a-totals-row-to-a-table/m-p/242366#M72104</link>
      <description>&lt;P&gt;Exceedingly simple:&lt;/P&gt;

&lt;P&gt;{your search} &lt;CODE&gt;| addcoltotals&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 00:44:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Adding-a-totals-row-to-a-table/m-p/242366#M72104</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2015-09-25T00:44:43Z</dc:date>
    </item>
  </channel>
</rss>

