<?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: optimized qvd script doubt? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/optimized-qvd-script-doubt/m-p/795468#M1049683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its a kind of left join, if we write where exists it will check with the associated table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As there is no other table, it shows error while reloading&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 05:05:45 GMT</pubDate>
    <dc:creator>vardhancse</dc:creator>
    <dc:date>2014-11-10T05:05:45Z</dc:date>
    <item>
      <title>optimized qvd script doubt?</title>
      <link>https://community.qlik.com/t5/QlikView/optimized-qvd-script-doubt/m-p/795466#M1049681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [customer number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [budget amount]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;where&amp;nbsp; Exists(year);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&amp;nbsp; when i go for reload&amp;nbsp; with this statement&amp;nbsp; i am not getting any data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; //&amp;nbsp;&amp;nbsp; where not exists (year);&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;nbsp; when i go for reload with this&amp;nbsp; statement&amp;nbsp;&amp;nbsp; i am getting full data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the wrong here ?&amp;nbsp; can i write like this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls share some example script for optimized qvd&amp;nbsp; and&amp;nbsp; un optimized qvd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 03:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/optimized-qvd-script-doubt/m-p/795466#M1049681</guid>
      <dc:creator />
      <dc:date>2014-11-10T03:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: optimized qvd script doubt?</title>
      <link>https://community.qlik.com/t5/QlikView/optimized-qvd-script-doubt/m-p/795467#M1049682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you load another table with Year column before loading your budget this will work otherwise it won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SomeTableName:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;year,&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;FROM SomeTableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD year,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [customer number],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [budget amount]&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;&lt;E&gt;&lt;/E&gt;&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;where&amp;nbsp; Exists(year);&amp;nbsp;&amp;nbsp; &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;When the above script executes the data in the &lt;STRONG&gt;budget&lt;/STRONG&gt; is loaded for the years exists in the table &lt;STRONG&gt;SomeTableName.&lt;/STRONG&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;Hope this helps you.&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;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 04:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/optimized-qvd-script-doubt/m-p/795467#M1049682</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-10T04:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: optimized qvd script doubt?</title>
      <link>https://community.qlik.com/t5/QlikView/optimized-qvd-script-doubt/m-p/795468#M1049683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its a kind of left join, if we write where exists it will check with the associated table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As there is no other table, it shows error while reloading&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 05:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/optimized-qvd-script-doubt/m-p/795468#M1049683</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-11-10T05:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: optimized qvd script doubt?</title>
      <link>https://community.qlik.com/t5/QlikView/optimized-qvd-script-doubt/m-p/795469#M1049684</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;With simple example also you can find how it works suppose there is two table one is new records and other is old records, and we want top load only new records. Then load new records table first and then old table with syntax &lt;STRONG&gt;Where Exists(year); &lt;/STRONG&gt;then by using this we get only last 2013 records only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewRecords:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; year, month, customer number, budget amount,flag&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013, 5,33,4587412,t2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OldRecords:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; year, month, customer number, budget amount,flag&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2011, 4,45,45863,t1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2012, 5,34,26369,t1&lt;/P&gt;&lt;P&gt;] &lt;STRONG&gt;Where Exists(year);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 05:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/optimized-qvd-script-doubt/m-p/795469#M1049684</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-10T05:30:55Z</dc:date>
    </item>
  </channel>
</rss>

