<?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 Lines fetched info in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Lines-fetched-info/m-p/1655292#M48973</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm loading a QVD file with below command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD 
[Ref No],
[Name],
Date
FROM [lib://SRO.qvd] (qvd);&lt;/LI-CODE&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Started loading data&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;SRO&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;(QVD (row-based) optimized)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Lines fetched: 3,504&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Creating search index&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Search index creation completed successfully&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;App saved&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Finished successfully&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The results show 3,504 lines fetched but when I view the QVD file it only has 1,174 lines/rows.&lt;BR /&gt;Why does the LOAD script says 3,504 lines when it has only 1,174 lines in the QVD?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
    <dc:creator>user8</dc:creator>
    <dc:date>2021-12-20T21:38:40Z</dc:date>
    <item>
      <title>Lines fetched info</title>
      <link>https://community.qlik.com/t5/App-Development/Lines-fetched-info/m-p/1655292#M48973</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm loading a QVD file with below command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD 
[Ref No],
[Name],
Date
FROM [lib://SRO.qvd] (qvd);&lt;/LI-CODE&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Started loading data&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;SRO&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;(QVD (row-based) optimized)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Lines fetched: 3,504&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Creating search index&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Search index creation completed successfully&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;App saved&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Finished successfully&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The results show 3,504 lines fetched but when I view the QVD file it only has 1,174 lines/rows.&lt;BR /&gt;Why does the LOAD script says 3,504 lines when it has only 1,174 lines in the QVD?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Lines-fetched-info/m-p/1655292#M48973</guid>
      <dc:creator>user8</dc:creator>
      <dc:date>2021-12-20T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Lines fetched info</title>
      <link>https://community.qlik.com/t5/App-Development/Lines-fetched-info/m-p/1655294#M48974</link>
      <description>&lt;P&gt;Is there any duplicates in the QVD?&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD distinct
[Ref No],
[Name],
Date
FROM [lib://SRO.qvd] (qvd);&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 09 Dec 2019 05:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Lines-fetched-info/m-p/1655294#M48974</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-12-09T05:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Lines fetched info</title>
      <link>https://community.qlik.com/t5/App-Development/Lines-fetched-info/m-p/1655318#M48980</link>
      <description>&lt;P&gt;Tried with LOAD distinct but same error.&amp;nbsp; No&amp;nbsp;&lt;SPAN&gt;duplicates&amp;nbsp; in QVD file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 06:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Lines-fetched-info/m-p/1655318#M48980</guid>
      <dc:creator>user8</dc:creator>
      <dc:date>2019-12-09T06:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lines fetched info</title>
      <link>https://community.qlik.com/t5/App-Development/Lines-fetched-info/m-p/1655332#M48981</link>
      <description>&lt;P&gt;Is there any tables with the same columns loaded previously in the script?&lt;/P&gt;&lt;P&gt;Tables with same columns are auto-concatenated when reloading.&lt;/P&gt;&lt;P&gt;To avoid this, try:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;noconcatenate
LOAD distinct
[Ref No],
[Name],
Date
FROM [lib://SRO.qvd] (qvd);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 07:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Lines-fetched-info/m-p/1655332#M48981</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-12-09T07:29:18Z</dc:date>
    </item>
  </channel>
</rss>

