<?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 File path in QvdCreateTime in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788872#M1023920</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 was trying to use QvdCreateTime to check if a qvd file is exist or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first, I was trying to use relative path in my script as followed (I already set my directory to a file called 'Data'. The qvd file sits in the 'QVD' file in side 'Data' file):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (NOT ISNULL(QvdCreateTime('QVD\MyQvdFile.qvd'))) THEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Do something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the above code always skip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I change it to a absolute path and it worked and the script inside get executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to ask how can I use the relative path in QvdCreateTime? Or it is default not to use relative path?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2015 05:40:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-12T05:40:38Z</dc:date>
    <item>
      <title>File path in QvdCreateTime</title>
      <link>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788872#M1023920</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 was trying to use QvdCreateTime to check if a qvd file is exist or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first, I was trying to use relative path in my script as followed (I already set my directory to a file called 'Data'. The qvd file sits in the 'QVD' file in side 'Data' file):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (NOT ISNULL(QvdCreateTime('QVD\MyQvdFile.qvd'))) THEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Do something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the above code always skip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I change it to a absolute path and it worked and the script inside get executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to ask how can I use the relative path in QvdCreateTime? Or it is default not to use relative path?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 05:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788872#M1023920</guid>
      <dc:creator />
      <dc:date>2015-03-12T05:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: File path in QvdCreateTime</title>
      <link>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788873#M1023921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF (NOT ISNULL(QvdCreateTime('&lt;STRONG&gt;..\&lt;/STRONG&gt;QVD\MyQvdFile.qvd'))) THEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Do something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;END IF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 05:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788873#M1023921</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-03-12T05:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: File path in QvdCreateTime</title>
      <link>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788874#M1023922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't '..' take you to one level up in the directory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 05:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788874#M1023922</guid>
      <dc:creator />
      <dc:date>2015-03-12T05:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: File path in QvdCreateTime</title>
      <link>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788875#M1023923</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;Qvdxxx() functions can use certainly use relative paths. These are relative to the location of the qvw file. Unlike LOAD statements, they do not follow the DIRECTORY option, only the qvw document location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 06:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788875#M1023923</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-03-12T06:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: File path in QvdCreateTime</title>
      <link>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788876#M1023924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please tell me absolute path or folder structure of your project?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 06:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788876#M1023924</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-03-12T06:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: File path in QvdCreateTime</title>
      <link>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788877#M1023925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know that DIRECTORY doesn't work on QvdCreateTime() functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 06:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788877#M1023925</guid>
      <dc:creator />
      <dc:date>2015-03-12T06:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: File path in QvdCreateTime</title>
      <link>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788878#M1023926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Jonathan suggested that, QvdCreateTime() functions does not follow the DIRECTORY options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that's the reason why my script doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 06:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/File-path-in-QvdCreateTime/m-p/788878#M1023926</guid>
      <dc:creator />
      <dc:date>2015-03-12T06:33:52Z</dc:date>
    </item>
  </channel>
</rss>

