<?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: Data Mismmatch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700578#M724396</link>
    <description>&lt;P&gt;One more thing I noticed is that the load date in DB appears to be like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smilingjohn_0-1589181048197.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33311iBC7718459C31B691/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smilingjohn_0-1589181048197.png" alt="smilingjohn_0-1589181048197.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and after reload in QLikview the load date turns to be like below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smilingjohn_1-1589181102302.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33312i11646C5578D8BB5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smilingjohn_1-1589181102302.png" alt="smilingjohn_1-1589181102302.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2020 07:11:53 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2020-05-11T07:11:53Z</dc:date>
    <item>
      <title>Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700137#M724387</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have imp lemented incremental load . if it load once it gives the correct values&amp;nbsp; , but if i rleoad it again the data only for last date keeps doubling .&amp;nbsp; Why cant i ru the script twice or thirce to get the accurate data ?&lt;/P&gt;&lt;P&gt;Today 2020-May-08 the data in the DB was 100&amp;nbsp; and when i load the application it gets 200 if i reload it again the data will increase to 300 . why so&amp;nbsp; (for previous load date the data is correct ). I am using below script&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sales:&lt;BR /&gt;LOAD&lt;BR /&gt;'LOAD_DATE',&lt;BR /&gt;'Sales'&lt;BR /&gt;FROM&lt;BR /&gt;[..\QVD\Sales.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;Last_Updated_Date:&lt;BR /&gt;LOAD&lt;BR /&gt;Date(max(LOAD_DATE),'MM/DD/YYYY') as maxdate&lt;BR /&gt;Resident Sales;&lt;BR /&gt;LET vLast_Updated_Date = Peek('maxdate',0,'Last_Updated_Date');&lt;BR /&gt;DROP Table Last_Updated_Date;&lt;/P&gt;&lt;P&gt;Concatenate (Sales)&lt;BR /&gt;Sales:&lt;BR /&gt;Load&lt;BR /&gt;'LOAD_DATE',&lt;BR /&gt;'Sales'&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM "Sales_IT".Sales;&lt;BR /&gt;where "LOAD_DATE" &amp;gt; TO_DATE('$(vLast_Updated_Date)', 'mm/dd/yyyy');&lt;BR /&gt;store * from Sales into $(vPath)\Sales.qvd;&lt;BR /&gt;DROP Table Sales;&lt;/P&gt;&lt;P&gt;Is there a way where even if the application runs multiple time if should no keep increasing the records and remain the same as that of DB records .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700137#M724387</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700181#M724388</link>
      <description>&lt;P&gt;Hi, I don't know if it's a typo posting the question but there is a semicolon at the end of the FROM clause, before the where clause, so maybe the query is being executed without the where clause.&lt;/P&gt;&lt;P&gt;If it's not because of this I would try to manually set the date, so intead of&amp;nbsp;&lt;SPAN&gt;$(vLast_Updated_Date) put the date and check the query, once it works you can easily replace it in QV script.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 11:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700181#M724388</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-05-08T11:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700291#M724389</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp; for reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes it is a typo error . If I manually give the date then how will this be automated ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;My script&amp;nbsp; works good enough for daily once reload , the problem is when I reload it more than once .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 18:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700291#M724389</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-05-08T18:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700548#M724390</link>
      <description>&lt;P&gt;Hi Expertise any help on this ?&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 05:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700548#M724390</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-05-11T05:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700561#M724391</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to avoid the semicolon in the from Clause before the where condition. use below script i made the small challenges in your code and its working perfectly for me.&lt;/P&gt;&lt;P&gt;Sales:&lt;BR /&gt;LOAD&lt;BR /&gt;'LOAD_DATE',&lt;BR /&gt;'Sales'&lt;BR /&gt;FROM&lt;BR /&gt;[..\QVD\Sales.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;Last_Updated_Date:&lt;BR /&gt;LOAD&lt;BR /&gt;Date(max(LOAD_DATE),'MM/DD/YYYY') as maxdate&lt;BR /&gt;Resident Sales;&lt;BR /&gt;LET vLast_Updated_Date = Peek('maxdate',0,'Last_Updated_Date');&lt;BR /&gt;DROP Table Last_Updated_Date;&lt;/P&gt;&lt;P&gt;Concatenate (Sales)&lt;BR /&gt;Sales:&lt;BR /&gt;Load&lt;BR /&gt;'LOAD_DATE',&lt;BR /&gt;'Sales'&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM "Sales_IT".Sales&lt;BR /&gt;where 'LOAD_DATE' &amp;gt; $(Last_Updated_Date);&lt;BR /&gt;store Sales into $(vPath)\Sales.qvd;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 06:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700561#M724391</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-05-11T06:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700564#M724392</link>
      <description>&lt;P&gt;Hi, the manual date is just to confirm that the where condition to filter by date works as expected. &lt;SPAN&gt;Once it works you should replace it by something automated but first check it setting a manual date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If it works post the query using the manual date.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 06:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700564#M724392</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-05-11T06:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700565#M724393</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My above query works fine , the only concern is I have to user where doesnot exists function to avoid the duplicate records on Max date . As i came to know that the incremental script i am using can be loaded only one time , if i try to load it more than one time then there will be duplcate records on max date seems .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your suggestion on this and how can i make the script reload to 3 times a day , as i need to do so because every 5 hours the Db will be loaded with changes .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 06:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700565#M724393</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-05-11T06:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700570#M724394</link>
      <description>&lt;P&gt;Have you really tried to set manual date in qliview script?&lt;/P&gt;&lt;P&gt;Can you post the same sentnces but with the manual used that really works?&lt;/P&gt;&lt;P&gt;Form what I see in your script if you load one time in a day the last date should be the current date, so the second execution won't retrieve any data because you are asking by&amp;nbsp;&lt;SPAN&gt;"LOAD_DATE" &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt; TO_DATE('$(vLast_Updated_Date)', 'mm/dd/yyyy').&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And you said that not only it still loads data from the current day, it also loads all the data so it's like the date filter doesn't works at all&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So because of that is for what I'm asking to test setting manual date in QV scrit, and if it really works post the script with the amanual date that you have tested that subsecuentent reloads doesn't retrieves all data again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 06:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700570#M724394</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-05-11T06:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700572#M724395</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109839"&gt;@Durgadevikumar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sales:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'LOAD_DATE',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Sales'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL SELECT *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM "Sales_IT".Sales&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where ''LOAD_DATE'' &amp;gt; '10-FEB-20';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried by giving the manaully entry&amp;nbsp; and it should load only 100 records (as on 11-May -20 there are only 100 records in the oracle DB ) , And this is loading complete data&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 07:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700572#M724395</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-05-11T07:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700578#M724396</link>
      <description>&lt;P&gt;One more thing I noticed is that the load date in DB appears to be like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smilingjohn_0-1589181048197.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33311iBC7718459C31B691/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smilingjohn_0-1589181048197.png" alt="smilingjohn_0-1589181048197.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and after reload in QLikview the load date turns to be like below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smilingjohn_1-1589181102302.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33312i11646C5578D8BB5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smilingjohn_1-1589181102302.png" alt="smilingjohn_1-1589181102302.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 07:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700578#M724396</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-05-11T07:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700581#M724397</link>
      <description>&lt;P&gt;So that means that manually stting the date doesn't works?&lt;/P&gt;&lt;P&gt;And this works?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SQL SELECT *
