<?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 record in application in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669247#M243237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could try to add a field for instance: 1 as record_count,&lt;/P&gt;&lt;P&gt;Then you can later on simply use sum(record_count).&lt;/P&gt;&lt;P&gt;That's quite fast and gives you the No of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt; Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 10:36:31 GMT</pubDate>
    <dc:creator>schlettig</dc:creator>
    <dc:date>2014-08-28T10:36:31Z</dc:date>
    <item>
      <title>count record in application</title>
      <link>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669241#M243231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to calculate no. of records added on daily basis .&lt;/P&gt;&lt;P&gt;by writing code at front end. i dnt want to count no.of records by adding code at backend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 09:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669241#M243231</guid>
      <dc:creator />
      <dc:date>2014-08-28T09:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: count record in application</title>
      <link>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669242#M243232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To show yesterday count try something like this&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Date={"$(=today()-1)"}&amp;gt;}Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace it with your required fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 09:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669242#M243232</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-28T09:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: count record in application</title>
      <link>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669243#M243233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the frontend, you could create a variable that is first used to check the current nr. of records against it (just count some unique record-identifier like a row_Nr or so) and then updated with the current nr. of records (to be checked the next day).&lt;/P&gt;&lt;P&gt;Since variables are among the first things which are by default calculated on the frontend, that will be a bit tricky, however - you'd have to somehow prevent the variable being updated with the current count at once, which would render impossible the task of comparing against it the current nr_of_records.&lt;/P&gt;&lt;P&gt;In the script, it would be much easier, you could just store the nr_of_records on a given day in a qvd, load it on the next day (together with a datestamp that should be in the qvd) and then compare.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 09:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669243#M243233</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-28T09:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: count record in application</title>
      <link>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669244#M243234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve this you should have a Date field using which you can calculate the no of records, based on the yesterday day count and today's day count. Otherwise in the front end its not possible.&lt;/P&gt;&lt;P&gt;In the back end you take the snap shot of the records on daily basis by appending the everyday's date with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;@vi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 09:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669244#M243234</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-08-28T09:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: count record in application</title>
      <link>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669245#M243235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use following function&lt;/P&gt;&lt;P&gt;NoOfRows(['TableName ' ]) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 10:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669245#M243235</guid>
      <dc:creator />
      <dc:date>2014-08-28T10:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: count record in application</title>
      <link>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669246#M243236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It won't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 10:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669246#M243236</guid>
      <dc:creator />
      <dc:date>2014-08-28T10:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: count record in application</title>
      <link>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669247#M243237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could try to add a field for instance: 1 as record_count,&lt;/P&gt;&lt;P&gt;Then you can later on simply use sum(record_count).&lt;/P&gt;&lt;P&gt;That's quite fast and gives you the No of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt; Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 10:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669247#M243237</guid>
      <dc:creator>schlettig</dc:creator>
      <dc:date>2014-08-28T10:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: count record in application</title>
      <link>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669248#M243238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i can't understand.Could you elaborate a bit more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 10:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669248#M243238</guid>
      <dc:creator />
      <dc:date>2014-08-28T10:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: count record in application</title>
      <link>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669249#M243239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have 6 table.can't we calculated total records a once&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 10:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669249#M243239</guid>
      <dc:creator />
      <dc:date>2014-08-28T10:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: count record in application</title>
      <link>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669250#M243240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for each table you want to count records in you add another line in the QlikView Script:&lt;/P&gt;&lt;P&gt;1 as record_count_table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when the script is executed you have the value 1 in every line.&lt;/P&gt;&lt;P&gt;With this you can then sum up as you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this ansers your question, otherwise you'll need to be more specific on what you want to see where and how's you data model structured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need this for data governance reason and maybe for all your qvw files, you could also take a look a the&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/community/discussion-forums/qlikview-governance-dashboard"&gt;http://community.qlik.com/community/discussion-forums/qlikview-governance-dashboard&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt; Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 10:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-record-in-application/m-p/669250#M243240</guid>
      <dc:creator>schlettig</dc:creator>
      <dc:date>2014-08-28T10:56:15Z</dc:date>
    </item>
  </channel>
</rss>

