<?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: Table Modify Structure in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Table-Modify-Structure/m-p/41059#M9495</link>
    <description>&lt;P&gt;productID, TxDuration, Tier are three fields&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2011 09:13:20 GMT</pubDate>
    <dc:creator>adityapavan18</dc:creator>
    <dc:date>2011-12-28T09:13:20Z</dc:date>
    <item>
      <title>Table Modify Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-Modify-Structure/m-p/41057#M9493</link>
      <description>&lt;P&gt;I have a query which results in following data&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://splunk-base.splunk.com/" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;But i need to generate a table in this format&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://splunk-base.splunk.com/" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2011 09:06:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-Modify-Structure/m-p/41057#M9493</guid>
      <dc:creator>adityapavan18</dc:creator>
      <dc:date>2011-12-28T09:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Modify Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-Modify-Structure/m-p/41058#M9494</link>
      <description>&lt;P&gt;sorry images not uploaded properly..&lt;/P&gt;

&lt;P&gt;I have a query which results in following data&lt;/P&gt;

&lt;P&gt;ProductID   txnDuration  Tier&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;1             0.12        Tier_1&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;1             0.14        Tier_2&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;1             1.25        Tier_3&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;2             0.56        Tier_1&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;2             0.89        Tier_2&lt;/P&gt;

&lt;P&gt;But i need to generate a table in this format&lt;/P&gt;

&lt;P&gt;productID  Tier_1   Tier_2     Tier_3&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;1           0.12     0.14       1.25&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;2           0.56     0.89&lt;/P&gt;

&lt;P&gt;Can any one help me here please.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:14:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-Modify-Structure/m-p/41058#M9494</guid>
      <dc:creator>adityapavan18</dc:creator>
      <dc:date>2020-09-28T10:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table Modify Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-Modify-Structure/m-p/41059#M9495</link>
      <description>&lt;P&gt;productID, TxDuration, Tier are three fields&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2011 09:13:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-Modify-Structure/m-p/41059#M9495</guid>
      <dc:creator>adityapavan18</dc:creator>
      <dc:date>2011-12-28T09:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table Modify Structure</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-Modify-Structure/m-p/41060#M9496</link>
      <description>&lt;P&gt;You could use chart instead of table&lt;/P&gt;

&lt;P&gt;... | chart sum(TxDuration) over ProductID by Tier&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Chart"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Chart&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2011 12:01:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-Modify-Structure/m-p/41060#M9496</guid>
      <dc:creator>imrago</dc:creator>
      <dc:date>2011-12-28T12:01:32Z</dc:date>
    </item>
  </channel>
</rss>

