<?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: sorting not working on concatinating numeric value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637895#M233903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &lt;/P&gt;&lt;P&gt;concat( No,'/',&lt;STRONG&gt;No&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2014 12:21:56 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-05-19T12:21:56Z</dc:date>
    <item>
      <title>sorting not working on concatinating numeric value</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637894#M233902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a total field with values ranges from 1 to 100.&lt;/P&gt;&lt;P&gt;It displays fine in ascending order in listbox but when I try to concat the values in a variable, sorting is not working.&lt;/P&gt;&lt;P&gt;Example, I have values like&lt;/P&gt;&lt;P&gt;0 &lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;23&lt;/P&gt;&lt;P&gt;25&lt;/P&gt;&lt;P&gt;42&lt;/P&gt;&lt;P&gt;65&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;when im concatinating these values using concat(distinct total,'/')&lt;/P&gt;&lt;P&gt;im Getting the follwing &lt;/P&gt;&lt;P&gt;0 / 1 /100 / 2 /23 /25 /42 / 65 &lt;/P&gt;&lt;P&gt;but I want&lt;/P&gt;&lt;P&gt;0 / 1 / 2 /4 /23 /25 /42/65/100&lt;/P&gt;&lt;P&gt;Am I missing Something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 12:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637894#M233902</guid>
      <dc:creator />
      <dc:date>2014-05-19T12:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: sorting not working on concatinating numeric value</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637895#M233903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &lt;/P&gt;&lt;P&gt;concat( No,'/',&lt;STRONG&gt;No&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 12:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637895#M233903</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-19T12:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: sorting not working on concatinating numeric value</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637896#M233904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to it in script try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;A:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;AA&lt;BR /&gt;0 &lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;4&lt;BR /&gt;23&lt;BR /&gt;25&lt;BR /&gt;42&lt;BR /&gt;65&lt;BR /&gt;100&lt;BR /&gt;];&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;B:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()=1, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Peek&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('BB',-1)&amp;amp;'/'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; A;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; A;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 12:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637896#M233904</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-05-19T12:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: sorting not working on concatinating numeric value</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637897#M233905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anbu,&lt;/P&gt;&lt;P&gt;Thank You so much... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Its Working Great!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know like what&amp;nbsp; the third parameter actually does?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 12:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637897#M233905</guid>
      <dc:creator />
      <dc:date>2014-05-19T12:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re: sorting not working on concatinating numeric value</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637898#M233906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MCDropDownHead_syntax_0"&gt;&lt;SPAN class="Bold"&gt;Third parameter is sort-weight. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MCDropDownHead_syntax_0"&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="italic;"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MCDropDownHead_syntax_0"&gt;&lt;SPAN class="Bold"&gt;From QV help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MCDropDownHead_syntax_0"&gt;&lt;A class="MCDropDownHotSpot_0" name="concat"&gt;&lt;SPAN class="Bold"&gt;concat (&lt;/SPAN&gt;&lt;SPAN class="italic;"&gt;[ distinct ] expression [, delimiter [, sort-weight]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/A&gt; &lt;/P&gt;&lt;P class="MCDropDownHead_syntax_0"&gt;&lt;/P&gt;&lt;P&gt;Returns the aggregated string concatenation of all values of expression iterated over a number of records as defined by a &lt;SPAN class="Bold"&gt;group by&lt;/SPAN&gt; clause. Each value may be separated by the string found in &lt;SPAN class="italic;"&gt;delimiter&lt;/SPAN&gt;. &lt;STRONG&gt;The order of concatenation may be determined by &lt;SPAN class="italic;"&gt;sort-weight&lt;/SPAN&gt;. &lt;SPAN class="italic;"&gt;Sort-weight&lt;/SPAN&gt; should return a numeric value where the lowest value will render the item to be sorted first.&lt;/STRONG&gt; If the word &lt;SPAN class="Bold"&gt;distinct&lt;/SPAN&gt; occurs before the &lt;SPAN class="italic;"&gt;expression&lt;/SPAN&gt;, all duplicates will be disregarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 12:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637898#M233906</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-19T12:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: sorting not working on concatinating numeric value</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637899#M233907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Samsung Mobile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 13:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-not-working-on-concatinating-numeric-value/m-p/637899#M233907</guid>
      <dc:creator />
      <dc:date>2014-05-19T13:04:05Z</dc:date>
    </item>
  </channel>
</rss>

