<?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 different info on load vs table count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605296#M477476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i load data i can see my load script is counting the rows. When it stops it says 85000 rows. If i hoover over my table it says only 75777.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How come there is a difference? I am loading from a QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 16:46:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-22T16:46:25Z</dc:date>
    <item>
      <title>different info on load vs table count</title>
      <link>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605296#M477476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i load data i can see my load script is counting the rows. When it stops it says 85000 rows. If i hoover over my table it says only 75777.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How come there is a difference? I am loading from a QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 16:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605296#M477476</guid>
      <dc:creator />
      <dc:date>2014-04-22T16:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: different info on load vs table count</title>
      <link>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605297#M477477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to add one more line in load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RowNO() as No,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now check, are you facing the same issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, have you add any condition on QVD load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 16:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605297#M477477</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-22T16:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: different info on load vs table count</title>
      <link>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605298#M477478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now my table has 85000 values (but this is wrong, there should only be 75000 as before) - I have an condition where i only load one customer (the orginal QVD consists of serveral customers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My tables which is wrong is resident load of the QVD with a where statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605298#M477478</guid>
      <dc:creator />
      <dc:date>2014-04-22T17:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: different info on load vs table count</title>
      <link>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605299#M477479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see if i put the rows in a table box some rows exists twice - so there is dublets. But i do a distinct in my resident load, so i really dont get it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605299#M477479</guid>
      <dc:creator />
      <dc:date>2014-04-22T17:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: different info on load vs table count</title>
      <link>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605300#M477480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DISTINCT option does not prevent QlikView from reading the data, simply from inserting it in the new table. Therefore, if your source table has 85000 rows, 85000 rows shall be read, then filtered down to the 75000 distinct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605300#M477480</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2014-04-22T17:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: different info on load vs table count</title>
      <link>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605301#M477481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhhhh - Of cause - Great observation (stupid me) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/different-info-on-load-vs-table-count/m-p/605301#M477481</guid>
      <dc:creator />
      <dc:date>2014-04-22T17:23:22Z</dc:date>
    </item>
  </channel>
</rss>

