<?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: Why is multiple stats count eval not working? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-multiple-stats-count-eval-not-working/m-p/491128#M137128</link>
    <description>&lt;P&gt;@onegame999 ,&lt;/P&gt;

&lt;P&gt;Thats because, your search does not have an x &amp;amp; y axis for a chart.&lt;/P&gt;

&lt;P&gt;Try adding this to your search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search
| transpose column_name="Status"| rename "row 1" as count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 30 Sep 2019 13:16:40 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2019-09-30T13:16:40Z</dc:date>
    <item>
      <title>Why is multiple stats count eval not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-multiple-stats-count-eval-not-working/m-p/491127#M137127</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;SEARCH | stats count(eval(Status="1")) as Assigned count(eval(Status="2")) as In_progress, count(eval(Status="3")) as Pending. count(eval(Status="4")) as Resolved count(eval(Status="5")) as Closed 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I get nice table with all columns and headers but when I use column chart the first one Assigned is not on the legend and its seen as the x axis title &lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 04:15:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-multiple-stats-count-eval-not-working/m-p/491127#M137127</guid>
      <dc:creator>onegame999</dc:creator>
      <dc:date>2019-09-30T04:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is multiple stats count eval not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-multiple-stats-count-eval-not-working/m-p/491128#M137128</link>
      <description>&lt;P&gt;@onegame999 ,&lt;/P&gt;

&lt;P&gt;Thats because, your search does not have an x &amp;amp; y axis for a chart.&lt;/P&gt;

&lt;P&gt;Try adding this to your search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search
| transpose column_name="Status"| rename "row 1" as count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Sep 2019 13:16:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-multiple-stats-count-eval-not-working/m-p/491128#M137128</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-09-30T13:16:40Z</dc:date>
    </item>
  </channel>
</rss>

