<?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: Number of Rows Currently vs Number of Rows in Reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-of-Rows-Currently-vs-Number-of-Rows-in-Reload/m-p/1208265#M387974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Adam. You can store that information in a QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Table&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RowCount:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Week,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowCount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM RowCount.qvd (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (RowCount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD WeekYear(Today() as Week,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NoOfRows('&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;Table&lt;/STRONG&gt;') as RowCount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RowCount into &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RowCount.qvd (qvd);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2016 11:28:53 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-10-10T11:28:53Z</dc:date>
    <item>
      <title>Number of Rows Currently vs Number of Rows in Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Number-of-Rows-Currently-vs-Number-of-Rows-in-Reload/m-p/1208263#M387972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering if the following is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say I do a load into a .qvw and it gives me 1500 lines of data. &lt;/P&gt;&lt;P&gt;1 week later I refresh the source file and hit reload and it gives me 1800 lines of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to keep a history of this, where week 1 was 1500 lines and week 2 was 1800 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keeping in mind I'm not doing incremental loads for this just doing LOAD from and sometimes create QVD;s and load from the QVD etc and thus on each occasion the entire table gets dropped and the new data is populated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 04:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-of-Rows-Currently-vs-Number-of-Rows-in-Reload/m-p/1208263#M387972</guid>
      <dc:creator />
      <dc:date>2016-10-10T04:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows Currently vs Number of Rows in Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Number-of-Rows-Currently-vs-Number-of-Rows-in-Reload/m-p/1208264#M387973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could just store the date and rowcount into a QVD and then load that in each time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 08:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-of-Rows-Currently-vs-Number-of-Rows-in-Reload/m-p/1208264#M387973</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-10T08:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows Currently vs Number of Rows in Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Number-of-Rows-Currently-vs-Number-of-Rows-in-Reload/m-p/1208265#M387974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Adam. You can store that information in a QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Table&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RowCount:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Week,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowCount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM RowCount.qvd (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (RowCount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD WeekYear(Today() as Week,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NoOfRows('&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;Table&lt;/STRONG&gt;') as RowCount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RowCount into &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RowCount.qvd (qvd);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 11:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-of-Rows-Currently-vs-Number-of-Rows-in-Reload/m-p/1208265#M387974</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-10T11:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows Currently vs Number of Rows in Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Number-of-Rows-Currently-vs-Number-of-Rows-in-Reload/m-p/1208266#M387975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you appreciate the help and your thoughts. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 22:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-of-Rows-Currently-vs-Number-of-Rows-in-Reload/m-p/1208266#M387975</guid>
      <dc:creator />
      <dc:date>2016-10-10T22:45:41Z</dc:date>
    </item>
  </channel>
</rss>

