<?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 Include Connection File and Relative Folder Paths in Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Include-Connection-File-and-Relative-Folder-Paths-in-Sense/m-p/1078925#M17857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of Qlik Sense apps that I want to deploy against different databases. In Qlikview, I create a folder for each client, which includes a connection file that contains the database connection string. My master model file reads the connection file using Include. I also use relative paths for saving and reading qvd files and any other client specific files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in Qlikview, I create a connection file called DBConnection.txt. In each client folder, the file contains the connection information for that client. When I deploy changes across clients, I deploy the qvw that includes the DBconnection.txt file. When referencing files (qvd, text files, and other qvw files), I use relative path specifications. This makes it easy to deploy documents without having to edit the load script.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In qlik sense, I do not see a way to do either of these (include a generic connection file and referencing relative folders). All of the file connections contain specific folder names. For example, I can set up a DB Connection file with the connection information, but I still need to edit the script to specify the folder where the connection file is located.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this in Sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 03:21:55 GMT</pubDate>
    <dc:creator>amweiner</dc:creator>
    <dc:date>2016-04-08T03:21:55Z</dc:date>
    <item>
      <title>Include Connection File and Relative Folder Paths in Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Connection-File-and-Relative-Folder-Paths-in-Sense/m-p/1078925#M17857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of Qlik Sense apps that I want to deploy against different databases. In Qlikview, I create a folder for each client, which includes a connection file that contains the database connection string. My master model file reads the connection file using Include. I also use relative paths for saving and reading qvd files and any other client specific files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in Qlikview, I create a connection file called DBConnection.txt. In each client folder, the file contains the connection information for that client. When I deploy changes across clients, I deploy the qvw that includes the DBconnection.txt file. When referencing files (qvd, text files, and other qvw files), I use relative path specifications. This makes it easy to deploy documents without having to edit the load script.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In qlik sense, I do not see a way to do either of these (include a generic connection file and referencing relative folders). All of the file connections contain specific folder names. For example, I can set up a DB Connection file with the connection information, but I still need to edit the script to specify the folder where the connection file is located.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this in Sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 03:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Connection-File-and-Relative-Folder-Paths-in-Sense/m-p/1078925#M17857</guid>
      <dc:creator>amweiner</dc:creator>
      <dc:date>2016-04-08T03:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Include Connection File and Relative Folder Paths in Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Connection-File-and-Relative-Folder-Paths-in-Sense/m-p/1078926#M17858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a folder connection to a common root folder and use relative paths from that folder. Perhaps you can leverage the &lt;A href="https://community.qlik.com/group/1224"&gt;Qlik Deployment Framework&lt;/A&gt; to make things easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 16:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Connection-File-and-Relative-Folder-Paths-in-Sense/m-p/1078926#M17858</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-08T16:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Include Connection File and Relative Folder Paths in Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Connection-File-and-Relative-Folder-Paths-in-Sense/m-p/1078927#M17859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The relative folder location is not the biggest of the issues. Let me explain further:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qlikview, the location of the qvw is the default folder location. If I were place all files used by the document into the same folder, I can easily move the contents of the folder from one location to another, without having to edit any of the contents. If there were a subfolder structure under qvw's root folder, that would be handled by relative folder notation.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in qlikview, I can use the include statement to include the contents of a file, in which I include the database connection string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if there is a way to include a file in script that does not have a hard coded data connection? Or some other work around that achieves the same thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure that the deployment console will work because all of the movement between streams is on the same node.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 18:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Connection-File-and-Relative-Folder-Paths-in-Sense/m-p/1078927#M17859</guid>
      <dc:creator>amweiner</dc:creator>
      <dc:date>2016-04-11T18:02:32Z</dc:date>
    </item>
  </channel>
</rss>

