<?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 Checking all qvds are present before loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Checking-all-qvds-are-present-before-loading/m-p/672748#M244348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here a llitle script to make sure all your qvd are in place before going ahead with the whole script. Mey be it is not optim and you might want to improve it a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it's useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 16:52:22 GMT</pubDate>
    <dc:creator>mrooney</dc:creator>
    <dc:date>2014-08-28T16:52:22Z</dc:date>
    <item>
      <title>Checking all qvds are present before loading</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-all-qvds-are-present-before-loading/m-p/672748#M244348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here a llitle script to make sure all your qvd are in place before going ahead with the whole script. Mey be it is not optim and you might want to improve it a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it's useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-all-qvds-are-present-before-loading/m-p/672748#M244348</guid>
      <dc:creator>mrooney</dc:creator>
      <dc:date>2014-08-28T16:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Checking all qvds are present before loading</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-all-qvds-are-present-before-loading/m-p/672749#M244349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks -Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 17:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-all-qvds-are-present-before-loading/m-p/672749#M244349</guid>
      <dc:creator />
      <dc:date>2014-08-28T17:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Checking all qvds are present before loading</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-all-qvds-are-present-before-loading/m-p/672750#M244350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Inline table as &lt;/P&gt;&lt;P&gt;Input_Tables:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt;Aqua85.qvd&lt;/P&gt;&lt;P&gt;Sales.qvd&lt;/P&gt;&lt;P&gt;Shipments.qvd&lt;/P&gt;&lt;P&gt;] (Delimiter is '|');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vFieldCount = FieldValueCount('Tables');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of hard coding the file nos. as 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, Your code was very useful and used with little bit clean up.&lt;/P&gt;&lt;P&gt;-Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 17:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-all-qvds-are-present-before-loading/m-p/672750#M244350</guid>
      <dc:creator />
      <dc:date>2014-08-28T17:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Checking all qvds are present before loading</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-all-qvds-are-present-before-loading/m-p/672751#M244351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 17:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-all-qvds-are-present-before-loading/m-p/672751#M244351</guid>
      <dc:creator />
      <dc:date>2014-08-28T17:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Checking all qvds are present before loading</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-all-qvds-are-present-before-loading/m-p/672752#M244352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramko496.&lt;/P&gt;&lt;P&gt;U are totally right. Is far clean your way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 17:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-all-qvds-are-present-before-loading/m-p/672752#M244352</guid>
      <dc:creator>mrooney</dc:creator>
      <dc:date>2014-08-28T17:59:06Z</dc:date>
    </item>
  </channel>
</rss>

