<?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: Duplicate records in data Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Duplicate-records-in-data-Field/m-p/1827955#M1214134</link>
    <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 11 Aug 2021 11:37:40 GMT</pubDate>
    <dc:creator>jagjivvt</dc:creator>
    <dc:date>2021-08-11T11:37:40Z</dc:date>
    <item>
      <title>Duplicate records in data Field</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-records-in-data-Field/m-p/1827778#M1214113</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a field called Invoice ID, in this the field the Invoice ID could appear more than once. if it does, I need to mark annotate with an abbreviation, either numerical or alpha.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 15:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-records-in-data-Field/m-p/1827778#M1214113</guid>
      <dc:creator>jagjivvt</dc:creator>
      <dc:date>2021-08-10T15:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records in data Field</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-records-in-data-Field/m-p/1827944#M1214130</link>
      <description>Something like this?&lt;BR /&gt;LOAD,&lt;BR /&gt;InvoiceID,&lt;BR /&gt;If(InvoiceID=InvoiceID, "Annotate","") as Annotation&lt;BR /&gt;From ...</description>
      <pubDate>Wed, 11 Aug 2021 11:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-records-in-data-Field/m-p/1827944#M1214130</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2021-08-11T11:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records in data Field</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-records-in-data-Field/m-p/1827952#M1214132</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6972"&gt;@jagjivvt&lt;/a&gt;&amp;nbsp; may be like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Data:
LOAD *
FROM Table;

left join(Data)
LOAD [Invoice ID],
     if(Cnt_Invoice&amp;gt;1,'Duplicate','Non-Duplicate') as Flag;
LOAD [Invoice ID],
     count([Invoice ID]) as Cnt_Invoice
resident Data
group by [Invoice ID];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 11:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-records-in-data-Field/m-p/1827952#M1214132</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-08-11T11:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records in data Field</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-records-in-data-Field/m-p/1827955#M1214134</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 11:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-records-in-data-Field/m-p/1827955#M1214134</guid>
      <dc:creator>jagjivvt</dc:creator>
      <dc:date>2021-08-11T11:37:40Z</dc:date>
    </item>
  </channel>
</rss>

