<?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: Incremental load prob in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959314#M976641</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; I think your data in excel sheet is in text format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;XavieRavinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Sep 2015 05:07:58 GMT</pubDate>
    <dc:creator>xavieravinson</dc:creator>
    <dc:date>2015-09-03T05:07:58Z</dc:date>
    <item>
      <title>Incremental load prob</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959306#M976630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I am trying to implement the incremental load but for incremental tab , i should get final table containing data whose date &amp;gt; vMaxdate.&lt;/P&gt;&lt;P&gt;But i ma getting whole data.&lt;/P&gt;&lt;P&gt;Can someone looks into it. I have attached app and excel with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959306#M976630</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-09-02T13:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load prob</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959307#M976631</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&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;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;Where Date&amp;gt; $(vMaxDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vMaxDate =Date('25-08-2015') in variable overview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It'll fetch only one record .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959307#M976631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T13:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load prob</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959308#M976632</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;Please check the application,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Peek you were using table2 and table3.&lt;/P&gt;&lt;P&gt;you are using resident If all the fields are same it will automatically concatenate.&lt;/P&gt;&lt;P&gt;I have Created a Junk. Check the application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959308#M976632</guid>
      <dc:creator>xavieravinson</dc:creator>
      <dc:date>2015-09-02T13:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load prob</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959309#M976633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks for your reply but i don't understand why you commented out Tranformation script.&lt;/P&gt;&lt;P&gt;Also, in my file for incremental Table i ma getting whole data instead of only daya matching condition:&lt;/P&gt;&lt;P&gt;where Date &amp;gt; $(vMaxDate)&lt;/P&gt;&lt;P&gt;bcoz , &lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(vMaxDate) is giving value 1992 and not 2015-09-14. And vMaxDate gives &lt;SPAN style="font-size: 13.3333330154419px;"&gt;2015-09-14.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;But when i use condition:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;where Date &amp;gt; vMaxDate ; it is giving error that vMaxDate field not found&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Is there way to rectify this ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 14:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959309#M976633</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-09-02T14:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load prob</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959310#M976634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks for your reply .&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But, in my file for incremental Table i ma getting whole data instead of only daya matching condition:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Date &amp;gt; $(vMaxDate)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;bcoz , &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;$(vMaxDate) is giving value 1992 and not 2015-09-14. And vMaxDate gives &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;2015-09-14.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;But when i use condition:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;where Date &amp;gt; vMaxDate ; it is giving error that vMaxDate field not found&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Is there way to rectify this ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 14:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959310#M976634</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-09-02T14:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load prob</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959311#M976635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Now it is working fine as i have used:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;where Date &amp;gt; '$(vMaxDate)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 14:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959311#M976635</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-09-02T14:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load prob</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959312#M976637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hey,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Now it is working fine as i have used:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;where Date &amp;gt; '$(vMaxDate)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 14:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959312#M976637</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-09-02T14:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load prob</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959313#M976639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/169137"&gt;NikhilGarg&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned that you have problem in incremental load tab so i worked on the same tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 05:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959313#M976639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-03T05:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load prob</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959314#M976641</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; I think your data in excel sheet is in text format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;XavieRavinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 05:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-prob/m-p/959314#M976641</guid>
      <dc:creator>xavieravinson</dc:creator>
      <dc:date>2015-09-03T05:07:58Z</dc:date>
    </item>
  </channel>
</rss>