FROM "Sales_IT".Sales;
where "LOAD_DATE" &amp;gt; TO_DATE('02/10/2020)', 'mm/dd/yyyy')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;How was the query that worked?&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 07:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700581#M724397</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-05-11T07:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700585#M724398</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This gave an erorr while i was reloading the app&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smilingjohn_0-1589182428307.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33313i5D878D634F113053/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smilingjohn_0-1589182428307.png" alt="smilingjohn_0-1589182428307.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 07:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700585#M724398</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-05-11T07:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700589#M724399</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works&amp;nbsp;&lt;/P&gt;&lt;P&gt;where "LOAD_DATE" &amp;gt; to_date('05/10/2020', 'mm/dd/yyyy')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after loading this i got exactly 100 records&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 07:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700589#M724399</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-05-11T07:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700596#M724400</link>
      <description>&lt;P&gt;OK, but if you execute it for a second time it returns again the same 100 rows? Execute the full script code, with a date set manually, to check if it really works as expected: doing an incremental load and not duplicating rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 07:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700596#M724400</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-05-11T07:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700599#M724401</link>
      <description>&lt;P&gt;If i use this for second time it gives the double records as 200 .&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is also behaving in the same as my previous script on max date the resords are loaded twice&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it really a date function or should somewhere i add not exost function to avoid the duplicate records abd let the app reload for multiple times .&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 08:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700599#M724401</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-05-11T08:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700604#M724402</link>
      <description>&lt;P&gt;Sorry, I missed a step: load data from Sales qvd and create a textbox with =&lt;SPAN&gt;Date(max(LOAD_DATE),'MM/DD/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Set this date as the new manual date on&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;where "LOAD_DATE" &amp;gt; to_date('05/10/2020', 'mm/dd/yyyy')&lt;/LI-CODE&gt;&lt;P&gt;Instead of 05/10/2020 set the new date, the date its supposed to be higher that 05/10/2020.&lt;/P&gt;&lt;P&gt;This is to confirm that manually doing the process it works, to try to catch where the logic fails.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 08:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700604#M724402</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-05-11T08:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700642#M724403</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp; Thanks for your time .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have resolved it the reason behind it was that we need to build a primary key from the table and consider it as not exist whtin the QVD table while concatenating .&amp;nbsp;&lt;/P&gt;&lt;P&gt;This has resolved the issue .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 09:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700642#M724403</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-05-11T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700643#M724404</link>
      <description>&lt;P&gt;Ok, but note that if the date filter doesn't works as expected, every time it loads all data from database. The idea of an incremental is to prevent that and query only the needed data from database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 09:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700643#M724404</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-05-11T09:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700658#M724405</link>
      <description>&lt;P&gt;You are right&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp; , I&amp;nbsp; checked it intially the data loading was taking 2 mints and after this logic it is taking only 3 seconds and checking for the data greater than max date .&amp;nbsp;&lt;/P&gt;&lt;P&gt;And what what you mentioned&amp;nbsp; is the same problem I am facing while fetching the data from MySQL DB where upon the date filter is not working ,,I am tired on that which is in my other post .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will really greatfull to you if you can shower your knowledge on it .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 10:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700658#M724405</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-05-11T10:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mismmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700680#M724406</link>
      <description>&lt;P&gt;Working with dates can be very tricky because there are many different formats and configurations, that's why I asked to do manually.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- Test querys in database, checking that it really filters dates and the expectd format of the dates in query&lt;/P&gt;&lt;P&gt;2- replicate the procedute with qlikview script, changing dates manually until it works as expected.&lt;/P&gt;&lt;P&gt;3- Once it works you can do it with automated variables.&lt;/P&gt;&lt;P&gt;Also note that if you execute the query more that once by day you will need a timestamp to retrieve new records of the same day.&lt;/P&gt;&lt;P&gt;And lastly it will be even better if you save the time of execution at first (i.e. using a variable thisExecutionTime), load records before that execution time, and at the end of script raplce variable of lastExecutionTime with thisExecutionTime, this way you avoid some missing records that can have the same dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Qlik help there is a schema on how an incremental reload can be done:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/LoadData/use-QVD-files-incremental-load.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/LoadData/use-QVD-files-incremental-load.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Some other post to guide:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Incremental-Load/ta-p/1478144" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Incremental-Load/ta-p/1478144&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Incremental-load-for-beginner-with-example/ta-p/1486886" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Incremental-load-for-beginner-with-example/ta-p/1486886&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 11:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Mismmatch/m-p/1700680#M724406</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-05-11T11:01:27Z</dc:date>
    </item>
  </channel>
</rss>

