<?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-order table columns with dynamic names? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Re-order-table-columns-with-dynamic-names/m-p/611079#M212487</link>
    <description>&lt;P class="lia-align-left"&gt;Hello,&lt;/P&gt;
&lt;P class="lia-align-left"&gt;I have a chart with dynamic field names displayed as table and would like to change the order of the columns:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Name     Season 1     Season 2     Season 3
Name1    10000        11111        22222
Name2    9999         9997         9998
Name3    7777         5555         6666&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I change the order of the columns? The number of Seasons is flexible and it should always start with the latest one -&amp;gt; Name&amp;nbsp; Season3&amp;nbsp; Season2&amp;nbsp; Season1&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2022 13:17:19 GMT</pubDate>
    <dc:creator>mspoerr</dc:creator>
    <dc:date>2022-08-29T13:17:19Z</dc:date>
    <item>
      <title>Re-order table columns with dynamic names?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Re-order-table-columns-with-dynamic-names/m-p/611079#M212487</link>
      <description>&lt;P class="lia-align-left"&gt;Hello,&lt;/P&gt;
&lt;P class="lia-align-left"&gt;I have a chart with dynamic field names displayed as table and would like to change the order of the columns:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Name     Season 1     Season 2     Season 3
Name1    10000        11111        22222
Name2    9999         9997         9998
Name3    7777         5555         6666&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I change the order of the columns? The number of Seasons is flexible and it should always start with the latest one -&amp;gt; Name&amp;nbsp; Season3&amp;nbsp; Season2&amp;nbsp; Season1&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 13:17:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Re-order-table-columns-with-dynamic-names/m-p/611079#M212487</guid>
      <dc:creator>mspoerr</dc:creator>
      <dc:date>2022-08-29T13:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re-order table columns with dynamic names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Re-order-table-columns-with-dynamic-names/m-p/611080#M212488</link>
      <description>&lt;LI-CODE lang="markup"&gt;| transpose 0 header_field=Name column_name=Name
| sort 0 - Name
| transpose 0 header_field=Name column_name=Name&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 28 Aug 2022 18:50:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Re-order-table-columns-with-dynamic-names/m-p/611080#M212488</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-28T18:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re-order table columns with dynamic names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Re-order-table-columns-with-dynamic-names/m-p/611094#M212491</link>
      <description>&lt;P&gt;Is it possible to get more control over the sorting? There are more columns which I omitted in my original question.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 06:45:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Re-order-table-columns-with-dynamic-names/m-p/611094#M212491</guid>
      <dc:creator>mspoerr</dc:creator>
      <dc:date>2022-08-29T06:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re-order table columns with dynamic names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Re-order-table-columns-with-dynamic-names/m-p/611095#M212492</link>
      <description>&lt;P&gt;Sort of non-numeric fields is done lexicographically. It can be ascending or descending. If you want the columns sorted another way, you may have to add another field, possibly based on the name, which can then be sorted by, and then removed.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 06:52:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Re-order-table-columns-with-dynamic-names/m-p/611095#M212492</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-29T06:52:18Z</dc:date>
    </item>
  </channel>
</rss>

