<?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: Code Management: How to import scripts in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Code-Management-How-to-import-scripts/m-p/1104435#M18721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The include is what I was looking for. But the QDF also looks promising. Thanks! I appreciate your answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2016 09:08:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-20T09:08:38Z</dc:date>
    <item>
      <title>Code Management: How to import scripts</title>
      <link>https://community.qlik.com/t5/App-Development/Code-Management-How-to-import-scripts/m-p/1104431#M18717</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;I have questions regarding code management and best practises for big projects.&lt;/P&gt;&lt;P&gt;Is it possible to write script functions (in the load script) one time in a certain place and use them (via some kind of import) for different apps without copying the same code into the app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to manage data? Is there a way to manage it globally and use it across different apps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is to avoid redundancy and minimise coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Code-Management-How-to-import-scripts/m-p/1104431#M18717</guid>
      <dc:creator />
      <dc:date>2016-07-20T06:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Code Management: How to import scripts</title>
      <link>https://community.qlik.com/t5/App-Development/Code-Management-How-to-import-scripts/m-p/1104432#M18718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Is it possible to write script functions (in the load script) one time in a certain place and use them (via some kind of import) for different apps without copying the same code into the app?&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, certainly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Is there a way to manage it globally and use it across different apps?&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I think you're looking for the &lt;A href="http://Qlik Deployment Framework/"&gt;Qlik Deployment Framework&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 08:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Code-Management-How-to-import-scripts/m-p/1104432#M18718</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-20T08:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Code Management: How to import scripts</title>
      <link>https://community.qlik.com/t5/App-Development/Code-Management-How-to-import-scripts/m-p/1104433#M18719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Yes, certainly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How so? Does this also imply using QlikView Deployment Framework?&lt;/P&gt;&lt;P&gt;I guess it's also usable for Qlik Sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 08:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Code-Management-How-to-import-scripts/m-p/1104433#M18719</guid>
      <dc:creator />
      <dc:date>2016-07-20T08:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Code Management: How to import scripts</title>
      <link>https://community.qlik.com/t5/App-Development/Code-Management-How-to-import-scripts/m-p/1104434#M18720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Include directive to include a text file (with for example script code) in your apps script. See the online help for more information: &lt;A href="http://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/SystemVariables/Include.htm" title="http://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/SystemVariables/Include.htm"&gt;Include ‒ Qlik Sense&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need QDF to be able to use Include. But QDF makes it a lot easier to reuse code and other resources in apps. And yes, QDF can also be used with Qlik Sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 09:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Code-Management-How-to-import-scripts/m-p/1104434#M18720</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-20T09:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Code Management: How to import scripts</title>
      <link>https://community.qlik.com/t5/App-Development/Code-Management-How-to-import-scripts/m-p/1104435#M18721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The include is what I was looking for. But the QDF also looks promising. Thanks! I appreciate your answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 09:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Code-Management-How-to-import-scripts/m-p/1104435#M18721</guid>
      <dc:creator />
      <dc:date>2016-07-20T09:08:38Z</dc:date>
    </item>
  </channel>
</rss>

