<?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 Display data in a table based on fields. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Display-data-in-a-table-based-on-fields/m-p/383430#M111976</link>
    <description>&lt;P&gt;I have 3 fields in my table.&lt;BR /&gt;
Store_id Minutes Date&lt;BR /&gt;
1234 40  07/06&lt;BR /&gt;
1232 50   07/07&lt;BR /&gt;
1234 60  07/07&lt;BR /&gt;
1232 70   07/06&lt;/P&gt;

&lt;P&gt;I want to display the data in following manner:&lt;/P&gt;

&lt;P&gt;Store_iD 07/06 07/07&lt;BR /&gt;
1234 40 50&lt;BR /&gt;
1232 70 60&lt;/P&gt;

&lt;P&gt;Where the table has Minutes displayed based on the date for each store.&lt;/P&gt;

&lt;P&gt;Can you please provide the query.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2019 11:02:12 GMT</pubDate>
    <dc:creator>nikita012</dc:creator>
    <dc:date>2019-07-10T11:02:12Z</dc:date>
    <item>
      <title>Display data in a table based on fields.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-data-in-a-table-based-on-fields/m-p/383430#M111976</link>
      <description>&lt;P&gt;I have 3 fields in my table.&lt;BR /&gt;
Store_id Minutes Date&lt;BR /&gt;
1234 40  07/06&lt;BR /&gt;
1232 50   07/07&lt;BR /&gt;
1234 60  07/07&lt;BR /&gt;
1232 70   07/06&lt;/P&gt;

&lt;P&gt;I want to display the data in following manner:&lt;/P&gt;

&lt;P&gt;Store_iD 07/06 07/07&lt;BR /&gt;
1234 40 50&lt;BR /&gt;
1232 70 60&lt;/P&gt;

&lt;P&gt;Where the table has Minutes displayed based on the date for each store.&lt;/P&gt;

&lt;P&gt;Can you please provide the query.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 11:02:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-data-in-a-table-based-on-fields/m-p/383430#M111976</guid>
      <dc:creator>nikita012</dc:creator>
      <dc:date>2019-07-10T11:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display data in a table based on fields.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-data-in-a-table-based-on-fields/m-p/383431#M111977</link>
      <description>&lt;P&gt;try this code:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your base query&amp;gt; | table Store_id Minutes Date | chart values(Minutes) over Date by Store_id | transpose header_field=Date | rename column as Store_id
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Jul 2019 11:41:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-data-in-a-table-based-on-fields/m-p/383431#M111977</guid>
      <dc:creator>jitendragupta</dc:creator>
      <dc:date>2019-07-10T11:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Display data in a table based on fields.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-data-in-a-table-based-on-fields/m-p/383432#M111978</link>
      <description>&lt;P&gt;Like add this to the bottom:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | xyseries Store_id Date Minutes
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Jul 2019 17:23:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-data-in-a-table-based-on-fields/m-p/383432#M111978</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-10T17:23:57Z</dc:date>
    </item>
  </channel>
</rss>

