<?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 how to create a  table with empty cells in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-create-a-table-with-empty-cells/m-p/485591#M135865</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;
I would like to create a table in below format in splunk.&lt;/P&gt;

&lt;P&gt;should display first value in first cell of first column, 2nd value in 2nd cell of 2nd column, 3rd value in 3rd cell of 3rd column.&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8229i28B4656AF434074A/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;can someone help me if it is possible ?&lt;/P&gt;

&lt;P&gt;Thanks in Advance&lt;BR /&gt;
Praveen&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2020 06:06:43 GMT</pubDate>
    <dc:creator>PC00128849</dc:creator>
    <dc:date>2020-01-21T06:06:43Z</dc:date>
    <item>
      <title>how to create a  table with empty cells</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-create-a-table-with-empty-cells/m-p/485591#M135865</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I would like to create a table in below format in splunk.&lt;/P&gt;

&lt;P&gt;should display first value in first cell of first column, 2nd value in 2nd cell of 2nd column, 3rd value in 3rd cell of 3rd column.&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8229i28B4656AF434074A/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;can someone help me if it is possible ?&lt;/P&gt;

&lt;P&gt;Thanks in Advance&lt;BR /&gt;
Praveen&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 06:06:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-create-a-table-with-empty-cells/m-p/485591#M135865</guid>
      <dc:creator>PC00128849</dc:creator>
      <dc:date>2020-01-21T06:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a  table with empty cells</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-create-a-table-with-empty-cells/m-p/485592#M135866</link>
      <description>&lt;P&gt;@PC00128849 ,&lt;BR /&gt;
Whats the input ? Are these fields from single event? &lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 06:47:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-create-a-table-with-empty-cells/m-p/485592#M135866</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-01-21T06:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a  table with empty cells</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-create-a-table-with-empty-cells/m-p/485593#M135867</link>
      <description>&lt;P&gt;no, not from single event. There are thousands of events.&lt;BR /&gt;
i will do some calculations and get those numbers.&lt;BR /&gt;
but my problem is to place the results/numbers in a particular cell [A2 &amp;amp; B3 and so on] in each columns/rows.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 06:54:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-create-a-table-with-empty-cells/m-p/485593#M135867</guid>
      <dc:creator>PC00128849</dc:creator>
      <dc:date>2020-01-21T06:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a  table with empty cells</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-create-a-table-with-empty-cells/m-p/485594#M135868</link>
      <description>&lt;P&gt;Hi @PC00128849,&lt;BR /&gt;
try if this is what you want:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=wineventlog 
| stats count BY EventCode 
| xyseries EventCode EventCode count 
| fields - EventCode
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 08:03:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-create-a-table-with-empty-cells/m-p/485594#M135868</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-21T08:03:56Z</dc:date>
    </item>
  </channel>
</rss>

