<?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: Application should still run if the table is missing in existing script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Application-should-still-run-if-the-table-is-missing-in-existing/m-p/1922332#M75919</link>
    <description>&lt;P&gt;You could set ErrorMode =0 to ignore errors in script.&lt;/P&gt;
&lt;P&gt;Take a look at this page:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ErrorVariables/ErrorMode.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ErrorVariables/ErrorMode.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 19:56:12 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2022-04-25T19:56:12Z</dc:date>
    <item>
      <title>Application should still run if the table is missing in existing script</title>
      <link>https://community.qlik.com/t5/App-Development/Application-should-still-run-if-the-table-is-missing-in-existing/m-p/1922308#M75916</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a requirement. we were loading 5 to 6 tables. for example&amp;nbsp;&lt;/P&gt;
&lt;P&gt;table1.qvd,&lt;/P&gt;
&lt;P&gt;table2.qvd&lt;/P&gt;
&lt;P&gt;table3.qvd&lt;/P&gt;
&lt;P&gt;table4.qvd&lt;/P&gt;
&lt;P&gt;table5.qvd&lt;/P&gt;
&lt;P&gt;Generally there will be a script error if any table got missing. we will get table not found error. but we have to ignore that error. Application should still run even though if any table is missing.&lt;/P&gt;
&lt;P&gt;for example if table4.qvd is missing then it should not through an error. load should continue&lt;/P&gt;
&lt;P&gt;can some one please do let me know how can it will be resolved&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Satya&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 18:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Application-should-still-run-if-the-table-is-missing-in-existing/m-p/1922308#M75916</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2022-04-25T18:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Application should still run if the table is missing in existing script</title>
      <link>https://community.qlik.com/t5/App-Development/Application-should-still-run-if-the-table-is-missing-in-existing/m-p/1922332#M75919</link>
      <description>&lt;P&gt;You could set ErrorMode =0 to ignore errors in script.&lt;/P&gt;
&lt;P&gt;Take a look at this page:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ErrorVariables/ErrorMode.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ErrorVariables/ErrorMode.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 19:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Application-should-still-run-if-the-table-is-missing-in-existing/m-p/1922332#M75919</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2022-04-25T19:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Application should still run if the table is missing in existing script</title>
      <link>https://community.qlik.com/t5/App-Development/Application-should-still-run-if-the-table-is-missing-in-existing/m-p/1922333#M75920</link>
      <description>&lt;P&gt;...or you can check if the file exists before attempting to use it.&lt;/P&gt;
&lt;P&gt;if QvdCreateTime('lib://source/&lt;STRONG&gt;table1.qvd'&lt;/STRONG&gt;)&amp;gt;0 then&lt;/P&gt;
&lt;P&gt;Load your data from lib://source/&lt;EM&gt;&lt;STRONG&gt;table1.qvd&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;end if&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 20:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Application-should-still-run-if-the-table-is-missing-in-existing/m-p/1922333#M75920</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2022-04-25T20:05:04Z</dc:date>
    </item>
  </channel>
</rss>

