<?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 Remove duplicat ID's using load statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102543#M754910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove duplicate ID's with same Item, to keep only whichever higher Brand. Please refer screenshot for understanding the logic and requirement. Final output will be stored as QVD. Thanks&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214290_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>karan_kn</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Remove duplicat ID's using load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102543#M754910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove duplicate ID's with same Item, to keep only whichever higher Brand. Please refer screenshot for understanding the logic and requirement. Final output will be stored as QVD. Thanks&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214290_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102543#M754910</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicat ID's using load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102544#M754911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan, sorting by Id, Item and Brand descending you can pick the first record for each ID and Item combination, like:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15377959954059691" jivemacro_uid="_15377959954059691"&gt;
&lt;P&gt;LOAD ID, Item, Brand&lt;/P&gt;
&lt;P&gt;Resident TableName&lt;/P&gt;
&lt;P&gt;Where ID&amp;lt;&amp;gt;Previous(ID) or Item&amp;lt;&amp;gt;Previous(Item)&lt;/P&gt;
&lt;P&gt;Order By ID, Item, Brand desc;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table &lt;SPAN style="font-size: 13.3333px;"&gt;TableName;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 13:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102544#M754911</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-09-24T13:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicat ID's using load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102545#M754912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inline text for reference: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Item, Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, a2, Top Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, a2, Medium Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, b4, Medium Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, a2, Low&amp;nbsp; Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, b4, Low&amp;nbsp; Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, c7, Low&amp;nbsp; Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, c2, Top Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, C3, Top Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, E1, Top Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, E2, Medium Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, E1, Low&amp;nbsp; Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, E2, Very Low&amp;nbsp; Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, S1, Top Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, S1, Top Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, S1, Medium Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, S3, Low&amp;nbsp; Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, S4, Very Low&amp;nbsp; Brand&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 13:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102545#M754912</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2018-09-24T13:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicat ID's using load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102546#M754913</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>Mon, 24 Sep 2018 13:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102546#M754913</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-09-24T13:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicat ID's using load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102547#M754914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, but the logic not working.&lt;/P&gt;&lt;P&gt;Ex: for ID=3 should be Medium Brand (higher one)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214291_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 13:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102547#M754914</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2018-09-24T13:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicat ID's using load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102548#M754915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I overlooked the 'V'... then you can apply a number to each brand to set the numerical order, in attached example is assigned using a mapping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 13:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-duplicat-ID-s-using-load-statement/m-p/102548#M754915</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-09-24T13:53:46Z</dc:date>
    </item>
  </channel>
</rss>

