<?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: Help with unique records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-unique-records/m-p/1748654#M721664</link>
    <description>&lt;P&gt;Thanks Vegar, i learned something today&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 20:52:15 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2020-09-30T20:52:15Z</dc:date>
    <item>
      <title>Help with unique records</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-unique-records/m-p/1748600#M721661</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can anyone please help me to achieve below results using Qlik&lt;/P&gt;&lt;P&gt;ID,&amp;nbsp; Name,&amp;nbsp; Date,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Country,&amp;nbsp; &amp;nbsp;Type,&amp;nbsp; &amp;nbsp;record&lt;/P&gt;&lt;P&gt;1,&amp;nbsp; Peter,&amp;nbsp; &amp;nbsp; 2/1/2019, USA,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EDIT,&amp;nbsp; &amp;nbsp; &amp;nbsp;123&lt;/P&gt;&lt;P&gt;1,&amp;nbsp; Peter,&amp;nbsp; &amp;nbsp; 2/1/2019, USA,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COPY,&amp;nbsp; &amp;nbsp; &amp;nbsp;567&lt;/P&gt;&lt;P&gt;I want the above records to be displayed as below in QLIK Table&lt;/P&gt;&lt;P&gt;ID,&amp;nbsp; Name,&amp;nbsp; Date,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Country,&amp;nbsp; &amp;nbsp;Type,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; record&lt;/P&gt;&lt;P&gt;1,&amp;nbsp; Peter,&amp;nbsp; &amp;nbsp; 2/1/2019, USA,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EDIT;COPY, 123;567&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-unique-records/m-p/1748600#M721661</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2024-11-16T18:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help with unique records</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-unique-records/m-p/1748623#M721662</link>
      <description>&lt;P&gt;the nearest is a straight table:&lt;/P&gt;&lt;P&gt;add following dimensions:&amp;nbsp;&lt;SPAN&gt;ID,&amp;nbsp; Name,&amp;nbsp; Date,&amp;nbsp; Country&lt;/SPAN&gt;&lt;BR /&gt;add two expressions:&lt;BR /&gt;=concat(distinct type,';')&lt;BR /&gt;=concat(distinct record,';')&lt;/P&gt;&lt;P&gt;however, the problem with concat is it arranges the values in sort order so it will be&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;COPY;EDIT&amp;nbsp; &amp;nbsp; 123;567&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if a tweak is acceptable, use only one expression column:&lt;BR /&gt;=concat(distinct type &amp;amp; ';' &amp;amp; record, ',')&lt;BR /&gt;&lt;SPAN&gt;the advantage of this is that the type and corresponding record are paired up.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 18:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-unique-records/m-p/1748623#M721662</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-09-30T18:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with unique records</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-unique-records/m-p/1748646#M721663</link>
      <description>&lt;P&gt;You could probably get the order correct if you use the same sort-weight parameter in both the &lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/StringAggregationFunctions/concat.htm" target="_self"&gt;concat&lt;/A&gt; function.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 20:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-unique-records/m-p/1748646#M721663</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-09-30T20:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with unique records</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-unique-records/m-p/1748654#M721664</link>
      <description>&lt;P&gt;Thanks Vegar, i learned something today&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 20:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-unique-records/m-p/1748654#M721664</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-09-30T20:52:15Z</dc:date>
    </item>
  </channel>
</rss>

