<?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 Loading and Storing a qvd File results in different number of records in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518457#M106092</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just have a pretty simple code:&lt;/P&gt;&lt;DIV&gt;COSP:&lt;/DIV&gt;&lt;DIV&gt;NoConcatenate&lt;/DIV&gt;&lt;DIV&gt;LOAD&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;OBJNR, //01&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; GJAHR, //05&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; KSTAR, //06&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;WRTTP AS Realisierungsgrad,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; VERSN, //08&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; VRGNG, //09&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; BEKNZ, //10&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; PERBL, //11&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG001,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG002,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG003,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG004,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG005,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG006,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG007,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG008,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG009,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG010,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG011,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG012,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG013,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG014,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG015,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG016,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WRTTP&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;FROM [..\DATA\$(vPraefixDateiName)-COSP.qvd] (qvd);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;STORE COSP into [..\DATA\PROFIS\$(vPraefixDateiName)-COSP_AusQlik.qvd] (qvd);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;And yet, the input qvd-File, which contain more Fields as the stored one, namely&amp;nbsp;733255 records, as I store it into the&amp;nbsp; COSP_AusQlik.qvd file it does contain only 639661 records. By any means, including extensive tests sugested by ChatGPT :-), I cannot solve this problem. The&amp;nbsp;&amp;nbsp;COSP_AusQlik should have the same amount of records as the input qvd file.&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any ideas/workarounds?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you in advance,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Alexandru&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Wed, 21 May 2025 10:00:04 GMT</pubDate>
    <dc:creator>draghici1109</dc:creator>
    <dc:date>2025-05-21T10:00:04Z</dc:date>
    <item>
      <title>Loading and Storing a qvd File results in different number of records</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518457#M106092</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just have a pretty simple code:&lt;/P&gt;&lt;DIV&gt;COSP:&lt;/DIV&gt;&lt;DIV&gt;NoConcatenate&lt;/DIV&gt;&lt;DIV&gt;LOAD&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;OBJNR, //01&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; GJAHR, //05&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; KSTAR, //06&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;WRTTP AS Realisierungsgrad,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; VERSN, //08&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; VRGNG, //09&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; BEKNZ, //10&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; PERBL, //11&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG001,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG002,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG003,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG004,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG005,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG006,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG007,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG008,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG009,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG010,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG011,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG012,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG013,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG014,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG015,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WTG016,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; WRTTP&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;FROM [..\DATA\$(vPraefixDateiName)-COSP.qvd] (qvd);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;STORE COSP into [..\DATA\PROFIS\$(vPraefixDateiName)-COSP_AusQlik.qvd] (qvd);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;And yet, the input qvd-File, which contain more Fields as the stored one, namely&amp;nbsp;733255 records, as I store it into the&amp;nbsp; COSP_AusQlik.qvd file it does contain only 639661 records. By any means, including extensive tests sugested by ChatGPT :-), I cannot solve this problem. The&amp;nbsp;&amp;nbsp;COSP_AusQlik should have the same amount of records as the input qvd file.&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any ideas/workarounds?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you in advance,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Alexandru&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 May 2025 10:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518457#M106092</guid>
      <dc:creator>draghici1109</dc:creator>
      <dc:date>2025-05-21T10:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading and Storing a qvd File results in different number of records</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518511#M106106</link>
      <description>&lt;P&gt;Maybe all field-values from your field-extract are NULL and therefore skipped from the load. I could imagine that an added recno() and rowno() in this load and/or here and in a full-load of the source may trace which records are there and which one are missing.&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 15:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518511#M106106</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-05-21T15:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Loading and Storing a qvd File results in different number of records</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518541#M106114</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;the input qvd-File, which contain more Fields as the stored one, namely&amp;nbsp;733255 records, as I store it into the&amp;nbsp; COSP_AusQlik.qvd file it does contain only 639661&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where do you get these numbers from?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 21:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518541#M106114</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-05-21T21:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Loading and Storing a qvd File results in different number of records</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518546#M106115</link>
      <description>&lt;P&gt;Hello Rob,&amp;nbsp;&lt;/P&gt;&lt;P&gt;the different numbers of rows in the input and output qvd I get it from the EasyQlik QViewer Tool.&lt;/P&gt;&lt;P&gt;Kind Regards, Alexandru&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 04:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518546#M106115</guid>
      <dc:creator>draghici1109</dc:creator>
      <dc:date>2025-05-22T04:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Loading and Storing a qvd File results in different number of records</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518548#M106117</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131115"&gt;@draghici1109&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If you are adding the rows as dimensions and then checking the count, the duplicated rows might show as a single entry thus reducing the count of rows. Try adding recno() as an additional field in your data before storing the qvd and then check if the count shows correctly.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 05:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518548#M106117</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2025-05-22T05:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Loading and Storing a qvd File results in different number of records</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518551#M106119</link>
      <description>&lt;P&gt;I use QViewer or Q-Eye usually only for quick looks on the data-structures and meta-data and not for more detailed evaluations but I never noticed any strange behaviour. Therefore I think the shown number of records are correct.&lt;/P&gt;&lt;P&gt;Like above hinted would a quick load within a qvw and the extra record-counters showing the truth - how many records are there as well as which one are missing. If so I would look for NULL's ...&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 05:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518551#M106119</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-05-22T05:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loading and Storing a qvd File results in different number of records</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518594#M106127</link>
      <description>&lt;P&gt;Dear Marcus,&lt;/P&gt;&lt;P&gt;Dear Rob,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dear&amp;nbsp;Aditya,&lt;/P&gt;&lt;P&gt;thank your for your implication and support! This attitude is something that I highly value on our Qlik Forums.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yet... it is embarrassing for me, and I sense a little bit of shame &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; … as I found out, that the input file which I used was a false one. I chose the file COSP.qvd from the false directory. I am sorry!&lt;/P&gt;&lt;P&gt;Yet I want to conclude positively: I learned from your responses some important hints how to manage similar problems that might occur in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards, Alexandru&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 09:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-and-Storing-a-qvd-File-results-in-different-number-of/m-p/2518594#M106127</guid>
      <dc:creator>draghici1109</dc:creator>
      <dc:date>2025-05-22T09:22:20Z</dc:date>
    </item>
  </channel>
</rss>

