<?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: LOAD just distinct fields from one QVD and store into another qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592416#M685166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This didn't work. It still stored everything, not the distinct values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jan 2014 12:45:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-31T12:45:51Z</dc:date>
    <item>
      <title>LOAD just distinct fields from one QVD and store into another qvd</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592409#M685159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a massive QVD which has around 200 Million records in it. I need to extract just the distinct key from this qvd. The key is just one field called CASE_NO. I've tried the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets call the original QVD PAYMENT. I first loaded just the keys from this qvd into a table called FULL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FULL:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;CASE_NO as CASE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[LOCATION\FULL.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISTINCT_KEY:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Distinct CASE_NO as KEY&lt;/P&gt;&lt;P&gt;resident FULL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store DISTINCT_KEY into LOCATION\Distinct.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above works but for some reason Distinct.qvd contains ALL keys from the FULL.qvd instead of just the distinct unique ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 11:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592409#M685159</guid>
      <dc:creator />
      <dc:date>2014-01-31T11:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD just distinct fields from one QVD and store into another qvd</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592410#M685160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DISTINCT_KEY&lt;/SPAN&gt; you're trying to load CASE_NO column from FULL, but in FULL it's named CASE - is this example working? &lt;/P&gt;&lt;P&gt;BTW, make sure you're not concatenating DISTINCT_KEY to FULL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lukasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 12:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592410#M685160</guid>
      <dc:creator />
      <dc:date>2014-01-31T12:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD just distinct fields from one QVD and store into another qvd</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592411#M685161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;You are taking a resident so the field you are referring should be the alias name of the current field.,&lt;/P&gt;&lt;P&gt;i.e., &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FULL:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CASE_NO as &lt;STRONG&gt;CASE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[LOCATION\FULL.qvd]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISTINCT_KEY:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;CASE&lt;/STRONG&gt;&lt;/SPAN&gt; as KEY&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident FULL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store DISTINCT_KEY into LOCATION\Distinct.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 12:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592411#M685161</guid>
      <dc:creator>jvishnuram</dc:creator>
      <dc:date>2014-01-31T12:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD just distinct fields from one QVD and store into another qvd</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592412#M685162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FULL:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CASE_NO as CASE&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[LOCATION\FULL.qvd]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;noconcatenate &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISTINCT_KEY:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Distinct &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CASE_NO as KEY&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident FULL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FULL&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store DISTINCT_KEY into LOCATION\Distinct.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 12:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592412#M685162</guid>
      <dc:creator>almamy_diaby</dc:creator>
      <dc:date>2014-01-31T12:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD just distinct fields from one QVD and store into another qvd</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592413#M685163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry i made a mistake while typing out the code i used. I do use the ALIAS in DISTINCT_KEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code I use is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FULL:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CASE_NO as &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;CASE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[LOCATION\FULL.qvd]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISTINCT_KEY:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Distinct &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;CASE&lt;/STRONG&gt;&lt;/SPAN&gt; as KEY&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident FULL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store DISTINCT_KEY into LOCATION\Distinct.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 12:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592413#M685163</guid>
      <dc:creator />
      <dc:date>2014-01-31T12:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD just distinct fields from one QVD and store into another qvd</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592414#M685164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FULL:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CASE_NO as &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;CASE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[LOCATION\FULL.qvd]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; noconcatenate &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISTINCT_KEY:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Distinct &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: inherit; font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;CASE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; as KEY&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident FULL;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; drop table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FULL&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store DISTINCT_KEY into LOCATION\Distinct.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 12:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592414#M685164</guid>
      <dc:creator>almamy_diaby</dc:creator>
      <dc:date>2014-01-31T12:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD just distinct fields from one QVD and store into another qvd</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592415#M685165</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD CASE_NO,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;FROM [LOCATION\FULL.qvd] (qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(CASE_NO);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 12:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592415#M685165</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-01-31T12:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD just distinct fields from one QVD and store into another qvd</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592416#M685166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This didn't work. It still stored everything, not the distinct values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 12:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592416#M685166</guid>
      <dc:creator />
      <dc:date>2014-01-31T12:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD just distinct fields from one QVD and store into another qvd</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592417#M685167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Try&amp;nbsp; this&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FULL:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;load distinct&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;CASE_NO as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6;"&gt;KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6;"&gt;---- ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6;"&gt;FieldN&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;[LOCATION\FULL.qvd]&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(qvd);&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;store * from&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;FULL&lt;/SPAN&gt;&amp;nbsp; into&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;LOCATION\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Distinct&lt;/SPAN&gt;.qvd ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 14:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592417#M685167</guid>
      <dc:creator>almamy_diaby</dc:creator>
      <dc:date>2014-01-31T14:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD just distinct fields from one QVD and store into another qvd</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592418#M685168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you want a 2 step solution.&lt;/P&gt;&lt;P&gt;You can select distinct directly when you are loading from QVD.&lt;/P&gt;&lt;P&gt;i.e., &lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FULL:&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;load&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Distinct CASE_NO as &lt;STRONG&gt;CASE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[LOCATION\FULL.qvd]&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(qvd);&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;store * from&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;FULL&lt;/SPAN&gt;&amp;nbsp; into&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;LOCATION\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Distinct&lt;/SPAN&gt;.qvd ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 08:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592418#M685168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T08:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD just distinct fields from one QVD and store into another qvd</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592419#M685169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali, Please make sure that DISTINCT_KEY table is not concatenated to another Table. I believe you dont need 2 steps. Try Like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISTINCT_KEY:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;LOAD DISTINCT CASE_NO AS KEY FROM SOURCE.qvd (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE DISTINCT_KEY INTO DISTINCT.qvd (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table DISTINCT_KEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(or)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISTINCT_KEY:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;LOAD CASE_NO AS KEY FROM SOURCE.qvd (qvd) WHERE NOT EXISTS(CASE_NO);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE DISTINCT_KEY INTO DISTINCT.qvd (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table DISTINCT_KEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reload the qvw and check the data in qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not working, may be you are doing something wrong and post the actual scipt from qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 13:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-just-distinct-fields-from-one-QVD-and-store-into-another/m-p/592419#M685169</guid>
      <dc:creator />
      <dc:date>2014-02-03T13:54:03Z</dc:date>
    </item>
  </channel>
</rss>

