<?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 Data in a Text Box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Data-in-a-Text-Box/m-p/307841#M113670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the function concat(). Default, this function sort value by text sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : =concat(distinct Sellers,' - ')&lt;/P&gt;&lt;P&gt;All the distinct sellers wil be display with a "-" between each value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valentin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2011 13:38:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-26T13:38:23Z</dc:date>
    <item>
      <title>How to Sort Data in a Text Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Data-in-a-Text-Box/m-p/307840#M113669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sthere a way to sort data in a textbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking of displaying comments from an excel file to be displayed using a text object. But the text object automatically sorts the data by text sort (A-&amp;gt; Z). I wanted to sort the data by load order. Is this possible in a text object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Data-in-a-Text-Box/m-p/307840#M113669</guid>
      <dc:creator />
      <dc:date>2011-07-26T13:27:57Z</dc:date>
    </item>
    <item>
      <title>How to Sort Data in a Text Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Data-in-a-Text-Box/m-p/307841#M113670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the function concat(). Default, this function sort value by text sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : =concat(distinct Sellers,' - ')&lt;/P&gt;&lt;P&gt;All the distinct sellers wil be display with a "-" between each value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valentin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Data-in-a-Text-Box/m-p/307841#M113670</guid>
      <dc:creator />
      <dc:date>2011-07-26T13:38:23Z</dc:date>
    </item>
    <item>
      <title>How to Sort Data in a Text Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Data-in-a-Text-Box/m-p/307842#M113671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You use concat function for displaying the comments?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat function takes a third parameter for sort order, so if you got a field with unique ascending number (e.g. using row number), you could try in text boxes expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(CommentField, ',', AscendingNumberField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this link is also helpful&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/132579#132579"&gt;http://community.qlik.com/message/132579#132579&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Data-in-a-Text-Box/m-p/307842#M113671</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-26T13:44:14Z</dc:date>
    </item>
    <item>
      <title>How to Sort Data in a Text Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Data-in-a-Text-Box/m-p/307843#M113672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks swuehl... That's exactly what I was looking for. I was not aware of the third parameter of concat function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Data-in-a-Text-Box/m-p/307843#M113672</guid>
      <dc:creator />
      <dc:date>2011-07-26T13:49:15Z</dc:date>
    </item>
  </channel>
</rss>

