<?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 lines in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/remove-lines/m-p/241545#M91959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm loading data from an oracle db table, but sometimes lines are duplicated.&lt;/P&gt;&lt;P&gt;Is there anyway in qlikview script to avoid loading the duplicated lines? I know how to do it in sql but it takes too much time to load the data,&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2011 10:03:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-08T10:03:27Z</dc:date>
    <item>
      <title>remove lines</title>
      <link>https://community.qlik.com/t5/QlikView/remove-lines/m-p/241545#M91959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm loading data from an oracle db table, but sometimes lines are duplicated.&lt;/P&gt;&lt;P&gt;Is there anyway in qlikview script to avoid loading the duplicated lines? I know how to do it in sql but it takes too much time to load the data,&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 10:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-lines/m-p/241545#M91959</guid>
      <dc:creator />
      <dc:date>2011-03-08T10:03:27Z</dc:date>
    </item>
    <item>
      <title>remove lines</title>
      <link>https://community.qlik.com/t5/QlikView/remove-lines/m-p/241546#M91960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;Take any unique value, then use the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Customer:LOAD CustID, // Unique field CustNameWHERE NOT EXISTS(CustID);SQL SELECT CustID, CustNameFROM Database.Table; // The following should work as wellCustomer:LOAD DISTINCT CustID, CustName;SQL SELECT * FROM Database.Table;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 10:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-lines/m-p/241546#M91960</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-08T10:56:16Z</dc:date>
    </item>
  </channel>
</rss>

