<?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: Include and MustInclude in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593155#M1097668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never heard any time must include()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2014 03:51:35 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2014-04-18T03:51:35Z</dc:date>
    <item>
      <title>Include and MustInclude</title>
      <link>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593154#M1097666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 14pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; color: #3366ff;"&gt;I want to know the Difference between Include and Must Include?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; color: #3366ff;"&gt;In which scenario It will be useful?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Venu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 03:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593154#M1097666</guid>
      <dc:creator />
      <dc:date>2014-04-18T03:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Include and MustInclude</title>
      <link>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593155#M1097668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never heard any time must include()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 03:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593155#M1097668</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-04-18T03:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Include and MustInclude</title>
      <link>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593156#M1097670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both are same if the script file exists in the specified path.&lt;/P&gt;&lt;P&gt;If script include file does not exist in the specified path,&lt;/P&gt;&lt;P&gt;Include - reloaded without any data &lt;/P&gt;&lt;P&gt;Must_include - throughs an error while reloading data, says that script file doesnot exist the given path&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 04:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593156#M1097670</guid>
      <dc:creator />
      <dc:date>2014-04-18T04:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Include and MustInclude</title>
      <link>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593157#M1097672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;difference&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;extract from qlikview online help&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1089"&gt;&lt;/A&gt;&lt;A name="kanchor1090"&gt;&lt;/A&gt;&lt;A name="Include"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;$(Include =&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;filename &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;A name="kanchor1091"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;$(Must_Include =&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;filename &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;include&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;must_include&lt;/SPAN&gt; variables specify a file that contains text that should be included in the script. The entire script can thus be put in a file. This is a a user-defined variable. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The difference between &lt;SPAN class="Bold"&gt;include&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;must_include&lt;/SPAN&gt; is that &lt;SPAN class="Bold"&gt;include&lt;/SPAN&gt; will fail silently if the file is not found during script reload, while &lt;SPAN class="Bold"&gt;must_include&lt;/SPAN&gt; will throw an error if the file is not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;$(Include=abc.txt);&lt;/P&gt;&lt;P class="Code"&gt;$(Must_Include=def.txt);&lt;/P&gt;&lt;P&gt;I.e. the construction &lt;SPAN class="Bold"&gt;set Include =&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt; is not applicable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;scenario&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I usually use must include as imy nclude files are tipically used for application configuration (color, expression, parameter, mapping, etc.....) or for subroutine &lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 05:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593157#M1097672</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-18T05:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Include and MustInclude</title>
      <link>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593158#M1097674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Must_include&lt;/STRONG&gt; can be used for files where you have created most of the definitions and &lt;STRONG&gt;Include&lt;/STRONG&gt; can be used for further processing or loads. Having said that you have to make sure all scripts are in place at respective paths for including into the QV scripts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 23:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593158#M1097674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-19T23:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Include and MustInclude</title>
      <link>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593159#M1097675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The full definition of $(Include=filename) and $(Must_Include=filename) can be found here &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/SystemVariables/Include.htm"&gt;help.qlik.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Include &lt;SPAN style="text-decoration: underline;"&gt;does not generate an error&lt;/SPAN&gt; if the file cannot be found, it will fail silently.&lt;/LI&gt;&lt;LI&gt;Must_Include &lt;SPAN style="text-decoration: underline;"&gt;generates an error&lt;/SPAN&gt; if the file cannot be found.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 01:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-and-MustInclude/m-p/593159#M1097675</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2017-10-20T01:24:27Z</dc:date>
    </item>
  </channel>
</rss>

