<?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: what is must include  and Include statement ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-is-must-include-and-Include-statement/m-p/890079#M531761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since 11.0 I guess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 17:24:58 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2015-05-19T17:24:58Z</dc:date>
    <item>
      <title>what is must include  and Include statement ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-must-include-and-Include-statement/m-p/890076#M531758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi all,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I load data through include statement.&lt;EM&gt; &lt;/EM&gt;I little know include statement .include statement mainly used for store data connections.and store qvs files. but&amp;nbsp; the problem is I do not know Must_include statement . Pls tell me out. 1.what is Include statement and include statement main purpose? 2. what is must_Include statement? pls tell help me.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;regards&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 16:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-must-include-and-Include-statement/m-p/890076#M531758</guid>
      <dc:creator />
      <dc:date>2015-05-19T16:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: what is must include  and Include statement ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-must-include-and-Include-statement/m-p/890077#M531759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the difference is with &lt;STRONG&gt;must&lt;/STRONG&gt; include&lt;/P&gt;&lt;P&gt;you get an error if the include file is missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from QlikView help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1092"&gt;&lt;/A&gt;&lt;A name="kanchor1093"&gt;&lt;/A&gt;&lt;A name="Include"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;EM&gt;$(Include =&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="Italic"&gt;filename &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A name="kanchor1094"&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;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&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;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&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;/EM&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Examples:&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;$(Include=abc.txt);&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;$(Must_Include=def.txt);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&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;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 16:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-must-include-and-Include-statement/m-p/890077#M531759</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-19T16:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: what is must include  and Include statement ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-must-include-and-Include-statement/m-p/890078#M531760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to see &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Must_Include &lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;in the QV Help now, anyone know what version it was included ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 17:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-must-include-and-Include-statement/m-p/890078#M531760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-19T17:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: what is must include  and Include statement ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-must-include-and-Include-statement/m-p/890079#M531761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since 11.0 I guess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 17:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-must-include-and-Include-statement/m-p/890079#M531761</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-05-19T17:24:58Z</dc:date>
    </item>
  </channel>
</rss>

