<?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: How to best re-use Query in Loading script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260235#M397617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The difference between &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;include&lt;/SPAN&gt; and &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;must_include&lt;/SPAN&gt; is that &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;include&lt;/SPAN&gt; will fail silently if the file is not found during script reload, while &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;must_include&lt;/SPAN&gt; will throw an error if the file is not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jan 2017 16:35:07 GMT</pubDate>
    <dc:creator>enriquem</dc:creator>
    <dc:date>2017-01-02T16:35:07Z</dc:date>
    <item>
      <title>How to best re-use Query in Loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260230#M397612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Happy New Year.&lt;/P&gt;&lt;P&gt;In my loading script, I need to re-use a query many times since all the queries used will depend upon this query. Currently I just copy this query and include in in with statement. It works fine, but if I need change many times if there are any changes made to this query. I think there should be a better way to do it, use QVD or resident load or save this query to a text file? Please advise.&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;Longmatch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 15:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260230#M397612</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2017-01-02T15:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to best re-use Query in Loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260231#M397613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An Include file could help, have a look at this Blog Post,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 15:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260231#M397613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-02T15:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to best re-use Query in Loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260232#M397614</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;why you don't try to build a qlikView script (qvs) out of your project and at the first of your project call this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(Include=..\3.Include\FilePath.qvs);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And finaly in your project you can call all the function, variables o whatever in the qvs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To learn more about structured Qlik Proyect, I recommended you to see the QlikView Deployment Framework (QDF).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 15:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260232#M397614</guid>
      <dc:creator>enriquem</dc:creator>
      <dc:date>2017-01-02T15:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to best re-use Query in Loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260233#M397615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The INCLUDE functions works for me, what is the difference between $(Include) and $(Must_Include)? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 16:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260233#M397615</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2017-01-02T16:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to best re-use Query in Loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260234#M397616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;qvs and QDF are pretty new to me. I will learn that in the future. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 16:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260234#M397616</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2017-01-02T16:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to best re-use Query in Loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260235#M397617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The difference between &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;include&lt;/SPAN&gt; and &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;must_include&lt;/SPAN&gt; is that &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;include&lt;/SPAN&gt; will fail silently if the file is not found during script reload, while &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;must_include&lt;/SPAN&gt; will throw an error if the file is not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 16:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-best-re-use-Query-in-Loading-script/m-p/1260235#M397617</guid>
      <dc:creator>enriquem</dc:creator>
      <dc:date>2017-01-02T16:35:07Z</dc:date>
    </item>
  </channel>
</rss>

