<?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 Removing duplicates from the table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Removing-duplicates-from-the-table/m-p/1668419#M50453</link>
    <description>&lt;P&gt;Hello Everyone ,&lt;/P&gt;&lt;P&gt;I have a data in the&amp;nbsp; below format&amp;nbsp;&lt;/P&gt;&lt;P&gt;Job:&lt;BR /&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Job,Status,Sell_Amount&lt;BR /&gt;1,Yes,100&lt;BR /&gt;2,No,200&lt;BR /&gt;3,Yes,300&lt;BR /&gt;3,No,400&lt;BR /&gt;3,YesWIP,500&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;and i want the output in the below format after removing the duplicate&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Job,Status,Sell_Amount&lt;BR /&gt;1,Yes,100&lt;BR /&gt;2,No,200&lt;BR /&gt;3,Yes,300&lt;/P&gt;&lt;P&gt;Could you kindly help me to achieve this .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nizam&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2020 09:46:08 GMT</pubDate>
    <dc:creator>nizamsha</dc:creator>
    <dc:date>2020-01-23T09:46:08Z</dc:date>
    <item>
      <title>Removing duplicates from the table</title>
      <link>https://community.qlik.com/t5/App-Development/Removing-duplicates-from-the-table/m-p/1668419#M50453</link>
      <description>&lt;P&gt;Hello Everyone ,&lt;/P&gt;&lt;P&gt;I have a data in the&amp;nbsp; below format&amp;nbsp;&lt;/P&gt;&lt;P&gt;Job:&lt;BR /&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Job,Status,Sell_Amount&lt;BR /&gt;1,Yes,100&lt;BR /&gt;2,No,200&lt;BR /&gt;3,Yes,300&lt;BR /&gt;3,No,400&lt;BR /&gt;3,YesWIP,500&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;and i want the output in the below format after removing the duplicate&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Job,Status,Sell_Amount&lt;BR /&gt;1,Yes,100&lt;BR /&gt;2,No,200&lt;BR /&gt;3,Yes,300&lt;/P&gt;&lt;P&gt;Could you kindly help me to achieve this .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nizam&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 09:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removing-duplicates-from-the-table/m-p/1668419#M50453</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2020-01-23T09:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Removing duplicates from the table</title>
      <link>https://community.qlik.com/t5/App-Development/Removing-duplicates-from-the-table/m-p/1668431#M50456</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Job:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Load * Inline [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Job,Status,Sell_Amount&lt;BR /&gt;&lt;/SPAN&gt;1,Yes,100&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;2,No,200&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;3,Yes,300&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;3,No,400&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;3,YesWIP,500&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;]&lt;/FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;WHERE NOT Exists(Job)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 10:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removing-duplicates-from-the-table/m-p/1668431#M50456</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-01-23T10:25:04Z</dc:date>
    </item>
  </channel>
</rss>

