<?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: Access the same script from two different Qlikview files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Access-the-same-script-from-two-different-Qlikview-files/m-p/1557457#M743440</link>
    <description>&lt;P&gt;If you are to use the exact same script and datamodel then you can also re-use an qvw datamodel by using binary load on the &lt;STRONG&gt;first row&lt;/STRONG&gt; in your qlikview application script.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Binary [c:/Qlik/My master document.qvw];&lt;/PRE&gt;&lt;P&gt;Read more about Binary load here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Binary.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Binary.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 22:14:13 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-03-15T22:14:13Z</dc:date>
    <item>
      <title>Access the same script from two different Qlikview files</title>
      <link>https://community.qlik.com/t5/QlikView/Access-the-same-script-from-two-different-Qlikview-files/m-p/1557450#M743438</link>
      <description>&lt;P&gt;So basically I'm after some suggestions.&lt;/P&gt;&lt;P&gt;I have a qlikview file which has a number of charts and visualisations. The charts uses fields from numerous tables I have brought in from SQL and Excel via the Script editor and in line loads.&lt;/P&gt;&lt;P&gt;I also&amp;nbsp; want to create a 2nd Qlikview file which will have a different set of charts and visualisation. It will however utilise the exact same script as the first file.&lt;/P&gt;&lt;P&gt;The script however will need to be changed and modified regularly.&lt;/P&gt;&lt;P&gt;My questions is therefore, how do I utilise the same&amp;nbsp; script across both qlikview files? And when I modify the script how do I ensure it updates both files. At the moment I'm manually changing one script when I alter the other which is very time consuming.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is imperative I have 2 Qlikview files, I do not want to restrict tabs in one file.&lt;/P&gt;&lt;P&gt;I have a feeling this can be done using QVD files but I don't know where to start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A descriptive explanation of how this is done would be much appreciated as I have no experience of this....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-the-same-script-from-two-different-Qlikview-files/m-p/1557450#M743438</guid>
      <dc:creator>robmarr789</dc:creator>
      <dc:date>2024-11-16T04:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Access the same script from two different Qlikview files</title>
      <link>https://community.qlik.com/t5/QlikView/Access-the-same-script-from-two-different-Qlikview-files/m-p/1557451#M743439</link>
      <description>&lt;P&gt;You can keep your load script in an external script file and include this file in as many QlikView files as you like.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$(Include=c:\qlik\LoadScript\TransformMyApp.qvs);&lt;/PRE&gt;&lt;P&gt;When handling script outside of the QlikView client you will need a text editor. I would recomend a text editor where Qlik script syntax highlighting is available, eg Notepad++ or Sublime.&lt;/P&gt;&lt;P&gt;My favourite editor is Sublime I've even written an guide on how to get started with Qlik scripting using sublime a couple of years ago. You'll find it at this adress: &lt;A href="http://aqlik.se/2017/01/sublime-for-qlik-development-in-8-steps/" target="_self"&gt;http://aqlik.se/2017/01/sublime-for-qlik-development-in-8-steps/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 22:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-the-same-script-from-two-different-Qlikview-files/m-p/1557451#M743439</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-15T22:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Access the same script from two different Qlikview files</title>
      <link>https://community.qlik.com/t5/QlikView/Access-the-same-script-from-two-different-Qlikview-files/m-p/1557457#M743440</link>
      <description>&lt;P&gt;If you are to use the exact same script and datamodel then you can also re-use an qvw datamodel by using binary load on the &lt;STRONG&gt;first row&lt;/STRONG&gt; in your qlikview application script.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Binary [c:/Qlik/My master document.qvw];&lt;/PRE&gt;&lt;P&gt;Read more about Binary load here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Binary.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Binary.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 22:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-the-same-script-from-two-different-Qlikview-files/m-p/1557457#M743440</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-15T22:14:13Z</dc:date>
    </item>
  </channel>
</rss>

