<?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: Using parameters with Must_Include in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-parameters-with-Must-Include/m-p/1379982#M420821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe it won't be possible in this way because an include-variable will just pull the external content within the script as if it's be written there. But I think you could get your wanted result with a slight change in your approach. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this open your Create_Variables.qvs and add at the very first/last row a sub-statement like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub CreateVariables(myParameter)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... YourCode ... by using '$(myParameter)' instead of $1&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you calls this include-variable quite early within your script maybe after the main variable-declarations and if you want to execute this script-part later in your script you used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call CreateVariables('TRANSVERSE')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Nov 2017 13:00:46 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-11-14T13:00:46Z</dc:date>
    <item>
      <title>Using parameters with Must_Include</title>
      <link>https://community.qlik.com/t5/QlikView/Using-parameters-with-Must-Include/m-p/1379980#M420819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use parameters in must_include so I can use the value of this parameter in the script called by the must_include variable.&lt;/P&gt;&lt;P&gt;I want to use something like that :&lt;/P&gt;&lt;P&gt;$(Must_Include=$($(p_Path_Package)/Scripts/Create_Variables.qvs),'TRANSVERSE');&lt;/P&gt;&lt;P&gt;Where 'TRANSVERSE' is the parameter I want to use. In my Create_Varaibles.qvs script I'm calling this parameter using $1 but it doesn't function.&lt;/P&gt;&lt;P&gt;Any idea please ?&lt;/P&gt;&lt;P&gt;I don't wanna use additional variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 14:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-parameters-with-Must-Include/m-p/1379980#M420819</guid>
      <dc:creator>slaheddinekeyru</dc:creator>
      <dc:date>2017-11-13T14:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using parameters with Must_Include</title>
      <link>https://community.qlik.com/t5/QlikView/Using-parameters-with-Must-Include/m-p/1379981#M420820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please take a look ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 08:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-parameters-with-Must-Include/m-p/1379981#M420820</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-14T08:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using parameters with Must_Include</title>
      <link>https://community.qlik.com/t5/QlikView/Using-parameters-with-Must-Include/m-p/1379982#M420821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe it won't be possible in this way because an include-variable will just pull the external content within the script as if it's be written there. But I think you could get your wanted result with a slight change in your approach. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this open your Create_Variables.qvs and add at the very first/last row a sub-statement like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub CreateVariables(myParameter)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... YourCode ... by using '$(myParameter)' instead of $1&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you calls this include-variable quite early within your script maybe after the main variable-declarations and if you want to execute this script-part later in your script you used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call CreateVariables('TRANSVERSE')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 13:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-parameters-with-Must-Include/m-p/1379982#M420821</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-14T13:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using parameters with Must_Include</title>
      <link>https://community.qlik.com/t5/QlikView/Using-parameters-with-Must-Include/m-p/1379983#M420822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;That solves my problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 13:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-parameters-with-Must-Include/m-p/1379983#M420822</guid>
      <dc:creator>slaheddinekeyru</dc:creator>
      <dc:date>2017-11-14T13:29:28Z</dc:date>
    </item>
  </channel>
</rss>

