<?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: Is there a way to sort input box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946794#M981362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Nicole&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun. K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2015 20:04:36 GMT</pubDate>
    <dc:creator>varunreddy</dc:creator>
    <dc:date>2015-08-18T20:04:36Z</dc:date>
    <item>
      <title>Is there a way to sort input box</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946789#M981357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a input box and created list of values using field called Date. I want to sort Date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression Used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat(Distinct Date, ',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have dates in this format:&lt;/P&gt;&lt;P&gt;7/31/2015&lt;/P&gt;&lt;P&gt;8/14/2015&lt;/P&gt;&lt;P&gt;8/7/2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format I am looking for:&lt;/P&gt;&lt;P&gt;7/31/2015&lt;/P&gt;&lt;P&gt;8/7/2015&lt;/P&gt;&lt;P&gt;8/14/2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that I can sort listed values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun. K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 18:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946789#M981357</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-08-18T18:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to sort input box</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946790#M981358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a sort value to your concat() so that it sorts by the number instead of by text (default):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(Distinct Date, ',', Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 19:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946790#M981358</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2015-08-18T19:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to sort input box</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946791#M981359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the Help for the Concat() function. You will see that there is an optional sort weight parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Concat(Distinct Date, ',', Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 19:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946791#M981359</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-08-18T19:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to sort input box</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946792#M981360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nicole, I think the default sort for concat() is Load Order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 19:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946792#M981360</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-08-18T19:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to sort input box</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946793#M981361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I test it, it doesn't do it in load order for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7/31/2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/7/2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/14/2015&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(Distinct Date, ',') returns 7/31/2015,8/14/2015,8/7/2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think it is sorting it by text...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 19:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946793#M981361</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2015-08-18T19:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to sort input box</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946794#M981362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Nicole&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun. K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 20:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946794#M981362</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-08-18T20:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to sort input box</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946795#M981363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Nicole&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun. K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 20:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946795#M981363</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-08-18T20:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to sort input box</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946796#M981364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Rob &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun. K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 20:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-sort-input-box/m-p/946796#M981364</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-08-18T20:05:26Z</dc:date>
    </item>
  </channel>
</rss>

