<?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: Relative path syntax required to move file between environments in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relative-path-syntax-required-to-move-file-between-environments/m-p/1452906#M804785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work if you have understood the information provided above and adapted your paths accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not just try it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2017 09:02:45 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-11-13T09:02:45Z</dc:date>
    <item>
      <title>Relative path syntax required to move file between environments</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-path-syntax-required-to-move-file-between-environments/m-p/1452902#M804781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My folder structure is as follows: as in dev , Uat and prod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Root - Root folder &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 --&amp;gt; SourceDocuments - Dashboard names are listed a to z under thhis SourceDocuments folder as given below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.1. ---&amp;gt; Dashboard Folder - Contains 4 sub folders as shown below for hosting the dashboard and its associated files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.1.1 ----&amp;gt;Application - contains Qvws of dashboard hosted here&lt;/P&gt;&lt;P&gt;1.1.2 ----&amp;gt;Config - contains configuration files ( e.x database connectivity files ) &lt;/P&gt;&lt;P&gt;1.1.3 ----&amp;gt;DataSources -&amp;nbsp; Contains Source files loaded into the dashboard example excel , csv etc&lt;/P&gt;&lt;P&gt;1.1.4 ----&amp;gt;QVDs - Contains the QVd files both created and consumed by the dashboard are hosted here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q1) What I Require :- Require the relative path syntax for all DataSources files such as Excel, csv etc .That I can use in the application qvw.&amp;nbsp; require relative path to connect to QVDs as well. I require the syntax for relative path so that when I move the actual qvw along with its associated data sources to another environment I should not have any issue connecting them again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically - what is the Syntax for relative path to connect to excel csv and qvd based on above structure so that it will work on any env. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-path-syntax-required-to-move-file-between-environments/m-p/1452902#M804781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Relative path syntax required to move file between environments</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-path-syntax-required-to-move-file-between-environments/m-p/1452903#M804782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trail, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no constant relative path for the documents. The path have to be created newly when we move any of the source documents. So we have to create a new relative path once the source is moved.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Many Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Karthik&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2017 08:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-path-syntax-required-to-move-file-between-environments/m-p/1452903#M804782</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2017-11-11T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Relative path syntax required to move file between environments</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-path-syntax-required-to-move-file-between-environments/m-p/1452904#M804783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Path_(computing)" title="https://en.wikipedia.org/wiki/Path_(computing)"&gt;Path (computing) - Wikipedia&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example an application in subfolder 1.1.1 may address a QVD in folder 1.1.4 like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Field&lt;/P&gt;&lt;P&gt;FROM [&lt;STRONG&gt;..\1.1.4\&lt;/STRONG&gt;QVDFileName.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. go one level up in folder hierarchy, then enter subfolder 1.1.4, then open QVDFileName.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2017 13:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-path-syntax-required-to-move-file-between-environments/m-p/1452904#M804783</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-11-11T13:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Relative path syntax required to move file between environments</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-path-syntax-required-to-move-file-between-environments/m-p/1452905#M804784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, will the path you mentioned work when I move my files to different environments. Please let me know. Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 03:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-path-syntax-required-to-move-file-between-environments/m-p/1452905#M804784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-13T03:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Relative path syntax required to move file between environments</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-path-syntax-required-to-move-file-between-environments/m-p/1452906#M804785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work if you have understood the information provided above and adapted your paths accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not just try it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 09:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-path-syntax-required-to-move-file-between-environments/m-p/1452906#M804785</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-11-13T09:02:45Z</dc:date>
    </item>
  </channel>
</rss>

