<?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: Pass parameters when loading script for QVW in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714295#M672413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks but do you have an example based on what i sent &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Aug 2014 15:08:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-20T15:08:28Z</dc:date>
    <item>
      <title>Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714288#M672403</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;Is it possible that parameters can be passed into a QVW when it is being reloaded.&amp;nbsp; What I am looking to do is have the ability to load data for a given period, say 1st April 2014 to 31st July 2014.&amp;nbsp; Come say mid September, i want to load up to Aug 14.&amp;nbsp; The idea behind this is that I may want to reload data in Aug, but I dont want the period to change.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 14:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714288#M672403</guid>
      <dc:creator />
      <dc:date>2014-08-20T14:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714289#M672404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Test1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/64860_Test1.png" style="width: 620px; height: 325px;" /&gt;&lt;/P&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Any number of parameters can be passed into the QVW right before the reload by using the above option. You can create two variables vStart and vEnd in your script and using the above you can pass values to those variables.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 14:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714289#M672404</guid>
      <dc:creator />
      <dc:date>2014-08-20T14:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714290#M672405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my reload I dont have that option.&amp;nbsp; Must be version?&amp;nbsp; Im on QV11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 14:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714290#M672405</guid>
      <dc:creator />
      <dc:date>2014-08-20T14:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714291#M672407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mine is QV11 as well. Can you share your screenshot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 14:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714291#M672407</guid>
      <dc:creator />
      <dc:date>2014-08-20T14:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714292#M672408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I use a qvs file and the INCLUDE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can even write parameters into the qvs file using another script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Parms:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;'Set vMyParm = Setting1' as Param1&lt;/P&gt;&lt;P&gt;Autogenerate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Parms into Config.qvs (txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 14:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714292#M672408</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-08-20T14:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714293#M672410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you send me an example.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to pass params into the following where statement where the two dates are on a reload:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIMFinancialPeriod:&lt;/P&gt;&lt;P&gt;SELECT date as FinancialPeriod&lt;/P&gt;&lt;P&gt;--date as SLRFinancialPeriod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;, [Year] as 'Year'&lt;/P&gt;&lt;P&gt;, [quarter] as 'Quarter'&lt;/P&gt;&lt;P&gt;, left([month],3) as 'Month'&lt;/P&gt;&lt;P&gt;,left([month],3) + ' ' +[Year] as 'MonthYear'&lt;/P&gt;&lt;P&gt;,[Year] + ' ' + left([month],3) as 'YearMonth'&lt;/P&gt;&lt;P&gt;FROM Dates;&lt;/P&gt;&lt;P&gt;where date between '2013-04-01' and '2013-04-09';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 15:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714293#M672410</guid>
      <dc:creator />
      <dc:date>2014-08-20T15:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714294#M672412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you are using Desktop version, you can also pass parameters through command line like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"D:\CLICKVIEW\QlikView\Qv.exe" /l /v var1= %DBNAME D:\qlickview\Copy of rpt_datafile1.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Please refer this link below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;A href="https://community.qlik.com/thread/24510"&gt;Command line arguments in qlickview&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-Ram&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 15:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714294#M672412</guid>
      <dc:creator />
      <dc:date>2014-08-20T15:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714295#M672413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks but do you have an example based on what i sent &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 15:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714295#M672413</guid>
      <dc:creator />
      <dc:date>2014-08-20T15:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714296#M672415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a qvs file with params: you can use notepad or create a blank script and export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set vStartDate='2013-04-01';&lt;BR /&gt;Set vEnddate='2013-04-09'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use &lt;STRONG&gt;include&lt;/STRONG&gt; to use it in your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Script&lt;BR /&gt;$(Include=community.qvs);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;...&lt;BR /&gt;Where date between $(vStartDate) and $(vEndDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 15:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714296#M672415</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-08-20T15:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714297#M672417</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;Can you give me an example of this please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 08:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714297#M672417</guid>
      <dc:creator />
      <dc:date>2014-08-21T08:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714298#M672418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See, if this helps: &lt;A href="https://community.qlik.com/message/586096"&gt;Re: Load data based on a selection&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 08:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714298#M672418</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-21T08:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714299#M672420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DIMFinancialPeriod:&lt;/P&gt;&lt;P&gt;SELECT date as FinancialPeriod&lt;/P&gt;&lt;P&gt;--date as SLRFinancialPeriod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;, [Year] as 'Year'&lt;/P&gt;&lt;P&gt;, [quarter] as 'Quarter'&lt;/P&gt;&lt;P&gt;, left([month],3) as 'Month'&lt;/P&gt;&lt;P&gt;,left([month],3) + ' ' +[Year] as 'MonthYear'&lt;/P&gt;&lt;P&gt;,[Year] + ' ' + left([month],3) as 'YearMonth'&lt;/P&gt;&lt;P&gt;FROM Dates&lt;/P&gt;&lt;P&gt;where date between '2012-04-01' and '2013-08-09';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the example above i want to pass param into the two dates on reload if that makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 08:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714299#M672420</guid>
      <dc:creator />
      <dc:date>2014-08-21T08:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714300#M672423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean passing variable like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where date between '$(vDate1)' and '$(vDate1)';&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vDate1,vDate2 are variables defined somewhere prior to this statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 08:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714300#M672423</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-21T08:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714301#M672425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so is it as simple as setting up the two variables and then the where statement?&amp;nbsp; the date that will be passed into the variable will be entered by the admin user so I will use an object for that. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 10:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714301#M672425</guid>
      <dc:creator />
      <dc:date>2014-08-21T10:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714302#M672427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. If you are thinking of allowing fron-end users control reload, that would not be an good idea and not an easy way to follow as well. For that you have to take the root of EDX. There are several discussions on the same here in community.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 10:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714302#M672427</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-21T10:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714303#M672428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well it would only be for the single admin person. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 10:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714303#M672428</guid>
      <dc:creator />
      <dc:date>2014-08-21T10:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters when loading script for QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714304#M672429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i send you the qvw if you could help at all please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 14:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-parameters-when-loading-script-for-QVW/m-p/714304#M672429</guid>
      <dc:creator />
      <dc:date>2014-08-21T14:03:42Z</dc:date>
    </item>
  </channel>
</rss>

