<?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: How to check whether data is fetched or not.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966398#M331207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets take an eg if I am generating qvd and its having the size as previous then there is no data fetch even if the script is run correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 22:03:13 GMT</pubDate>
    <dc:creator>engr_farhanqadr</dc:creator>
    <dc:date>2015-08-20T22:03:13Z</dc:date>
    <item>
      <title>How to check whether data is fetched or not..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966396#M331205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;Can any one guide me how can I create a qvw file which shows that others qvws runs are executed successfully and whether data is fetched correctly or not.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Farhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 21:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966396#M331205</guid>
      <dc:creator>engr_farhanqadr</dc:creator>
      <dc:date>2015-08-20T21:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to check whether data is fetched or not..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966397#M331206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would you determine that data is fetched correctly or not? I mean, if there is no script error?&lt;/P&gt;&lt;P&gt;Do you have any test on data volumen etc. in mind?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To track the completed reloads, I remember an application by Rob Wunderlich some time ago, that checked the reload timestamps of the QVWs (scanning the files in the application folder). Just can't find his app right now, but the idea sounds quite straight forward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 21:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966397#M331206</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-20T21:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to check whether data is fetched or not..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966398#M331207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets take an eg if I am generating qvd and its having the size as previous then there is no data fetch even if the script is run correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 22:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966398#M331207</guid>
      <dc:creator>engr_farhanqadr</dc:creator>
      <dc:date>2015-08-20T22:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to check whether data is fetched or not..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966399#M331208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let vOldCount= QvdNoOfRecords('OldData\Sample.qvd');&lt;BR /&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Let vNewCount= QvdNoOfRecords('NewData\Sample.qvd');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if( vOldCount =vNewCount) then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'No Update'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Else&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'Updated'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;End if;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 05:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966399#M331208</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-08-21T05:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to check whether data is fetched or not..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966400#M331209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Hie..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;'Tablename' as QvdName,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;QvdCreateTime('$(Path)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Tablename&lt;/SPAN&gt;.QVD') as QvdTime&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;AutoGenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Hope this will helps u..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 05:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966400#M331209</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-08-21T05:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to check whether data is fetched or not..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966401#M331210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get Meta data info of any QVD &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Set QvdFileName = 'Sample.qvd';&lt;/P&gt;&lt;P&gt;LET vFileSize = FileSize(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;QvdFileName&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;LET vQvdCreateTime = QvdCreateTime(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;QvdFileName&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;LET vQvdNoOfRecords = QvdNoOfRecords(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;QvdFileName&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;LET vQvdNoOfFields = QvdNoOfFields(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;QvdFileName&lt;/SPAN&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 06:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-whether-data-is-fetched-or-not/m-p/966401#M331210</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-08-21T06:15:01Z</dc:date>
    </item>
  </channel>
</rss>

