<?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 scripts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404586#M150535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Toni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's good to know about must_include, I can now recommend it with more confidence that it is not going to disappear at some future point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Oct 2013 20:27:00 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2013-10-28T20:27:00Z</dc:date>
    <item>
      <title>Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404570#M150519</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; I need to connect to 3 different database. I need to put the connection string in the include script. Do i need to create three text files or is there any way to include with if else condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 15:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404570#M150519</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2013-03-04T15:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404571#M150520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use If - Else condition for this in script, check for syntax in Qlikview Help file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 15:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404571#M150520</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-03-04T15:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404572#M150521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a subroutine which takes the parameter and based on the parameter return the proper connection string. This will be handy and in future if you want to connect to new DB you just need to modify only one place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 16:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404572#M150521</guid>
      <dc:creator />
      <dc:date>2013-03-04T16:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404573#M150522</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;In my limited experience, if feel comfotable with 3 text file. This is easy to maintain and any future changes could be easily managed. If you wan to use them in the script IF function is very handy to the rescue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 21:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404573#M150522</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2013-03-04T21:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404574#M150523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there - you can put IF / ELSE logic into an include file, so you could have all three connection strings in a single include file and pick the right one out at run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to see my blog post on include files for further information: &lt;A class="loading" href="http://bit.ly/YGkMUY" title="http://bit.ly/YGkMUY"&gt;http://bit.ly/YGkMUY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.quickintelligence.co.uk/"&gt;http://www.quickintelligence.co.uk/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 22:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404574#M150523</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-03-04T22:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404575#M150524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to QlikView and the concept of INCLUDING of external text file into script inside QVW file is very interesting for me and I know about it today - from your (&lt;A class="jive-link-external-small" href="http://bit.ly/YGkMUY"&gt;http://bit.ly/YGkMUY&lt;/A&gt;). Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I have read your sentence "&lt;STRONG&gt;QlikView will not raise an error if your include file is not found – it will simply continue without doing anything.&lt;/STRONG&gt;", I have started to experiment with it and then I have find some SMALL "finesse" how to solve it, if the text file will be contain only one LOAD (for one table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The principle of my solution is build on the fact, that we &lt;SPAN style="text-decoration: underline;"&gt;can define a list of table names of some table before LOAD statement&lt;/SPAN&gt; and &lt;SPAN style="text-decoration: underline;"&gt;QlikView will use the last occurance of it&lt;/SPAN&gt; as user table name and the previous occurences will ignore without any error messages.&lt;BR /&gt;.&lt;BR /&gt;So, if we write&lt;BR /&gt;A_table:&lt;BR /&gt;B_table:&lt;BR /&gt;C_table:&lt;BR /&gt;LOAD ...;&lt;/P&gt;&lt;P&gt;the QlikView will give to the table inside LOAD the C_table name (not A_table name and not B_table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is my small example of using this principle:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt; I define some script in the text file, for example load_ABC.txt:&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ABC&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 10, 100&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 20, 200&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 30, 300&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt; Inside QVW file I define script with this two lines:&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;ABC_PROBLEM&lt;/SPAN&gt;:&lt;BR /&gt;$(include=load_ABC.txt); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3)&lt;/STRONG&gt; I run RELOAD with a standard way (with Ctrl+R), not in debug mode:&lt;BR /&gt;3a) When load_ABC.txt exists, then QlikView will go further without any error message&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and the table from txt file will be named like &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ABC&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;3b) But &lt;SPAN style="text-decoration: underline;"&gt;when load_ABC.txt does not exist&lt;/SPAN&gt;, QlikView will display this error message:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unknown statement&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ABC_PROBLEM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it is all. Yes, I know - it is very single case but maybe somebody else can use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 12:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404575#M150524</guid>
      <dc:creator />
      <dc:date>2013-03-30T12:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404576#M150525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there - thanks for your thoughts on this and for taking the time to read my blog post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two ways that could be used to check for the existence of the include file is variables, where a variable is set in each include file, eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set vIncludeFound = 0;&lt;/P&gt;&lt;P&gt;$(Include=MyIncludeFile.qvs);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if vIncludeFound = 0 then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trace Include File: MyIncludeFile.qvs Missing;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exit Script;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or your could check for the existence of the file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if FileSize('MyIncludeFile.qvs') &amp;gt; 0 and not isnull(FileSize('MyIncludeFile.qvs')) then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(Include=MyIncludeFile.qvs);&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trace Include File: MyIncludeFile.qvs Missing;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exit Script;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must confess I tend to just ensure that the file is in the right place, and deal with any errors that occur should anyone accidentally delete it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception being thrown on the file not being there would be preferable though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.quickintelligence.co.uk/"&gt;http://www.quickintelligence.co.uk/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 17:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404576#M150525</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-03-30T17:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404577#M150526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would go with separate files for each connectstring, as this should be easier to maintain and overview. Naming the files intuatively to show which source they are for should also make the usage transparent in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are concerned about the files being unavailable, there is an option that will give you an reload error for missing files. Use the keyword must_include instead of include, if you want Qlikview to validate the file existance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(must_include=scriptFile.qvs);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 19:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404577#M150526</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2013-03-30T19:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404578#M150527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very informative discussion.&amp;nbsp; I to would also recommend going with a seperate include files for each connect string.&amp;nbsp; Must admit I was not aware of this "must_include" option that Toni presented.&amp;nbsp; Taking everything into account, may I suggest something similar to this logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;SUB DATABASE_CONNECTIONS (box)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET my_include= '..\..\Include\MyConnections\odbc-connect-' &amp;amp; '$(box)' &amp;amp; '.qvs';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(must_include=$(my_include));&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;END SUB;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;BOX:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;LOAD * INLINE [BOXName&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt; "BXA"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt; "BXB"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt; "BXC"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt; "BXD"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt; "BXE"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt; "BXZ"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;];&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;LET vNumBoxes=NoOfRows('BOX');&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;FOR i=0 to $(vNumBoxes)-1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; LET vBox=Peek('BOXName',$(i),'BOX');&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; LET vVolCnt=peek('VOLCnt',$(i),'BOX');&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; CALL DATABASE_CONNECTIONS (vBox);&amp;nbsp; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #339966; font-size: 8pt; font-family: courier new,courier;"&gt;NEXT;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 01:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404578#M150527</guid>
      <dc:creator />
      <dc:date>2013-03-31T01:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404579#M150528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Toni, &lt;/P&gt;&lt;P&gt;Very useful information, i have never used must keyword.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 02:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404579#M150528</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2013-03-31T02:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404580#M150529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Toni, I have a lot of Include statements to update - and a blog post to amend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 22:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404580#M150529</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-03-31T22:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404581#M150530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for your two tips for direct and also undirect detect of existence of include file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mirek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 12:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404581#M150530</guid>
      <dc:creator />
      <dc:date>2013-04-01T12:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404582#M150531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That updated blog post, relating to Include files can be found here:&lt;SPAN style="font-family: Arial, sans-serif; font-size: 14px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;A class="twitter-timeline-link" dir="ltr" href="http://t.co/0G6udJsTDk" rel="nofollow" style="color: #027502; font-family: Arial, sans-serif; font-size: 14px; background-color: #ffffff;" target="_blank" title="http://bit.ly/11jdwzz"&gt;&lt;SPAN class="invisible" style="font-size: 0px;"&gt;http://&lt;/SPAN&gt;&lt;SPAN class="js-display-url"&gt;bit.ly/11jdwzz&lt;/SPAN&gt;&lt;SPAN class="invisible" style="font-size: 0px;"&gt;&lt;/SPAN&gt;&lt;SPAN class="tco-ellipsis"&gt;&lt;SPAN class="invisible" style="font-size: 0px;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 23:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404582#M150531</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-04-02T23:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404583#M150532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Toni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Must_Include is great! When was it introduced? I don't find any reference in the Help or Ref Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 13:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404583#M150532</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-04-03T13:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404584#M150533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Dear All&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Must_Include()&lt;/SPAN&gt; &lt;/EM&gt;&lt;/STRONG&gt;function does indeed look useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However does anybody know if such an undocumented function would be formally supported by QlikTech and will it remain available in futre QlikView Releases ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 09:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404584#M150533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-06T09:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404585#M150534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;must_include&lt;/SPAN&gt; is now part of the QlikView reference manual. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 19:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404585#M150534</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2013-10-28T19:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Include scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404586#M150535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Toni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's good to know about must_include, I can now recommend it with more confidence that it is not going to disappear at some future point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 20:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-scripts/m-p/404586#M150535</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-10-28T20:27:00Z</dc:date>
    </item>
  </channel>
</rss>

