<?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: Issue with sorting while using concat function with distinct qualifier in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869005#M303919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no worries, glad to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2015 11:17:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-08T11:17:21Z</dc:date>
    <item>
      <title>Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868994#M303908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three fields Item, Code and Date. I would like to concatenate distinct Code values grouped by Item and sorted by Date field. But unfortunately, the code values are sorted alphabetically. If i try sort-weight in concat function using Date field, code values are duplicated.&lt;/P&gt;&lt;P&gt;I tried the same in back end, still same issue. Please find the attached QVW for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 15:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868994#M303908</guid>
      <dc:creator />
      <dc:date>2015-04-07T15:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868995#M303909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;=aggr(concat(distinct Code,'--&amp;gt;',Aggr(Date, Item)),Item)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 15:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868995#M303909</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-07T15:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868996#M303910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 15:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868996#M303910</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-07T15:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868997#M303911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA the application.May be this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 15:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868997#M303911</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-07T15:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868998#M303912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for the replies. That is really helpful. But still i have one issue. Sometimes, same code appears after few codes then it has to duplicate. For example for item 3, MER repeats after few codes then it should be MER--&amp;gt;ABC--&amp;gt;FHJ--&amp;gt;NUD--&amp;gt;HJD--&amp;gt;MER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,&amp;nbsp; 09/02/2015,&amp;nbsp; MER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,&amp;nbsp; 01/02/2015,&amp;nbsp; MER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,&amp;nbsp; 10/02/2015,&amp;nbsp; ABC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,&amp;nbsp; 11/02/2015,&amp;nbsp; FHJ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,&amp;nbsp; 13/02/2015,&amp;nbsp; NUD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,&amp;nbsp; 15/02/2015,&amp;nbsp; HJD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,&amp;nbsp; 15/02/2015,&amp;nbsp; MER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you &lt;SPAN style="font-size: 13.3333330154419px;"&gt;have any idea.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 17:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868998#M303912</guid>
      <dc:creator />
      <dc:date>2015-04-07T17:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868999#M303913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 17:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/868999#M303913</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-07T17:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869000#M303914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. This logic works. But I still wonder why concat function with sort-weight did not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 07:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869000#M303914</guid>
      <dc:creator />
      <dc:date>2015-04-08T07:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869001#M303915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the sort-weight did work, just not as you expected, you have multiple date values in the date field per item you a using in the concat, so each item is repeated for each possible weighting value. If you wanted to use sort-weight you would need to ensure the field you use is distinct per item. Something like the attached&amp;nbsp; should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 07:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869001#M303915</guid>
      <dc:creator />
      <dc:date>2015-04-08T07:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869002#M303916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it. I tried to implement same logic using aggr function on UI as below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'--&amp;gt;',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'DD-MM-YYYY'),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'DD-MM-YYYY'),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Code&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; ----&amp;gt; Gives the same output as you did in the scripting. I thought it will work but still it did not work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Sorry to bother you on this. Just trying to understand the functionality of concat and aggr functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 09:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869002#M303916</guid>
      <dc:creator />
      <dc:date>2015-04-08T09:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869003#M303917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use &lt;BR /&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'--&amp;gt;',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NODISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'DD-MM-YYYY'),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;that should work for you without the script change. I'm just more of a fan of doing as much in the script as I can that's all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;you need the nodistinct in there, as 'MER' has the same max date and you want the aggr to return the same value for each (which without the nodistinct it won't do) and then the concat will give you a distinct end result as they both have same code and sort weight.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If you want to see what I mean by this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;plug &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'DD-MM-YYYY'),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'--&amp;gt;',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'DD-MM-YYYY'),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;into a text box and you'll see the result of the sort in the concat too and can see the problem visually then.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Maybe have a read of &lt;A href="https://community.qlik.com/docs/DOC-4777"&gt;QlikView Technical Brief - AGGR&lt;/A&gt; too&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope that helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Joe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 10:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869003#M303917</guid>
      <dc:creator />
      <dc:date>2015-04-08T10:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869004#M303918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. Thank you Joe for sharing this knowledge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 11:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869004#M303918</guid>
      <dc:creator />
      <dc:date>2015-04-08T11:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869005#M303919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no worries, glad to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 11:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869005#M303919</guid>
      <dc:creator />
      <dc:date>2015-04-08T11:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with sorting while using concat function with distinct qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869006#M303920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Devaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You were saying earlier "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;For example for item 3, MER repeats after few codes then it should be MER--&amp;gt;ABC--&amp;gt;FHJ--&amp;gt;NUD--&amp;gt;HJD--&amp;gt;MER" &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;I would like to obtain the same result but I don't see it in the solutions found. Have you been able to do it ? &lt;/SPAN&gt;&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;Matthieu Junier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 08:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sorting-while-using-concat-function-with-distinct/m-p/869006#M303920</guid>
      <dc:creator>ngetal_93</dc:creator>
      <dc:date>2015-05-05T08:02:42Z</dc:date>
    </item>
  </channel>
</rss>

