<?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 Qlikview - Call external script in load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Call-external-script-in-load/m-p/1258973#M397421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a lot of similar scripts on a lot of different dashboard. If I change one script (to update etc), I am currently then having to manually replicate the same change in all of the other dashboard scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to save a qlikview script externally and then call it using script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you help in advance.&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2016 11:23:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-16T11:23:46Z</dc:date>
    <item>
      <title>Qlikview - Call external script in load</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Call-external-script-in-load/m-p/1258973#M397421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a lot of similar scripts on a lot of different dashboard. If I change one script (to update etc), I am currently then having to manually replicate the same change in all of the other dashboard scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to save a qlikview script externally and then call it using script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you help in advance.&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Call-external-script-in-load/m-p/1258973#M397421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-16T11:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - Call external script in load</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Call-external-script-in-load/m-p/1258974#M397422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can Export and save your Script in an External File. Go to script editor--&amp;gt;File--&amp;gt; Export to script File. Call this file in different apps using Include key word.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Call-external-script-in-load/m-p/1258974#M397422</guid>
      <dc:creator>syed_muzammil</dc:creator>
      <dc:date>2016-11-16T11:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - Call external script in load</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Call-external-script-in-load/m-p/1258975#M397423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More flexible and modular as exporting the whole script would it be to use include-variables. See here what is meant: &lt;A href="https://community.qlik.com/qlik-blogpost/4142"&gt;The $(Include) which you $(Must_Include) into your toolkit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Call-external-script-in-load/m-p/1258975#M397423</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-11-16T11:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - Call external script in load</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Call-external-script-in-load/m-p/1258976#M397424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we recently started using scripts so i dont know if this is relevant but:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we include this in the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(INCLUDE=..\06 Script\DB\DB.Inventory.qvs); //&amp;lt;----location of the script&lt;/P&gt;&lt;P&gt;CALL DB.Inventory; //&amp;lt;---name of the sub&lt;/P&gt;&lt;P&gt;Exit Script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script is externaly saved as &lt;SPAN style="font-size: 13.3333px;"&gt;DB.Inventory.qvs and starts with &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SUB DB.Inventory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then some code&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Call-external-script-in-load/m-p/1258976#M397424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-16T11:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - Call external script in load</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Call-external-script-in-load/m-p/1258977#M397425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great thanks guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 12:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Call-external-script-in-load/m-p/1258977#M397425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-16T12:01:30Z</dc:date>
    </item>
  </channel>
</rss>

