<?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: while using chart i see null value and that particular col is not visible in dashboard in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/while-using-chart-i-see-null-value-and-that-particular-col-is/m-p/511603#M143424</link>
    <description>If the values field has only 2 distinct values then only two will have data.&lt;BR /&gt;Your dashboard must be using a different query because the output is different ("ID" instead of "APP NAME").</description>
    <pubDate>Wed, 29 Jul 2020 18:24:22 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-07-29T18:24:22Z</dc:date>
    <item>
      <title>while using chart i see null value and that particular col is not visible in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/while-using-chart-i-see-null-value-and-that-particular-col-is/m-p/511577#M143411</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;While use chart command i am getting null values for status in search and the same in dashboard i do not see in the panel. I am trying to get distinct count of run_id for each values(col1,col2,col,3...)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This i am seng in the search head.&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="20%" height="25px"&gt;Name&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;col1&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;col2&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;col3&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;col4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%" height="25px"&gt;abc123&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;21&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;40&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%" height="25px"&gt;xyz789&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;35&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;50&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Dashboard, panel shows below table missing with col3 ans col4&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;ID&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;col1&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;col2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;abc123&lt;/TD&gt;
&lt;TD&gt;21&lt;/TD&gt;
&lt;TD&gt;40&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;xyz789&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;35&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;50&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Search Query:&lt;/P&gt;
&lt;P&gt;index=xyz sourcetype=abc event_name=test earliest=@d&lt;BR /&gt;| fields - _raw&lt;BR /&gt;| eval TIME=strftime(strptime(timestamp,"%Y.%m.%d"),"%F")&lt;BR /&gt;| fields app_name event_name TIME&amp;nbsp; values Id&lt;BR /&gt;| search name=* values="col1" OR values="col2" OR values="col3" OR&amp;nbsp;values="col4"&lt;BR /&gt;| chart dc(run_Id) OVER name&amp;nbsp; by values&amp;nbsp;&lt;BR /&gt;| fields "APP NAME" col1 col2 col3 col4&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And also i want to add one new column:&lt;/P&gt;
&lt;P&gt;some thing count(Id) as ID_Count by time&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried usenull, useother, fillnull, none worked.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 16:42:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/while-using-chart-i-see-null-value-and-that-particular-col-is/m-p/511577#M143411</guid>
      <dc:creator>vikashperiwal</dc:creator>
      <dc:date>2020-07-29T16:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: while using chart i see null value and that particular col is not visible in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/while-using-chart-i-see-null-value-and-that-particular-col-is/m-p/511603#M143424</link>
      <description>If the values field has only 2 distinct values then only two will have data.&lt;BR /&gt;Your dashboard must be using a different query because the output is different ("ID" instead of "APP NAME").</description>
      <pubDate>Wed, 29 Jul 2020 18:24:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/while-using-chart-i-see-null-value-and-that-particular-col-is/m-p/511603#M143424</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-29T18:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: while using chart i see null value and that particular col is not visible in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/while-using-chart-i-see-null-value-and-that-particular-col-is/m-p/511895#M143538</link>
      <description>&lt;P&gt;&lt;EM&gt;could get ths done by adding fillnull value = 0 field1 field 2. at the end of query&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 08:08:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/while-using-chart-i-see-null-value-and-that-particular-col-is/m-p/511895#M143538</guid>
      <dc:creator>vikashperiwal</dc:creator>
      <dc:date>2020-07-31T08:08:32Z</dc:date>
    </item>
  </channel>
</rss>

