<?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 Resident Load returns additional rows in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Resident-Load-returns-additional-rows/m-p/1801917#M65040</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have noticed some issues in calculation that we were doing from a resident load. From there I decided to compare the amount of rows in the initial QVD load and the resident load of that qvd and found that it is returning different amount of rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[table1]:&lt;BR /&gt;LOAD&lt;BR /&gt;RT_ID,&lt;BR /&gt;RVA_ID,&lt;BR /&gt;RT_RVAID,&lt;BR /&gt;RespDt ,&lt;BR /&gt;(many more fields)&lt;BR /&gt;FROM [lib://CL_QVD_Transform/CL_TR_Transports.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;Let vCnt1 = NoOfRows('table1');&lt;/P&gt;&lt;P&gt;trace 'vCnt1 =' $(vCnt1); //returns 4,302,245&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;table2:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD Distinct&lt;BR /&gt;RT_ID,&lt;BR /&gt;RVA_ID,&lt;BR /&gt;RT_RVAID,&lt;BR /&gt;RespDt&lt;/P&gt;&lt;P&gt;(many more fields)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Resident table1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let vCnt2 = NoOfRows('table2');&lt;/P&gt;&lt;P&gt;trace 'vCnt2 =' $(vCnt2);&amp;nbsp; &amp;nbsp;// returns 4,304,978&lt;/P&gt;&lt;P&gt;drop table table1&lt;/P&gt;</description>
    <pubDate>Thu, 22 Apr 2021 18:25:17 GMT</pubDate>
    <dc:creator>JohnMcPhee</dc:creator>
    <dc:date>2021-04-22T18:25:17Z</dc:date>
    <item>
      <title>Resident Load returns additional rows</title>
      <link>https://community.qlik.com/t5/App-Development/Resident-Load-returns-additional-rows/m-p/1801917#M65040</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have noticed some issues in calculation that we were doing from a resident load. From there I decided to compare the amount of rows in the initial QVD load and the resident load of that qvd and found that it is returning different amount of rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[table1]:&lt;BR /&gt;LOAD&lt;BR /&gt;RT_ID,&lt;BR /&gt;RVA_ID,&lt;BR /&gt;RT_RVAID,&lt;BR /&gt;RespDt ,&lt;BR /&gt;(many more fields)&lt;BR /&gt;FROM [lib://CL_QVD_Transform/CL_TR_Transports.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;Let vCnt1 = NoOfRows('table1');&lt;/P&gt;&lt;P&gt;trace 'vCnt1 =' $(vCnt1); //returns 4,302,245&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;table2:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD Distinct&lt;BR /&gt;RT_ID,&lt;BR /&gt;RVA_ID,&lt;BR /&gt;RT_RVAID,&lt;BR /&gt;RespDt&lt;/P&gt;&lt;P&gt;(many more fields)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Resident table1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let vCnt2 = NoOfRows('table2');&lt;/P&gt;&lt;P&gt;trace 'vCnt2 =' $(vCnt2);&amp;nbsp; &amp;nbsp;// returns 4,304,978&lt;/P&gt;&lt;P&gt;drop table table1&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 18:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Resident-Load-returns-additional-rows/m-p/1801917#M65040</guid>
      <dc:creator>JohnMcPhee</dc:creator>
      <dc:date>2021-04-22T18:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load returns additional rows</title>
      <link>https://community.qlik.com/t5/App-Development/Resident-Load-returns-additional-rows/m-p/1801946#M65043</link>
      <description>&lt;P&gt;Can you check the rows counts as posted in the script log?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 21:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Resident-Load-returns-additional-rows/m-p/1801946#M65043</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-04-22T21:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load returns additional rows</title>
      <link>https://community.qlik.com/t5/App-Development/Resident-Load-returns-additional-rows/m-p/1804182#M65322</link>
      <description>&lt;P&gt;One of the fields in the originally loaded QVD was generated with a wildcard and once this was changed the issue stopped. I still don't understand why this is an issue but it is resolved.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 12:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Resident-Load-returns-additional-rows/m-p/1804182#M65322</guid>
      <dc:creator>JohnMcPhee</dc:creator>
      <dc:date>2021-04-30T12:42:32Z</dc:date>
    </item>
  </channel>
</rss>

