<?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 many record can be loaded from CSV file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536467#M200529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There´s no physical limitation but your RAM capacity.&lt;/P&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;P&gt;1) If there´s empty lines into your file&lt;/P&gt;&lt;P&gt;2) Check using Table Viewer (Control-T) how many lines were read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using a table box can lead to wrong counting, because duplicate lines are skipped&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Dec 2013 01:33:39 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2013-12-06T01:33:39Z</dc:date>
    <item>
      <title>How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536466#M200528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following code to load the data into qlikview from a csv file. I have 40k+ records in the CSV. But when i display the data in a table box. It only give me 19k+ records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know is there any limitation on this or on the table box itself? How do i count the total number of record as well? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD D_PO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_PARTNO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_DESCRIPTION, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_UNIT_COST, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_ACCEPTED_QTY, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_ORDER_PLACED, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_YEAR, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_PERIOD, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_SUPPLIER, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_NAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_DEBITACCT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_DEBITAMT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_CREDITACCT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D_CREDITAMT&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;\\sgs-bit-01\QlikView\AccessPoint\DATA\donepo.csv&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 01:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536466#M200528</guid>
      <dc:creator />
      <dc:date>2013-12-06T01:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536467#M200529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There´s no physical limitation but your RAM capacity.&lt;/P&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;P&gt;1) If there´s empty lines into your file&lt;/P&gt;&lt;P&gt;2) Check using Table Viewer (Control-T) how many lines were read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using a table box can lead to wrong counting, because duplicate lines are skipped&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 01:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536467#M200529</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-06T01:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536468#M200530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just did some try and i realise the problem might be on the load statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i change this line &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;to &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ';');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then it gives me 39k+ record. Although still less than records in original csv. Can somebody advise what is msq? is my load script correct? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 01:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536468#M200530</guid>
      <dc:creator />
      <dc:date>2013-12-06T01:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536469#M200531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You script seems correct, please check my previous answert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 01:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536469#M200531</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-06T01:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536470#M200532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;?? table skip the duplicate line? Then what is the best way to have a listing view like database table view?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 02:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536470#M200532</guid>
      <dc:creator />
      <dc:date>2013-12-06T02:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536471#M200533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;RowNo() AS RecordNumber&lt;/P&gt;&lt;P&gt;FROM FileName.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now add all the fields including RecordNumber in the Table box, it will show all the records, now there are no duplicates since there is unique record number for each row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 02:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536471#M200533</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-06T02:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536472#M200534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan Mohan gave what you need to create totally distinct lines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 02:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536472#M200534</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-06T02:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536473#M200535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is what i have tested&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Based on your script. i got all the record show 41887 (all records)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) if i use my script and add '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;RowNo() AS RecordNumber&lt;/SPAN&gt;' then i got 41887&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) if i use my script without&amp;nbsp; '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;RowNo() AS RecordNumber&lt;/SPAN&gt;' then i got 36927 after export to excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But all these result change to less if i include the msq like below. May i know what is msq?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;And why the result different with recordnumber and without the recordnumber?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 02:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536473#M200535</guid>
      <dc:creator />
      <dc:date>2013-12-06T02:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536474#M200536</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;From Reference manual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;msq(modern style quoting)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;indicates that&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the style&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;of quotation marks&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;is taken &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;modern.&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This only applies&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for files&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;of type&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;txt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 02:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536474#M200536</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-06T02:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536475#M200537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. I will exclude msq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But may i know how come the script give me difference result if i include and exclude &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;the below line?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;include : RowNo() AS RecordNumber = ALL RECORDS SHOWN 41887&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Excldue : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;RowNo() AS RecordNumber = ALL RECORDS SHOWN 36K+&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 02:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536475#M200537</guid>
      <dc:creator />
      <dc:date>2013-12-06T02:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536476#M200538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you checking the Table Viewer? (Ctrl-T)&lt;/P&gt;&lt;P&gt;It´s the best way to check how many rows were loaded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 03:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536476#M200538</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-06T03:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536477#M200539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I went to to the table viewer but it doesnt show me the number of rows loaded. where can i check this? It only give me table view after i right click the table and click preview. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 03:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536477#M200539</guid>
      <dc:creator />
      <dc:date>2013-12-06T03:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536478#M200540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Point you mouse to tablename and wait for 2 seconds, a pop-up will show up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 03:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536478#M200540</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-06T03:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536479#M200541</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;If you check Table box count it would differ with actual, because it removes duplicate rows.&amp;nbsp; You check &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Table Viewer? (Ctrl-T)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or In script try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vNoOfRows = NoOfRows('TableName');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the variable value in a Text Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 03:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536479#M200541</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-06T03:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536480#M200542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Anjos and Mohan are correct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem also in table box as it remove certain line. I checked the table viewer. It gives the all the rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But question now is why table box remove certain rows. I manage to found this. We have 4 unique row. But tablebox only display the top 3 rows and exclude the last one. May i know how come it didnt show the last row in table box as you can see all 4 rows are unique&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50102_Untitled.png" style="width: 620px; height: 44px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 03:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536480#M200542</guid>
      <dc:creator />
      <dc:date>2013-12-06T03:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536481#M200543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All those fields are into Table box?&lt;/P&gt;&lt;P&gt;QlikView Table Box show only distinct tuple of fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536481#M200543</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-09T11:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536482#M200544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Those are the only fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, the first 3 row able to show in table box but not the last row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any different between the distinct and distinct tuple. I still cant figure out why the last row doesnt show&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 00:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536482#M200544</guid>
      <dc:creator />
      <dc:date>2013-12-10T00:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: How many record can be loaded from CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536483#M200545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible you post a sample with those 4 records?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 02:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-record-can-be-loaded-from-CSV-file/m-p/536483#M200545</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-10T02:11:09Z</dc:date>
    </item>
  </channel>
</rss>

