<?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: Sorting the values for the chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sorting-the-values-for-the-chart/m-p/102679#M5783</link>
    <description>&lt;P&gt;If the fields are clearly defined and the fields have the appropriate data, then you can use the following to complement your search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| chart list(Diff) AS Diff by TaskName
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That should do it. Let us know if this works.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Oct 2012 14:37:23 GMT</pubDate>
    <dc:creator>Gilberto_Castil</dc:creator>
    <dc:date>2012-10-25T14:37:23Z</dc:date>
    <item>
      <title>Sorting the values for the chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sorting-the-values-for-the-chart/m-p/102678#M5782</link>
      <description>&lt;P&gt;| savedsearch "searchduration" | join TaskBP [ | savedsearch "searchavgduration" ]|eval Diff=duration-Avgduration|table TaskBP Diff|&lt;/P&gt;

&lt;P&gt;after running this query ,i got the output as&lt;/P&gt;

&lt;P&gt;TaskNmae       Diff&lt;/P&gt;

&lt;P&gt;A             -345&lt;/P&gt;

&lt;P&gt;B             -122&lt;/P&gt;

&lt;P&gt;C              867&lt;/P&gt;

&lt;P&gt;D              111&lt;/P&gt;

&lt;P&gt;What i need is i want to plot the chart so that the negative charts sholud be upside down and the positive values should be upside Top&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2012 12:03:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Sorting-the-values-for-the-chart/m-p/102678#M5782</guid>
      <dc:creator>splunkpoornima</dc:creator>
      <dc:date>2012-10-25T12:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting the values for the chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sorting-the-values-for-the-chart/m-p/102679#M5783</link>
      <description>&lt;P&gt;If the fields are clearly defined and the fields have the appropriate data, then you can use the following to complement your search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| chart list(Diff) AS Diff by TaskName
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That should do it. Let us know if this works.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2012 14:37:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Sorting-the-values-for-the-chart/m-p/102679#M5783</guid>
      <dc:creator>Gilberto_Castil</dc:creator>
      <dc:date>2012-10-25T14:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting the values for the chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sorting-the-values-for-the-chart/m-p/102680#M5784</link>
      <description>&lt;P&gt;hi Glib,&lt;/P&gt;

&lt;P&gt;i tried it shows the TaskName and the List od Diff values ..but it shows some error as "chart has limited size due to that some values got ignored and truncated"&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2012 04:56:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Sorting-the-values-for-the-chart/m-p/102680#M5784</guid>
      <dc:creator>splunkpoornima</dc:creator>
      <dc:date>2012-10-26T04:56:39Z</dc:date>
    </item>
  </channel>
</rss>

