<?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 Record Count Mismatch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647974#M673892</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;I am reading data from an excel file, using cross tab function. The new table now consists of 780 records.&lt;BR /&gt;I am making a QVD for this new table and again reading it from the QVD, now it reads only 775 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought there was some issue with my script, but I checked using a two table boxes one having the excel read contents and the other containing QVD read contents. Both of the table boxes had 775 records. Further i checked data in excel, it is completely perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then why was it showing 780 records being record, it still shows the same but no issues with the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I have missed out anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2014 12:42:47 GMT</pubDate>
    <dc:creator>shannoypaul</dc:creator>
    <dc:date>2014-08-08T12:42:47Z</dc:date>
    <item>
      <title>Record Count Mismatch</title>
      <link>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647974#M673892</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;I am reading data from an excel file, using cross tab function. The new table now consists of 780 records.&lt;BR /&gt;I am making a QVD for this new table and again reading it from the QVD, now it reads only 775 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought there was some issue with my script, but I checked using a two table boxes one having the excel read contents and the other containing QVD read contents. Both of the table boxes had 775 records. Further i checked data in excel, it is completely perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then why was it showing 780 records being record, it still shows the same but no issues with the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I have missed out anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 12:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647974#M673892</guid>
      <dc:creator>shannoypaul</dc:creator>
      <dc:date>2014-08-08T12:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Record Count Mismatch</title>
      <link>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647975#M673893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any chance there are duplicate records in your Excel file? QlikView will only hold the unique records across all fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 12:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647975#M673893</guid>
      <dc:creator />
      <dc:date>2014-08-08T12:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Record Count Mismatch</title>
      <link>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647976#M673894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use rowno() or recno() to make each row definitely unique. Further you could look at the table-viewer (ctrl+t) and/or create a structure-table (right click in sheet --&amp;gt; new objects --&amp;gt; structure-table) to investigate your data-structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 13:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647976#M673894</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-08-08T13:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Record Count Mismatch</title>
      <link>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647977#M673895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post your script. do you write some distinct in the script?&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 13:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647977#M673895</guid>
      <dc:creator />
      <dc:date>2014-08-08T13:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Record Count Mismatch</title>
      <link>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647978#M673896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be an issue with the source excel file. I had the same issue recently when trying to upload the data. After trial and error I managed to tally the records between the excel file and the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open your excel file, go to the last record in the sheet, select all the rows below the last record (technically all empty rows) and delete it. Re-run the script and see if the count matches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for me but honestly I am not sure why it causes such a problem in the first place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 13:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647978#M673896</guid>
      <dc:creator />
      <dc:date>2014-08-08T13:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Record Count Mismatch</title>
      <link>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647979#M673897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below are the possible cases:&lt;/P&gt;&lt;P&gt;1. If you using Cross function for loading, please check is there any null values exist on the Data field values. Cross table wont load the Null values. Use Isnull condition to convert null value in the zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In Table Boxes, QLikview will show unique values only. Use Row No or Rec No function to create the unique key on the the each row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 13:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-Count-Mismatch/m-p/647979#M673897</guid>
      <dc:creator />
      <dc:date>2014-08-08T13:59:34Z</dc:date>
    </item>
  </channel>
</rss>

