<?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 Eval Question for Table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Eval-Question-for-Table/m-p/242559#M72152</link>
    <description>&lt;P&gt;Using the table below I have the following query &lt;EM&gt;table Server_Name,Server_TotalPhysicalMemory,Server_Cores,Server_NumberofProcessors,Server_Domain,Server_IsVirtual,Server_LastScanDate,Server_SerialNumber,Server_Site,Associated_AppliationProductName,Associated_OperatingSystem,_time | stats count() | transpose&lt;/EM&gt;&lt;BR /&gt;
I would like to divide each value by &lt;STRONG&gt;count(Server_Name)&lt;/STRONG&gt; is there a way to do that using the EVAL function?&lt;BR /&gt;
&lt;IMG src="https://community.splunk.com/storage/temp/112227-capture.png" alt="alt text" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:03:31 GMT</pubDate>
    <dc:creator>jhayIV</dc:creator>
    <dc:date>2020-09-29T09:03:31Z</dc:date>
    <item>
      <title>Eval Question for Table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Eval-Question-for-Table/m-p/242559#M72152</link>
      <description>&lt;P&gt;Using the table below I have the following query &lt;EM&gt;table Server_Name,Server_TotalPhysicalMemory,Server_Cores,Server_NumberofProcessors,Server_Domain,Server_IsVirtual,Server_LastScanDate,Server_SerialNumber,Server_Site,Associated_AppliationProductName,Associated_OperatingSystem,_time | stats count() | transpose&lt;/EM&gt;&lt;BR /&gt;
I would like to divide each value by &lt;STRONG&gt;count(Server_Name)&lt;/STRONG&gt; is there a way to do that using the EVAL function?&lt;BR /&gt;
&lt;IMG src="https://community.splunk.com/storage/temp/112227-capture.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:03:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Eval-Question-for-Table/m-p/242559#M72152</guid>
      <dc:creator>jhayIV</dc:creator>
      <dc:date>2020-09-29T09:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Eval Question for Table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Eval-Question-for-Table/m-p/242560#M72153</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;table Server_Name,Server_TotalPhysicalMemory,Server_Cores, Server_NumberofProcessors, Server_Domain,Server_IsVirtual,Server_LastScanDate,Server_SerialNumber, Server_Site, Associated_AppliationProductName,Associated_OperatingSystem,_time | stats count(*) as count_*  | eval divider=count_Server_Name | untable divider column value | eval value=value/divider | fields - divider
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Mar 2016 20:33:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Eval-Question-for-Table/m-p/242560#M72153</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-15T20:33:37Z</dc:date>
    </item>
  </channel>
</rss>

