<?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 sort columns values(Desc) for a column chart in decreasing order? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265009#M79632</link>
    <description>&lt;P&gt;Maybe i don't understand what your problem is, but for me, this is what it does.&lt;/P&gt;

&lt;P&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/1028i599893E65111CCD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/storage/attachments/97182-no-sort.png"&gt;https://answers.splunk.com/storage/attachments/97182-no-sort.png&lt;/A&gt;&lt;/P&gt;

&lt;P&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/1029i45F191633BB07894/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/storage/attachments/97183-sort.png"&gt;https://answers.splunk.com/storage/attachments/97183-sort.png&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Feb 2016 16:02:50 GMT</pubDate>
    <dc:creator>tom_frotscher</dc:creator>
    <dc:date>2016-02-04T16:02:50Z</dc:date>
    <item>
      <title>How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265005#M79628</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I wanna know if it's possible to sort columns in decreasing order in a column chart.&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 10:35:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265005#M79628</guid>
      <dc:creator>rahhali22</dc:creator>
      <dc:date>2016-02-03T10:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265006#M79629</link>
      <description>&lt;P&gt;Hi, simply put a sort command behind your search something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | sort column_name
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you can control desc order with a minus:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | sort -column_name
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Feb 2016 15:00:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265006#M79629</guid>
      <dc:creator>tom_frotscher</dc:creator>
      <dc:date>2016-02-03T15:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265007#M79630</link>
      <description>&lt;P&gt;Further reading from here. &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.3/SearchReference/Sort"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.3/SearchReference/Sort&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 15:51:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265007#M79630</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-03T15:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265008#M79631</link>
      <description>&lt;P&gt;Actually, I want to sort the columns of column chart by value, I don't know if it's possible or not&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 15:51:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265008#M79631</guid>
      <dc:creator>rahhali22</dc:creator>
      <dc:date>2016-02-04T15:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265009#M79632</link>
      <description>&lt;P&gt;Maybe i don't understand what your problem is, but for me, this is what it does.&lt;/P&gt;

&lt;P&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/1028i599893E65111CCD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/storage/attachments/97182-no-sort.png"&gt;https://answers.splunk.com/storage/attachments/97182-no-sort.png&lt;/A&gt;&lt;/P&gt;

&lt;P&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/1029i45F191633BB07894/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/storage/attachments/97183-sort.png"&gt;https://answers.splunk.com/storage/attachments/97183-sort.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:02:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265009#M79632</guid>
      <dc:creator>tom_frotscher</dc:creator>
      <dc:date>2016-02-04T16:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265010#M79633</link>
      <description>&lt;P&gt;Gooood (Y)&lt;BR /&gt;
Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:08:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265010#M79633</guid>
      <dc:creator>rahhali22</dc:creator>
      <dc:date>2016-02-04T16:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265011#M79634</link>
      <description>&lt;P&gt;It doesn't work for me this is my query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   &amp;lt;query&amp;gt;index=aut_kpi2 $servicesToken$ $catalogToken$ $subscriptionToken$ | timechart span=$spanToken$ count by service_offering_name&amp;lt;/query&amp;gt;
   &amp;lt;earliest&amp;gt;$timeToken.earliest$&amp;lt;/earliest&amp;gt;
   &amp;lt;latest&amp;gt;$timeToken.latest$&amp;lt;/latest
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:54:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265011#M79634</guid>
      <dc:creator>rahhali22</dc:creator>
      <dc:date>2016-02-04T16:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265012#M79635</link>
      <description>&lt;P&gt;You used timechart, which is used to calculate values over time buckets. You cant reorder the time, it makes no sense. Take stats instead of timechart.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:58:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265012#M79635</guid>
      <dc:creator>tom_frotscher</dc:creator>
      <dc:date>2016-02-04T16:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265013#M79636</link>
      <description>&lt;P&gt;There can be multiple columns based on different values of service_offering_name. Which one do you want to sort upon? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:40:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265013#M79636</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-29T08:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265014#M79637</link>
      <description>&lt;P&gt;but i want something depends on date &lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 17:12:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265014#M79637</guid>
      <dc:creator>rahhali22</dc:creator>
      <dc:date>2016-02-04T17:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265015#M79638</link>
      <description>&lt;P&gt;i want to sort my columns basing on the value of service_offering_name&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:39:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265015#M79638</guid>
      <dc:creator>rahhali22</dc:creator>
      <dc:date>2020-09-29T08:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265016#M79639</link>
      <description>&lt;P&gt;How many different values that fields can have and are they contant?? The timechart will create a field with value as the name (e.g. sourcetype=splunkd and sourcetype=scheduler , when used in timechart there will be fields named _time, splunkd and scheduler). &lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 18:01:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265016#M79639</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-04T18:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265017#M79640</link>
      <description>&lt;P&gt;Thank you. Exactly what I needed.&lt;BR /&gt;
One column ranked by priority (Asc), the other by the length of the event (desc)&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 13:36:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265017#M79640</guid>
      <dc:creator>blachow</dc:creator>
      <dc:date>2018-01-23T13:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort columns values(Desc) for a column chart in decreasing order?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265018#M79641</link>
      <description>&lt;P&gt;The above used to work for me.  That is, simply use "sort" to order the stats under in the Statistics tab and then the Visualisation tab would graph them in the sort order.&lt;/P&gt;

&lt;P&gt;This stopped working, I think, after an upgrade of Splunk (we are now running version 7.2.4).  What I get now is Count Vs Time (aka similar to the first screen grab regardless of the sort order).&lt;/P&gt;

&lt;P&gt;Has anyone else experienced this?  And is there a work around (I simply want a graph similar to the second screen grab above)?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 00:17:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sort-columns-values-Desc-for-a-column-chart-in-decreasing/m-p/265018#M79641</guid>
      <dc:creator>maca007</dc:creator>
      <dc:date>2019-05-29T00:17:31Z</dc:date>
    </item>
  </channel>
</rss>

