<?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: Blank rows in table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130159#M35432</link>
    <description>&lt;P&gt;All of the fields are blank. There is nothing to match. When I click on the blank events to drill in and figure out what the events are I get no results found.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Sep 2014 12:47:10 GMT</pubDate>
    <dc:creator>DonDandrea</dc:creator>
    <dc:date>2014-09-18T12:47:10Z</dc:date>
    <item>
      <title>Blank rows in table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130157#M35430</link>
      <description>&lt;P&gt;I am creating a table and simply reordering the fields from events. When I view the table there are random blank rows. How can I eliminate those rows?&lt;/P&gt;

&lt;P&gt;index=mainframe sourcetype=dalystat INTVCICS | eval _time = strptime(time,"%m/%d/%y ;%H:%M") | table System TranName APPLID TranCount AvgRespTm AvgCPUtm DB2Requests AvgDB2waitTime MQRequests AvgMQwaitTime AdabasRequests AvgADABASwaitTime&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130157#M35430</guid>
      <dc:creator>DonDandrea</dc:creator>
      <dc:date>2014-09-18T12:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Blank rows in table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130158#M35431</link>
      <description>&lt;P&gt;Those fields might not have data. &lt;/P&gt;

&lt;P&gt;Eg: Lets say you have System= ABC and there is no corresponding data for other fields for that system in an event, then the table command will just list System and give blank result for the rest. &lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:35:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130158#M35431</guid>
      <dc:creator>theouhuios</dc:creator>
      <dc:date>2014-09-18T12:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Blank rows in table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130159#M35432</link>
      <description>&lt;P&gt;All of the fields are blank. There is nothing to match. When I click on the blank events to drill in and figure out what the events are I get no results found.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:47:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130159#M35432</guid>
      <dc:creator>DonDandrea</dc:creator>
      <dc:date>2014-09-18T12:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Blank rows in table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130160#M35433</link>
      <description>&lt;P&gt;What does the table look like before reordering the columns?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 13:12:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130160#M35433</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-09-18T13:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Blank rows in table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130161#M35434</link>
      <description>&lt;P&gt;This problem worked itself out. I added time to the table and there are no longer any blank rows. &lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2014 13:27:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130161#M35434</guid>
      <dc:creator>DonDandrea</dc:creator>
      <dc:date>2014-09-18T13:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Blank rows in table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130162#M35435</link>
      <description>&lt;P&gt;in the above case you can do this steps......&lt;BR /&gt;
1. write your query&lt;BR /&gt;
2. then write this |dedup "column name",. . . . .&lt;BR /&gt;
3.then run your query&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 07:33:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130162#M35435</guid>
      <dc:creator>arihant16cse</dc:creator>
      <dc:date>2019-02-06T07:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Blank rows in table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130163#M35436</link>
      <description>&lt;P&gt;.....|dedup ,....&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 07:02:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blank-rows-in-table/m-p/130163#M35436</guid>
      <dc:creator>arihant16cse</dc:creator>
      <dc:date>2019-02-07T07:02:34Z</dc:date>
    </item>
  </channel>
</rss>

