<?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 Changing the sorting order of a chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Changing-the-sorting-order-of-a-chart/m-p/111598#M29241</link>
    <description>&lt;P&gt;I got a stacked bar chart from the following search:&lt;BR /&gt;
... | chart count by "field1" "field2"&lt;BR /&gt;
On the X-axis I have field2 which is a bunch of numeric values, currently like 0..1..10&lt;BR /&gt;
That what I want to change to go descending 10..0.&lt;BR /&gt;
Tried the sort command, or doing like chart count by -field2, but that didn't work.&lt;BR /&gt;
How can I achieve that? &lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2015 10:10:18 GMT</pubDate>
    <dc:creator>szabados</dc:creator>
    <dc:date>2015-05-15T10:10:18Z</dc:date>
    <item>
      <title>Changing the sorting order of a chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Changing-the-sorting-order-of-a-chart/m-p/111598#M29241</link>
      <description>&lt;P&gt;I got a stacked bar chart from the following search:&lt;BR /&gt;
... | chart count by "field1" "field2"&lt;BR /&gt;
On the X-axis I have field2 which is a bunch of numeric values, currently like 0..1..10&lt;BR /&gt;
That what I want to change to go descending 10..0.&lt;BR /&gt;
Tried the sort command, or doing like chart count by -field2, but that didn't work.&lt;BR /&gt;
How can I achieve that? &lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2015 10:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Changing-the-sorting-order-of-a-chart/m-p/111598#M29241</guid>
      <dc:creator>szabados</dc:creator>
      <dc:date>2015-05-15T10:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the sorting order of a chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Changing-the-sorting-order-of-a-chart/m-p/111599#M29242</link>
      <description>&lt;P&gt;Here you go :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ...| chart count by "field1" "field2"|reverse
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 May 2015 12:43:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Changing-the-sorting-order-of-a-chart/m-p/111599#M29242</guid>
      <dc:creator>stephanefotso</dc:creator>
      <dc:date>2015-05-15T12:43:16Z</dc:date>
    </item>
  </channel>
</rss>

