<?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: How to check qvd is available in qvw files using OCX c# in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-check-qvd-is-available-in-qvw-files-using-OCX-c/m-p/921892#M981595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you need a c# exe to determine whether a qvd exists when reloading your dashboard? Just use the built-in functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let vQVDExists = (Alt(QvdNoOfRecords('E:\QVDFiles\myQVDFile.qvd'), 0) &amp;gt; 0);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If vQVDExists Then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... do stuff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... do other stuff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 06:24:34 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-08-13T06:24:34Z</dc:date>
    <item>
      <title>How to check qvd is available in qvw files using OCX c#</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-qvd-is-available-in-qvw-files-using-OCX-c/m-p/921889#M981592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi is there any way to find qvd is availabe in qvw files using qlikview ocx??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 05:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-qvd-is-available-in-qvw-files-using-OCX-c/m-p/921889#M981592</guid>
      <dc:creator />
      <dc:date>2015-08-13T05:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to check qvd is available in qvw files using OCX c#</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-qvd-is-available-in-qvw-files-using-OCX-c/m-p/921890#M981593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not understand your question.Do you want to determine if a qvd exists from the load script, or do you want to do that from a bat file or C# executable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 06:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-qvd-is-available-in-qvw-files-using-OCX-c/m-p/921890#M981593</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-13T06:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to check qvd is available in qvw files using OCX c#</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-qvd-is-available-in-qvw-files-using-OCX-c/m-p/921891#M981594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to check it from c# exe... when i load qvw file i need to know weather data or qvd&amp;nbsp; is available. just need to find its is dashboard or template.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 06:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-qvd-is-available-in-qvw-files-using-OCX-c/m-p/921891#M981594</guid>
      <dc:creator />
      <dc:date>2015-08-13T06:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to check qvd is available in qvw files using OCX c#</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-qvd-is-available-in-qvw-files-using-OCX-c/m-p/921892#M981595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you need a c# exe to determine whether a qvd exists when reloading your dashboard? Just use the built-in functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let vQVDExists = (Alt(QvdNoOfRecords('E:\QVDFiles\myQVDFile.qvd'), 0) &amp;gt; 0);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If vQVDExists Then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... do stuff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... do other stuff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 06:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-qvd-is-available-in-qvw-files-using-OCX-c/m-p/921892#M981595</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-13T06:24:34Z</dc:date>
    </item>
  </channel>
</rss>

