<?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: distinct keyword in script and explanation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555603#M207480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the clarification. The table object removes the duplicate record, however without the DISTINCT keyword, the record is still in the data model.&amp;nbsp;&amp;nbsp; Only with the DISTINCT keyword, does it only load the first record and not the duplicate record.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 22:26:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-10T22:26:55Z</dc:date>
    <item>
      <title>distinct keyword in script and explanation</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555601#M207478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following in my script, where I have 2 records (in bold) that are identical without the DISTINCT keyword.&amp;nbsp;&amp;nbsp; When I create a output table on the front end to load the whole table, why does the record only show once eventhough I dont have the DISTINCT keyword in my script.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;DateID, StoreID, ProductID, SaleQty, SaleValue&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1, 1, 1, 2, 23&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1, 1, 2, 4, 24&lt;/P&gt;&lt;P&gt;2, 1, 1, 4, 33&lt;/P&gt;&lt;P&gt;2, 1, 2, 3, 28&lt;/P&gt;&lt;P&gt;1, 2, 1, 2, 21&lt;/P&gt;&lt;P&gt;1, 2, 2, 4, 30&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1, 1, 1, 2, 23&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1, 1, 1, 2, 24&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 22:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555601#M207478</guid>
      <dc:creator />
      <dc:date>2013-12-10T22:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: distinct keyword in script and explanation</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555602#M207479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is how the table object works. You can generate a unique field with RecNo() or RowNo() during LOAD to achieve this (if needed at all)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 22:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555602#M207479</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-12-10T22:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: distinct keyword in script and explanation</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555603#M207480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the clarification. The table object removes the duplicate record, however without the DISTINCT keyword, the record is still in the data model.&amp;nbsp;&amp;nbsp; Only with the DISTINCT keyword, does it only load the first record and not the duplicate record.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 22:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555603#M207480</guid>
      <dc:creator />
      <dc:date>2013-12-10T22:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: distinct keyword in script and explanation</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555604#M207481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a table box if you want to see your original data (2 bold rows).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 22:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555604#M207481</guid>
      <dc:creator />
      <dc:date>2013-12-10T22:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: distinct keyword in script and explanation</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555605#M207482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to remove the distinct records from the table (data model) you have to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD DISTINCT ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 22:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555605#M207482</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-12-10T22:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: distinct keyword in script and explanation</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555606#M207483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oswaldo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use a table box, I do not see the 2 bold rows.&amp;nbsp; I only see 1 of the duplicate rows. It seems like the "table box" object removes the duplicate record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 23:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555606#M207483</guid>
      <dc:creator />
      <dc:date>2013-12-10T23:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: distinct keyword in script and explanation</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555607#M207484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Trung,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well as the other guys said, you have to use a kind of qualifier field, may be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateID, StoreID, ProductID, SaleQty, SaleValue,Row&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1, 1, 2, 23,1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1, 2, 4, 24,2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 1, 1, 4, 33,3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 1, 2, 3, 28,4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 2, 1, 2, 21,5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 2, 2, 4, 30,6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1, 1, 2, 23,7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1, 1, 2, 24,8&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 23:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-keyword-in-script-and-explanation/m-p/555607#M207484</guid>
      <dc:creator />
      <dc:date>2013-12-10T23:18:27Z</dc:date>
    </item>
  </channel>
</rss>

