<?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 Sorting Values in Current selection bar Qliksense in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sorting-Values-in-Current-selection-bar-Qliksense/m-p/1529866#M9846</link>
    <description>&lt;P&gt;I have a Field "Month" which has values 'Jan','Feb',...,'Dec'. I created an inline load for month_value.&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;month,month_value&lt;/P&gt;&lt;P&gt;Jan,1&lt;/P&gt;&lt;P&gt;Feb,2&lt;/P&gt;&lt;P&gt;Mar,3&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Dec,12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used &lt;STRONG&gt;only({1}month_value)&lt;/STRONG&gt; in sorting values of filter pane. But the issue is in the &lt;STRONG&gt;Current Selection bar&lt;/STRONG&gt;, it is always &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;sorted alphabetically&lt;/FONT&gt;&lt;/STRONG&gt;. I even tried sorted load in the script (after resident&amp;nbsp;&lt;EM&gt;order by month_value&lt;/EM&gt;) but it didn't&amp;nbsp;help.&lt;/P&gt;&lt;P&gt;Please find the screenshot below,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Pravinkumar&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jan 2019 09:11:37 GMT</pubDate>
    <dc:creator>pravinkumar_s</dc:creator>
    <dc:date>2019-01-14T09:11:37Z</dc:date>
    <item>
      <title>Sorting Values in Current selection bar Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sorting-Values-in-Current-selection-bar-Qliksense/m-p/1529866#M9846</link>
      <description>&lt;P&gt;I have a Field "Month" which has values 'Jan','Feb',...,'Dec'. I created an inline load for month_value.&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;month,month_value&lt;/P&gt;&lt;P&gt;Jan,1&lt;/P&gt;&lt;P&gt;Feb,2&lt;/P&gt;&lt;P&gt;Mar,3&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Dec,12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used &lt;STRONG&gt;only({1}month_value)&lt;/STRONG&gt; in sorting values of filter pane. But the issue is in the &lt;STRONG&gt;Current Selection bar&lt;/STRONG&gt;, it is always &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;sorted alphabetically&lt;/FONT&gt;&lt;/STRONG&gt;. I even tried sorted load in the script (after resident&amp;nbsp;&lt;EM&gt;order by month_value&lt;/EM&gt;) but it didn't&amp;nbsp;help.&lt;/P&gt;&lt;P&gt;Please find the screenshot below,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Pravinkumar&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 09:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sorting-Values-in-Current-selection-bar-Qliksense/m-p/1529866#M9846</guid>
      <dc:creator>pravinkumar_s</dc:creator>
      <dc:date>2019-01-14T09:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Values in Current selection bar Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sorting-Values-in-Current-selection-bar-Qliksense/m-p/1530107#M9851</link>
      <description>&lt;P&gt;you may want to do something like this...&lt;/P&gt;
&lt;P&gt;[tableName]:&lt;BR /&gt;load * inline....&lt;/P&gt;
&lt;P&gt;[tableName_NEW]:&lt;BR /&gt;load dual(month, month_value) as Month&lt;BR /&gt;RESIDENT tableName;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now when you use "month" it will have a text and number representation. Then you can set your sort order to be numeric and it will work correctly.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 15:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sorting-Values-in-Current-selection-bar-Qliksense/m-p/1530107#M9851</guid>
      <dc:creator>SteveNewman</dc:creator>
      <dc:date>2019-01-14T15:44:46Z</dc:date>
    </item>
  </channel>
</rss>

