<?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: Soft Coding Folder Paths in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Soft-Coding-Folder-Paths/m-p/797567#M1025414</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;Best practice for coding is maintain standard folder strucutre for your qlikview projects.&lt;/P&gt;&lt;P&gt;and Define the generic variables for qvd,qvw,source,configuration file&amp;nbsp; paths as below. These variables will not consider your source drive(like C:\ or D:\) or any static folder path. These variables identify other folders based on you qvw path.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80643_Capture.JPG" style="width: 620px; height: 282px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Set&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vMasterQVD&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; = '..\Master QVDs\';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Set&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vFactQVD&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; = '..\Fact QVDs\';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Set&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vSourceFiles&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; = '..\Source Files\'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;use above variables as prefix to your file names in load statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 06:01:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-13T06:01:02Z</dc:date>
    <item>
      <title>Soft Coding Folder Paths</title>
      <link>https://community.qlik.com/t5/QlikView/Soft-Coding-Folder-Paths/m-p/797566#M1025413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know how I can soft code folder paths and files paths which I am using as sources in my QlikView documents.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want to prevent my documents from failing if these paths are changed for any reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 05:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Soft-Coding-Folder-Paths/m-p/797566#M1025413</guid>
      <dc:creator />
      <dc:date>2015-03-13T05:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Coding Folder Paths</title>
      <link>https://community.qlik.com/t5/QlikView/Soft-Coding-Folder-Paths/m-p/797567#M1025414</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;Best practice for coding is maintain standard folder strucutre for your qlikview projects.&lt;/P&gt;&lt;P&gt;and Define the generic variables for qvd,qvw,source,configuration file&amp;nbsp; paths as below. These variables will not consider your source drive(like C:\ or D:\) or any static folder path. These variables identify other folders based on you qvw path.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80643_Capture.JPG" style="width: 620px; height: 282px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Set&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vMasterQVD&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; = '..\Master QVDs\';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Set&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vFactQVD&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; = '..\Fact QVDs\';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Set&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vSourceFiles&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; = '..\Source Files\'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;use above variables as prefix to your file names in load statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 06:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Soft-Coding-Folder-Paths/m-p/797567#M1025414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T06:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Coding Folder Paths</title>
      <link>https://community.qlik.com/t5/QlikView/Soft-Coding-Folder-Paths/m-p/797568#M1025415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Chinna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. How would I write this in your format?&lt;/P&gt;&lt;P&gt;This was written by another developer so I want to make sure it's dynamic.&lt;/P&gt;&lt;P&gt;Load....&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&amp;nbsp; &lt;D&gt; (XmlSimple, Table is [DocumentSummary/VariableDescription]) &lt;/D&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 06:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Soft-Coding-Folder-Paths/m-p/797568#M1025415</guid>
      <dc:creator />
      <dc:date>2015-03-13T06:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Coding Folder Paths</title>
      <link>https://community.qlik.com/t5/QlikView/Soft-Coding-Folder-Paths/m-p/797569#M1025416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may have to replace the above fully qualified path with a vaiable. in the variable you have to define the path based on your source and destination qvws folder paths. if both are always in similar folder structure you just have to consider the folder structure orginated from your qvw path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 06:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Soft-Coding-Folder-Paths/m-p/797569#M1025416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T06:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Coding Folder Paths</title>
      <link>https://community.qlik.com/t5/QlikView/Soft-Coding-Folder-Paths/m-p/797570#M1025417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 06:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Soft-Coding-Folder-Paths/m-p/797570#M1025417</guid>
      <dc:creator />
      <dc:date>2015-03-13T06:55:41Z</dc:date>
    </item>
  </channel>
</rss>

