<?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: Can I retrieve QMC QV Server Settings in a LOAD Script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-I-retrieve-QMC-QV-Server-Settings-in-a-LOAD-Script/m-p/732868#M675409</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 don't think there is any such universal setting available in server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many different ways but will be similar to the one suggested above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use relate path and use same folder structure.&lt;/P&gt;&lt;P&gt;Then you may not need to change anything except connecting strings to database even you can handle that in script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 10:47:02 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-08-06T10:47:02Z</dc:date>
    <item>
      <title>Can I retrieve QMC QV Server Settings in a LOAD Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-retrieve-QMC-QV-Server-Settings-in-a-LOAD-Script/m-p/732865#M675406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to dynamicaly obtain information like Root folder and Looging folder from the QMC Settings so that I do not have to hard code Document Path and Server Information into my load script which will be rolled out on numerous servers.&amp;nbsp; Is there a way to do this please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 10:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-retrieve-QMC-QV-Server-Settings-in-a-LOAD-Script/m-p/732865#M675406</guid>
      <dc:creator>rob_insley</dc:creator>
      <dc:date>2014-07-23T10:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can I retrieve QMC QV Server Settings in a LOAD Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-retrieve-QMC-QV-Server-Settings-in-a-LOAD-Script/m-p/732866#M675407</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;For qvd's you can try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let Vpath = 'D:\qvd\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Field&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;d&lt;/P&gt;&lt;P&gt;e&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Test into $(Vpath)Test.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't think so that you can change Root folder(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Document&lt;/SPAN&gt; Folder) info from server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 10:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-retrieve-QMC-QV-Server-Settings-in-a-LOAD-Script/m-p/732866#M675407</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-23T10:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can I retrieve QMC QV Server Settings in a LOAD Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-retrieve-QMC-QV-Server-Settings-in-a-LOAD-Script/m-p/732867#M675408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the slow response Ashfaq. And thanks for your reply.&amp;nbsp; I am aware of the use of a variable but I would like really to obtain the information from the server so I never have to change this has I roll this out across Development / Test / Prod Servers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 10:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-retrieve-QMC-QV-Server-Settings-in-a-LOAD-Script/m-p/732867#M675408</guid>
      <dc:creator>rob_insley</dc:creator>
      <dc:date>2014-08-06T10:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can I retrieve QMC QV Server Settings in a LOAD Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-retrieve-QMC-QV-Server-Settings-in-a-LOAD-Script/m-p/732868#M675409</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 don't think there is any such universal setting available in server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many different ways but will be similar to the one suggested above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use relate path and use same folder structure.&lt;/P&gt;&lt;P&gt;Then you may not need to change anything except connecting strings to database even you can handle that in script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 10:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-retrieve-QMC-QV-Server-Settings-in-a-LOAD-Script/m-p/732868#M675409</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-06T10:47:02Z</dc:date>
    </item>
  </channel>
</rss>

