<?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: Cannot load qvd if field does not exist in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cannot-load-qvd-if-field-does-not-exist/m-p/429011#M159910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot load all files in a directory, if a single one is missing a single field that all others have.&lt;/P&gt;&lt;P&gt;A quite common thing to happen during developement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 09:25:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-04T09:25:48Z</dc:date>
    <item>
      <title>Cannot load qvd if field does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-load-qvd-if-field-does-not-exist/m-p/429008#M159907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to load qvd files, some with a particular field, some without.&amp;nbsp; When I try to load qvd files without the field, the file does not load.&amp;nbsp; How can I load a qvd that has a missing field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 12:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-load-qvd-if-field-does-not-exist/m-p/429008#M159907</guid>
      <dc:creator />
      <dc:date>2013-04-06T12:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load qvd if field does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-load-qvd-if-field-does-not-exist/m-p/429009#M159908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-size: 10pt; font-family: trebuchet ms,geneva;"&gt;Hi Nancy,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt; font-family: trebuchet ms,geneva;"&gt;I'm not sure why you wanted to load the fields when they are not available in the QVD files. However, you can create psuedo fields by using the static values or NULL() function if you want them as NULLs. Here is the example...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt; font-family: trebuchet ms,geneva;"&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt; font-family: trebuchet ms,geneva;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;CustomerKey&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;GeographyKey&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;CustomerLabel&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;Title&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;FirstName&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;MiddleName&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;LastName&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;EmailAddress&lt;/SPAN&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;NULL&lt;/SPAN&gt;() &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;DV_Test &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;[..\Test.QVD]&lt;BR /&gt;(&lt;SPAN style="color: #0000ff;"&gt;qvd&lt;/SPAN&gt;);&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;I hope this helps!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Cheers,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;DV&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 23:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-load-qvd-if-field-does-not-exist/m-p/429009#M159908</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2013-04-06T23:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load qvd if field does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-load-qvd-if-field-does-not-exist/m-p/429010#M159909</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What i understood is while fetching the data you want to list down the fields which you want in some cases and in some cases you dont want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Field1, Field2 from xyz;&amp;nbsp; For listing field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load * from xyz; for fetching all fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Apr 2013 06:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-load-qvd-if-field-does-not-exist/m-p/429010#M159909</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-07T06:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load qvd if field does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-load-qvd-if-field-does-not-exist/m-p/429011#M159910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot load all files in a directory, if a single one is missing a single field that all others have.&lt;/P&gt;&lt;P&gt;A quite common thing to happen during developement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 09:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-load-qvd-if-field-does-not-exist/m-p/429011#M159910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-04T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load qvd if field does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-load-qvd-if-field-does-not-exist/m-p/429012#M159911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD * FROM A ....&lt;/P&gt;&lt;P&gt;CONCATENATE LOAD * FROM B ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;fields not needed might be dropped or renamed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 10:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-load-qvd-if-field-does-not-exist/m-p/429012#M159911</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-04T10:08:56Z</dc:date>
    </item>
  </channel>
</rss>

