<?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: update pb in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/update-pb/m-p/1200249#M386600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I suggest that you use this field in your WHERE clause for the incremental update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at case 3 here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/QVD_Incremental.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/QVD_Incremental.htm"&gt;Using QVD files for incremental load ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Oct 2016 15:37:57 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-10-29T15:37:57Z</dc:date>
    <item>
      <title>update pb</title>
      <link>https://community.qlik.com/t5/QlikView/update-pb/m-p/1200246#M386597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;I have an update pb.&lt;/P&gt;&lt;P&gt;here is&amp;nbsp; the script : to get data for a year in my qvd &lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;load *;&lt;/P&gt;&lt;P&gt;select * from xx&lt;/P&gt;&lt;P&gt;where date &amp;gt; '2016-01-01'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store test into case.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND then every day at 5 am whene the database is accessible I execute a reload task via QMC to run this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;test:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load *;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;select * from xx&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;where date &amp;gt; today ()-1 // get day-1 data&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;concatenate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load * resident &lt;SPAN style="font-size: 13.3333px;"&gt;case.qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;;// get the data from my qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;store test into &lt;SPAN style="font-size: 13.3333px;"&gt;case.qvd&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;my probleme is my data contains a status field that change. whene I do as I mentionned above (using qvd) I didn't get status updated . I can't run the script for a year evey time because the database is not accessible all the day.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;What do you suggest please as a solution.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2016 11:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-pb/m-p/1200246#M386597</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2016-10-29T11:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: update pb</title>
      <link>https://community.qlik.com/t5/QlikView/update-pb/m-p/1200247#M386598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do your DB records hold a LastModified date field or something similar?&lt;/P&gt;&lt;P&gt;Something you can query to see which records changed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2016 15:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-pb/m-p/1200247#M386598</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-10-29T15:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: update pb</title>
      <link>https://community.qlik.com/t5/QlikView/update-pb/m-p/1200248#M386599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2016 15:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-pb/m-p/1200248#M386599</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2016-10-29T15:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: update pb</title>
      <link>https://community.qlik.com/t5/QlikView/update-pb/m-p/1200249#M386600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I suggest that you use this field in your WHERE clause for the incremental update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at case 3 here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/QVD_Incremental.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/QVD_Incremental.htm"&gt;Using QVD files for incremental load ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2016 15:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-pb/m-p/1200249#M386600</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-10-29T15:37:57Z</dc:date>
    </item>
  </channel>
</rss>

