<?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: DataBase table count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/DataBase-table-count/m-p/745962#M266283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan&lt;/P&gt;&lt;P&gt;what if table is empty then the qvd should store the old data&lt;/P&gt;&lt;P&gt;could you specify this logic pls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 03:46:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-05T03:46:07Z</dc:date>
    <item>
      <title>DataBase table count</title>
      <link>https://community.qlik.com/t5/QlikView/DataBase-table-count/m-p/745960#M266281</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 have a tricky requirement.&lt;/P&gt;&lt;P&gt;I am extracting a table from DB and storing into QVD. (works fine till now)&lt;/P&gt;&lt;P&gt;when the table crashes in DB and qvw reloads then we will get zero records . Is there any way if the table crashes/deleted the dashboad should get the previous records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to get some solutions and pls share sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 02:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DataBase-table-count/m-p/745960#M266281</guid>
      <dc:creator />
      <dc:date>2015-02-05T02:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase table count</title>
      <link>https://community.qlik.com/t5/QlikView/DataBase-table-count/m-p/745961#M266282</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;Try this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If NoOfRows('TableName') &amp;gt; 0 THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE TableName INTO QVDFileName.qvd;&lt;/P&gt;&lt;P&gt;END IF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 03:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DataBase-table-count/m-p/745961#M266282</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-05T03:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase table count</title>
      <link>https://community.qlik.com/t5/QlikView/DataBase-table-count/m-p/745962#M266283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan&lt;/P&gt;&lt;P&gt;what if table is empty then the qvd should store the old data&lt;/P&gt;&lt;P&gt;could you specify this logic pls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 03:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DataBase-table-count/m-p/745962#M266283</guid>
      <dc:creator />
      <dc:date>2015-02-05T03:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase table count</title>
      <link>https://community.qlik.com/t5/QlikView/DataBase-table-count/m-p/745963#M266284</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;If the table is empty we are not updating the QVD with the empty table, so you will get the old data from QVD since is not replaced with the latest one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 03:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DataBase-table-count/m-p/745963#M266284</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-05T03:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase table count</title>
      <link>https://community.qlik.com/t5/QlikView/DataBase-table-count/m-p/745964#M266285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks jagan &lt;/P&gt;&lt;P&gt;hope to see you back&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 07:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DataBase-table-count/m-p/745964#M266285</guid>
      <dc:creator />
      <dc:date>2015-02-05T07:20:24Z</dc:date>
    </item>
  </channel>
</rss>

