<?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 Sort to show error on top in pivot table in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sort-to-show-error-on-top-in-pivot-table/m-p/560551#M38984</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I currently have a pivot table which has column named 'alias'. I was wondering is there a way to sort that column such that the value "error" always shows up on top, then the remaining values will show under it.&lt;/P&gt;&lt;P&gt;The default alphabetical orders don't work here as in both alphabetical and reverse alphabetical order, error does not show up ontop and instead shows up somewhere in the middle.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jul 2021 03:51:09 GMT</pubDate>
    <dc:creator>shakSplunk</dc:creator>
    <dc:date>2021-07-23T03:51:09Z</dc:date>
    <item>
      <title>Sort to show error on top in pivot table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sort-to-show-error-on-top-in-pivot-table/m-p/560551#M38984</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I currently have a pivot table which has column named 'alias'. I was wondering is there a way to sort that column such that the value "error" always shows up on top, then the remaining values will show under it.&lt;/P&gt;&lt;P&gt;The default alphabetical orders don't work here as in both alphabetical and reverse alphabetical order, error does not show up ontop and instead shows up somewhere in the middle.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 03:51:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Sort-to-show-error-on-top-in-pivot-table/m-p/560551#M38984</guid>
      <dc:creator>shakSplunk</dc:creator>
      <dc:date>2021-07-23T03:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sort to show error on top in pivot table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sort-to-show-error-on-top-in-pivot-table/m-p/560566#M38985</link>
      <description>&lt;P&gt;You could try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval alias=if(alias="error"," error",alias)
| sort alias
| eval alias=if(alias=" error","error",alias)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 23 Jul 2021 06:19:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Sort-to-show-error-on-top-in-pivot-table/m-p/560566#M38985</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-07-23T06:19:12Z</dc:date>
    </item>
  </channel>
</rss>

