<?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 Count of Rows Fetched in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-of-Rows-Fetched/m-p/1833894#M68845</link>
    <description>&lt;P&gt;Hi fellow Qlik users,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way I can display the total rows fetched (the count that shows in the data load editor while reloading data) on the dashboard like a KPI? &amp;nbsp;&lt;BR /&gt;Also, I’d like it to be dynamic in a way such that I am able to identify the difference in rows fetched daily (assuming the dashboard refresh daily with new data).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;#qliksense #rowcount #rowsfetched #count&lt;/P&gt;</description>
    <pubDate>Mon, 06 Sep 2021 08:23:16 GMT</pubDate>
    <dc:creator>anwesha16</dc:creator>
    <dc:date>2021-09-06T08:23:16Z</dc:date>
    <item>
      <title>Count of Rows Fetched</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Rows-Fetched/m-p/1833894#M68845</link>
      <description>&lt;P&gt;Hi fellow Qlik users,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way I can display the total rows fetched (the count that shows in the data load editor while reloading data) on the dashboard like a KPI? &amp;nbsp;&lt;BR /&gt;Also, I’d like it to be dynamic in a way such that I am able to identify the difference in rows fetched daily (assuming the dashboard refresh daily with new data).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;#qliksense #rowcount #rowsfetched #count&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 08:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Rows-Fetched/m-p/1833894#M68845</guid>
      <dc:creator>anwesha16</dc:creator>
      <dc:date>2021-09-06T08:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Rows Fetched</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Rows-Fetched/m-p/1833946#M68855</link>
      <description>&lt;P&gt;After any table load in your load script you can add a variable&lt;/P&gt;&lt;P&gt;let vNumberOfRows = NumberOfRows('table_name');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can store each table for each day in a log table, something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let vLoadDate = today();&lt;/P&gt;&lt;P&gt;let vTableName = 'table_name';&lt;/P&gt;&lt;P&gt;$(vTableName):&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from your source;&lt;/P&gt;&lt;P&gt;let vNoOfRows('$(vTableName)');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dataload_log:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;LoadDate, TableName, NumberOfRows&lt;/P&gt;&lt;P&gt;$(vLoadDate), $(vTableName), $(vNoOfRows)&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 10:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Rows-Fetched/m-p/1833946#M68855</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-06T10:21:59Z</dc:date>
    </item>
  </channel>
</rss>

