<?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: Change the workpath in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-the-workpath/m-p/597650#M678773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can specify it directly in script, if it is always the same&lt;BR /&gt;C:\Source\... (locally)&lt;BR /&gt;or&lt;BR /&gt;&lt;A href="https://community.qlik.com/"&gt;\\servername\Source\&lt;/A&gt;...&amp;nbsp; (on network)&lt;/P&gt;&lt;P&gt;Or, if it may change, it is better to use a variable&lt;BR /&gt;$(Path)\Source\...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2014 15:47:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-05T15:47:12Z</dc:date>
    <item>
      <title>Change the workpath</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-workpath/m-p/597648#M678769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of my colleague has developped an application on a local server. I wanted to put it on another server as we usually do but there is an error. I know from the debogger the error comes from the workpath which is still the former one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error comes there is a store command. &lt;/P&gt;&lt;P&gt;Here is the peace of code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE T_Moyen into Source\Réservation_T_Moyen.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know where to specify the beginning of the path before "Source" ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 15:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-workpath/m-p/597648#M678769</guid>
      <dc:creator />
      <dc:date>2014-05-05T15:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Change the workpath</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-workpath/m-p/597649#M678771</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;if you dont set any path before save your qvd is savinb by defect in the same forlder that there is the qvw documento&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Path_QVD='../QVD/';&amp;nbsp;&amp;nbsp;&amp;nbsp; //or your root by defect&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;STORE T_Moyen into&amp;nbsp; $(Path_QVD)Source\Réservation_T_Moyen.qvd;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;this will save the qvd into the root you put before&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;good luck&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 15:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-workpath/m-p/597649#M678771</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-05-05T15:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change the workpath</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-workpath/m-p/597650#M678773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can specify it directly in script, if it is always the same&lt;BR /&gt;C:\Source\... (locally)&lt;BR /&gt;or&lt;BR /&gt;&lt;A href="https://community.qlik.com/"&gt;\\servername\Source\&lt;/A&gt;...&amp;nbsp; (on network)&lt;/P&gt;&lt;P&gt;Or, if it may change, it is better to use a variable&lt;BR /&gt;$(Path)\Source\...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 15:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-workpath/m-p/597650#M678773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-05T15:47:12Z</dc:date>
    </item>
  </channel>
</rss>

