<?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: count records before and after reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-records-before-and-after-reload/m-p/1366179#M418113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Table Name not the field name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vRecordsPostLoadCount = NoOfRows('data'); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2017 10:27:23 GMT</pubDate>
    <dc:creator>techvarun</dc:creator>
    <dc:date>2017-07-25T10:27:23Z</dc:date>
    <item>
      <title>count records before and after reload</title>
      <link>https://community.qlik.com/t5/QlikView/count-records-before-and-after-reload/m-p/1366177#M418111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;i'm trying to build a function that detects changes after reload, but the following script is not working.&lt;/P&gt;&lt;P&gt;Why are the values of the both variables are the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expected that the value of &lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vRecordsPreLoadCount&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; is &lt;/SPAN&gt;0 before the load, but both variables contains 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vRecordsPreLoadCount&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Count(Id)';&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Id&lt;BR /&gt; 10&lt;BR /&gt; 10&lt;BR /&gt; 11&lt;BR /&gt; 12&lt;BR /&gt; 13&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vRecordsPostLoadCount&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '=Count(Id)';&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Do I have to change the formulas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records-before-and-after-reload/m-p/1366177#M418111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T10:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: count records before and after reload</title>
      <link>https://community.qlik.com/t5/QlikView/count-records-before-and-after-reload/m-p/1366178#M418112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Matthias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to store it into separate file and&amp;nbsp; after reload pick from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records-before-and-after-reload/m-p/1366178#M418112</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-25T10:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: count records before and after reload</title>
      <link>https://community.qlik.com/t5/QlikView/count-records-before-and-after-reload/m-p/1366179#M418113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Table Name not the field name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vRecordsPostLoadCount = NoOfRows('data'); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records-before-and-after-reload/m-p/1366179#M418113</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-07-25T10:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: count records before and after reload</title>
      <link>https://community.qlik.com/t5/QlikView/count-records-before-and-after-reload/m-p/1366180#M418114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthias,&lt;/P&gt;&lt;P&gt;In script use NoOfRows('data') instead. Count('Id') can be used in the interface or in the script as part of a aggregration &lt;EM&gt;Group by&lt;/EM&gt; load after which you would need the Peek function to obtain the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In this script use NoOfRows('data') instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Before load this will be null. After load will equal 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records-before-and-after-reload/m-p/1366180#M418114</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-25T10:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: count records before and after reload</title>
      <link>https://community.qlik.com/t5/QlikView/count-records-before-and-after-reload/m-p/1366181#M418115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the below script its working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary \\Load the same qvw and dont forget to save after every reload;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Resident data;&lt;/P&gt;&lt;P&gt;let vRecordsPreLoadCount = NoOfRows('data');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE data;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Id&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;11&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;14&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vRecordsPostLoadCount = NoOfRows('data'); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records-before-and-after-reload/m-p/1366181#M418115</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-07-25T10:37:45Z</dc:date>
    </item>
  </channel>
</rss>

