<?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 How to get the number of lines of a dataset before import (log information) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-number-of-lines-of-a-dataset-before-import-log/m-p/113905#M602818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before starting my job to make analysis on date, i have to compare the number of lines of each tables and after import theses tables on Qliksense.&lt;/P&gt;&lt;P&gt;Sometimes, we get some erros because of a specifi character or a space, or something else...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we import a data, there is a log who report the number of lines on the data table and the number of lines imported.&lt;/P&gt;&lt;P&gt;Can i get it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make a script who gives me a table with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table name, number of lines on the source file, number of lines after import&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2018 16:57:54 GMT</pubDate>
    <dc:creator>menphis12</dc:creator>
    <dc:date>2018-10-17T16:57:54Z</dc:date>
    <item>
      <title>How to get the number of lines of a dataset before import (log information)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-number-of-lines-of-a-dataset-before-import-log/m-p/113905#M602818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before starting my job to make analysis on date, i have to compare the number of lines of each tables and after import theses tables on Qliksense.&lt;/P&gt;&lt;P&gt;Sometimes, we get some erros because of a specifi character or a space, or something else...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we import a data, there is a log who report the number of lines on the data table and the number of lines imported.&lt;/P&gt;&lt;P&gt;Can i get it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make a script who gives me a table with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table name, number of lines on the source file, number of lines after import&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 16:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-number-of-lines-of-a-dataset-before-import-log/m-p/113905#M602818</guid>
      <dc:creator>menphis12</dc:creator>
      <dc:date>2018-10-17T16:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the number of lines of a dataset before import (log information)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-number-of-lines-of-a-dataset-before-import-log/m-p/113906#M602819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function NoOfRows('table') will give you the number of rows in a table. So something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;LOAD ,,, FROM ,,,;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stats:&lt;/P&gt;&lt;P&gt;LOAD NoOfRows('MyTable') as ImportedRows&lt;/P&gt;&lt;P&gt;AutoGenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the system fields $Table and $Rows can be used in a chart or tablebox to display the number of rows in each table in the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 17:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-number-of-lines-of-a-dataset-before-import-log/m-p/113906#M602819</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-10-17T17:52:31Z</dc:date>
    </item>
  </channel>
</rss>

