<?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 Load Distinct on Resident Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147770#M26145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm trying to do a Load distinct on a resident table but unfortunatly this doesn't work. I'm wondering if doing such a thing is possible.&lt;/P&gt;&lt;P&gt;Here is my script, if you find any mistake...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;I&gt;&lt;/I&gt;&lt;I&gt;&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;ALL_TABLE:&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [DATE] as [Date],&lt;/P&gt;&lt;P&gt;[PRICE] as [Product Price],&lt;/P&gt;&lt;P&gt;[DTINSERTED] as [Insertion Date],&lt;/P&gt;&lt;P&gt;SQL select * from myTable;&lt;/P&gt;&lt;P&gt;DATE_TABLE:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT [Date]&lt;/P&gt;&lt;P&gt;RESIDENT ALL_TABLE;&lt;/P&gt;&lt;P&gt;Thx for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2009 18:58:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-25T18:58:52Z</dc:date>
    <item>
      <title>Load Distinct on Resident Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147770#M26145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm trying to do a Load distinct on a resident table but unfortunatly this doesn't work. I'm wondering if doing such a thing is possible.&lt;/P&gt;&lt;P&gt;Here is my script, if you find any mistake...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;I&gt;&lt;/I&gt;&lt;I&gt;&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;ALL_TABLE:&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [DATE] as [Date],&lt;/P&gt;&lt;P&gt;[PRICE] as [Product Price],&lt;/P&gt;&lt;P&gt;[DTINSERTED] as [Insertion Date],&lt;/P&gt;&lt;P&gt;SQL select * from myTable;&lt;/P&gt;&lt;P&gt;DATE_TABLE:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT [Date]&lt;/P&gt;&lt;P&gt;RESIDENT ALL_TABLE;&lt;/P&gt;&lt;P&gt;Thx for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 18:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147770#M26145</guid>
      <dc:creator />
      <dc:date>2009-06-25T18:58:52Z</dc:date>
    </item>
    <item>
      <title>Load Distinct on Resident Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147771#M26146</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;BR /&gt;There is one mistake.&lt;/P&gt;&lt;P&gt;At the end of field &lt;B&gt;insertion Date&lt;/B&gt; you should use &lt;B&gt;';'&lt;/B&gt; semicolon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your scrpt shoud look like below one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;I&gt;&lt;BR /&gt;ALL_TABLE:&lt;BR /&gt;&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;LOAD [DATE] as [Date],&lt;BR /&gt;[PRICE] as [Product Price],&lt;BR /&gt;[DTINSERTED] as [Insertion Date];&lt;BR /&gt;SQL select * from myTable;&lt;BR /&gt;DATE_TABLE:&lt;BR /&gt;LOAD DISTINCT [Date]&lt;BR /&gt;RESIDENT ALL_TABLE;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 19:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147771#M26146</guid>
      <dc:creator />
      <dc:date>2009-06-25T19:05:39Z</dc:date>
    </item>
    <item>
      <title>Load Distinct on Resident Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147772#M26147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is one.&lt;/P&gt;&lt;P&gt;This part of the load works well.&lt;/P&gt;&lt;P&gt;The problem is on the LOAD DISTINCT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 19:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147772#M26147</guid>
      <dc:creator />
      <dc:date>2009-06-25T19:12:23Z</dc:date>
    </item>
    <item>
      <title>Load Distinct on Resident Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147773#M26148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this attachment.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Distinct&lt;/B&gt; key word works well forme &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;P&gt;Post your sample here &lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;- Sridhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 19:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147773#M26148</guid>
      <dc:creator />
      <dc:date>2009-06-25T19:20:35Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Load Distinct on Resident Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147774#M26149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what's your error message ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 19:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147774#M26149</guid>
      <dc:creator />
      <dc:date>2009-06-25T19:23:21Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Load Distinct on Resident Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147775#M26150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Sorry,&lt;/P&gt;&lt;P&gt;My mistake, it works mow thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 19:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Distinct-on-Resident-Table/m-p/147775#M26150</guid>
      <dc:creator />
      <dc:date>2009-06-25T19:32:13Z</dc:date>
    </item>
  </channel>
</rss>

