<?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: How to reordering the chart columns fields? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-reordering-the-chart-columns-fields/m-p/162361#M46010</link>
    <description>&lt;P&gt;If your column names are fixed, you can just issue a table command at the end of your search to change the column ordering. Something like this-&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Your base search | chart values(foo) by X column | table X "9:00:00" "10:00:00" "11:00:00" "12:00:00" "13:00:00" .........................................."07:00:00" "08:00:00"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 06 Aug 2015 15:04:07 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2015-08-06T15:04:07Z</dc:date>
    <item>
      <title>How to reordering the chart columns fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-reordering-the-chart-columns-fields/m-p/162360#M46009</link>
      <description>&lt;P&gt;My chart columns is in time format and its showing each column represent per hours and starts from 00:00:00 to 24:00:00.&lt;BR /&gt;
But I want to reordering the column from 9:00:00 to 8:00:00.&lt;BR /&gt;
Example : Required the below format &lt;BR /&gt;
                  column1    column2         column3        column4    column5..........................................column23    column 24 &lt;BR /&gt;
X                9:00:00        10:00:00        11:00:00          12:00:00    13:00:00..........................................07:00:00      08:00:00&lt;BR /&gt;
foo                foo1             foo1                    foo1                 foo1          foo1&lt;/P&gt;

&lt;P&gt;but its showing like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;              column1    column2         column3        column4    column5..........................................column23    column 24 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;X                00:00:00        1:00:00        2:00:00          3:00:00    4:00:00..........................................       23:00:00      24:00:00&lt;BR /&gt;
foo                foo1             foo1                    foo1                 foo1          foo1&lt;/P&gt;

&lt;P&gt;Mychart command&lt;/P&gt;

&lt;P&gt;chart values(foo) by X column&lt;/P&gt;

&lt;P&gt;Please provide me the solution&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 09:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-reordering-the-chart-columns-fields/m-p/162360#M46009</guid>
      <dc:creator>kkarthik2</dc:creator>
      <dc:date>2015-08-06T09:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to reordering the chart columns fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-reordering-the-chart-columns-fields/m-p/162361#M46010</link>
      <description>&lt;P&gt;If your column names are fixed, you can just issue a table command at the end of your search to change the column ordering. Something like this-&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Your base search | chart values(foo) by X column | table X "9:00:00" "10:00:00" "11:00:00" "12:00:00" "13:00:00" .........................................."07:00:00" "08:00:00"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Aug 2015 15:04:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-reordering-the-chart-columns-fields/m-p/162361#M46010</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-08-06T15:04:07Z</dc:date>
    </item>
  </channel>
</rss>

