<?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: Help with load statement QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-load-statement-QVD/m-p/428848#M1158768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;yes you can but make sure there should not exist date in qvd.&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;if you have two date in same table ,result in unique field error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Left(arrival_date,3) as date&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;*&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM xxxxxx/xxx/xxxx.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2013 14:52:24 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2013-02-12T14:52:24Z</dc:date>
    <item>
      <title>Help with load statement QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-load-statement-QVD/m-p/428844#M1158764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mind has gone blank, and was wondering if someone could help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want load all from a QVD I know I have to write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * FROM xxxxxx/xxx/xxxx.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However If I want to do a calculation on a field and still load all from a qvd, how do I write this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e.&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Left(arrival_date,3) as date&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM xxxxxx/xxx/xxxx.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet I have completely forgotten or perhaps have never known how do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 14:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-load-statement-QVD/m-p/428844#M1158764</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2013-02-12T14:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load statement QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-load-statement-QVD/m-p/428845#M1158765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myQVD_tmp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM xxxxxx/xxx/xxxx.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myQvd:&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(arrival_date,3) as date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....&lt;/P&gt;&lt;P&gt;Resident myQVD_tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table myQVD_tmp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 14:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-load-statement-QVD/m-p/428845#M1158765</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-02-12T14:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load statement QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-load-statement-QVD/m-p/428846#M1158766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;i thing there is no use of&amp;nbsp; &lt;STRONG style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;noconcatenate&lt;/STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;. because first table droped already&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;myQVD_tmp:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;*&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM xxxxxx/xxx/xxxx.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;myQvd:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(arrival_date,3) as date,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Resident myQVD_tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Drop table myQVD_tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 14:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-load-statement-QVD/m-p/428846#M1158766</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2013-02-12T14:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load statement QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-load-statement-QVD/m-p/428847#M1158767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your replies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there is no way that I can just load the QVD just once into my QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always have to do a resident load and drop table technique?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot do anything like I suggested above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Left(arrival_date,3) as date&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM xxxxxx/xxx/xxxx.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess resident loads and dropping tables is the only way eh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 14:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-load-statement-QVD/m-p/428847#M1158767</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2013-02-12T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with load statement QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-load-statement-QVD/m-p/428848#M1158768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;yes you can but make sure there should not exist date in qvd.&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;if you have two date in same table ,result in unique field error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Left(arrival_date,3) as date&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;*&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM xxxxxx/xxx/xxxx.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 14:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-load-statement-QVD/m-p/428848#M1158768</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2013-02-12T14:52:24Z</dc:date>
    </item>
  </channel>
</rss>

