<?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 How to sort values in input box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143769#M22902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am populating an inputbox with the values of a field using concat function and now I want to sort the values.&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 May 2009 03:09:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-05-09T03:09:40Z</dc:date>
    <item>
      <title>How to sort values in input box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143769#M22902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am populating an inputbox with the values of a field using concat function and now I want to sort the values.&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 03:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143769#M22902</guid>
      <dc:creator />
      <dc:date>2009-05-09T03:09:40Z</dc:date>
    </item>
    <item>
      <title>How to sort values in input box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143770#M22903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raj,&lt;BR /&gt;Can you provide some more details? Concat function can use optional paramater for sort order, but I can't tell if it's relevant to your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 03:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143770#M22903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-09T03:20:03Z</dc:date>
    </item>
    <item>
      <title>How to sort values in input box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143771#M22904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;I am populating 'YYYY-MM' values from year_month field in two inputboxes to be able to make comparison of facts between these two time periods. The problem is it a string field so it will not return numeric value when passed as a parameter for sort order in cancat function.&lt;/P&gt;&lt;P&gt;Is there any way to get around?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 03:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143771#M22904</guid>
      <dc:creator />
      <dc:date>2009-05-09T03:31:38Z</dc:date>
    </item>
    <item>
      <title>How to sort values in input box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143772#M22905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One possible way is to convert string to a date, like this before using for comarison:&lt;BR /&gt;makedate(left(PeriodStart,4), right(PeriodStart,2))&lt;BR /&gt;Another is to force user to enter in a date format (that ccould be YYYY-MM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 03:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143772#M22905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-09T03:48:02Z</dc:date>
    </item>
    <item>
      <title>How to sort values in input box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143773#M22906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the most reliable way is combination of both. Take a look, notice the properties of the variables.&lt;BR /&gt;I use expression that handles both YYYY-MM and YYYY-M situations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 07:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143773#M22906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-09T07:19:10Z</dc:date>
    </item>
    <item>
      <title>How to sort values in input box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143774#M22907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your help Mike !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 20:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-input-box/m-p/143774#M22907</guid>
      <dc:creator />
      <dc:date>2009-05-11T20:33:40Z</dc:date>
    </item>
  </channel>
</rss>

