<?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: Store table command to work when table doesn't exist in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-table-command-to-work-when-table-doesn-t-exist/m-p/879920#M307071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;laod *&lt;/P&gt;&lt;P&gt;from tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if NoOfRows('&lt;SPAN style="font-size: 13.3333330154419px;"&gt;table1&lt;/SPAN&gt;') &amp;gt; 0 then&lt;/P&gt;&lt;P&gt;store table1 into table1.qvd(qvd);&lt;/P&gt;&lt;P&gt;endif &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will check whether the data is their are not &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2015 10:19:53 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-06-23T10:19:53Z</dc:date>
    <item>
      <title>Store table command to work when table doesn't exist</title>
      <link>https://community.qlik.com/t5/QlikView/Store-table-command-to-work-when-table-doesn-t-exist/m-p/879919#M307070</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;I have a table that only generates when there is data (comes from Excel spreadsheet), currently the load fails on the Store line because the table doesn't exist (no data in Excel), is there a command I can use to say if table doesn't exist, don't store it, otherwise do store it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 10:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-table-command-to-work-when-table-doesn-t-exist/m-p/879919#M307070</guid>
      <dc:creator />
      <dc:date>2015-06-23T10:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Store table command to work when table doesn't exist</title>
      <link>https://community.qlik.com/t5/QlikView/Store-table-command-to-work-when-table-doesn-t-exist/m-p/879920#M307071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;laod *&lt;/P&gt;&lt;P&gt;from tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if NoOfRows('&lt;SPAN style="font-size: 13.3333330154419px;"&gt;table1&lt;/SPAN&gt;') &amp;gt; 0 then&lt;/P&gt;&lt;P&gt;store table1 into table1.qvd(qvd);&lt;/P&gt;&lt;P&gt;endif &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will check whether the data is their are not &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 10:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-table-command-to-work-when-table-doesn-t-exist/m-p/879920#M307071</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-23T10:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Store table command to work when table doesn't exist</title>
      <link>https://community.qlik.com/t5/QlikView/Store-table-command-to-work-when-table-doesn-t-exist/m-p/879921#M307072</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 like this&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;STORE T into T.qvd(qvd);&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 10:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-table-command-to-work-when-table-doesn-t-exist/m-p/879921#M307072</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-06-23T10:22:46Z</dc:date>
    </item>
  </channel>
</rss>

