<?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 Change variable in scripts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-variable-in-scripts/m-p/769995#M273365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All i have a question i needed help with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Migrating qvw's from 1 server to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a variable in over 250 qvw's as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vQvdSaveToDir = 'D:\Qlikview Storage\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and want to change to the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vQvdSaveToDir = 'D:\O_QlikviewData\QVD\Qlikview Storage\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an automated way of doing this other than individually going into each of the 250 qvw scripts and changing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Feb 2015 14:23:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-09T14:23:28Z</dc:date>
    <item>
      <title>Change variable in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-in-scripts/m-p/769995#M273365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All i have a question i needed help with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Migrating qvw's from 1 server to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a variable in over 250 qvw's as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vQvdSaveToDir = 'D:\Qlikview Storage\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and want to change to the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vQvdSaveToDir = 'D:\O_QlikviewData\QVD\Qlikview Storage\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an automated way of doing this other than individually going into each of the 250 qvw scripts and changing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 14:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-in-scripts/m-p/769995#M273365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T14:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change variable in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-in-scripts/m-p/769996#M273366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would have been parametric if you kept your scripts in a text file and apply via include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use -prj folder technique but still you will need to open qvws so does not seem efficient. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 14:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-in-scripts/m-p/769996#M273366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T14:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change variable in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-in-scripts/m-p/769997#M273367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope for you that there is a way (i donot know)&lt;/P&gt;&lt;P&gt;I would suggest to put information which can be used from many applications in an include script. than it is one place to change the information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 14:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-in-scripts/m-p/769997#M273367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T14:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change variable in scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-in-scripts/m-p/769998#M273368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, now i am doing this Include in my scripts but this was a old way someone here had set up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can change now but man is this gona take time! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 14:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-in-scripts/m-p/769998#M273368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T14:38:59Z</dc:date>
    </item>
  </channel>
</rss>

