<?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: Need help on Call parameter on QMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892996#M1330500</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;Goto QMC, select Documents tab -&amp;gt; Source Documents tab then click on the + sign to navigate to the qvw file you want to split the task. Then click on the Edit Task button (it's Pencil like shape) the select Reload tab. Here you will find where you can enter Parameter Name and Parameter Value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2015 11:59:40 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2015-06-25T11:59:40Z</dc:date>
    <item>
      <title>Need help on Call parameter on QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892992#M1330491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have 5 tables in my extract.qvw&amp;nbsp; file, out of this 2 tables are from database1 (DB1)to be scheduled at 8:00 AM and remaining tables are from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;database1 (&lt;/SPAN&gt;DB2) to scheduled at 9:00AM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I came to know that this can be done through QMC by passing parameter name and parameter value in Reload Tab , so here there will be two tasks where one should run at 8 Am and other at 9 AM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pls help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892992#M1330491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Call parameter on QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892993#M1330494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll need a Publisher for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See QMC-&amp;gt;Source Documents-&amp;gt;&lt;EM&gt;Select document&lt;/EM&gt;-&amp;gt;Task-&amp;gt;Reload-&amp;gt;Script Parameters. Enter a variable name in the top input box and a value that controls which QVDs will be stored by your document in the lower one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the variable must exist before script execution is started. Create the variable in the Variable overview instead of in your script. If you manipulate your variable in your script with &lt;SPAN style="font-family: 'courier new', courier;"&gt;LET/SET v=value&lt;/SPAN&gt;, then you'll always loose the passed value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QMC Help contains more information on how to set this up and how to pass multiple values (for example to create multiple end-user documents)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 08:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892993#M1330494</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-25T08:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Call parameter on QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892994#M1330496</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;What I will do in this case is to split my script into 2 part using variable (i.e. vReloadTime) See below for example. Still pass the variable into QMC&amp;nbsp; i.e.&amp;nbsp; QMC-&amp;gt;Source Documents-&amp;gt;&lt;EM&gt;Select document&lt;/EM&gt;-&amp;gt;Task-&amp;gt;Reload-&amp;gt;Script Parameters.&lt;/P&gt;&lt;P&gt;Set up two task 8:00 AM and 9:00 AM using same qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this.&lt;/P&gt;&lt;P&gt;IF vReloadTime = 0 THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Reload 8:00 AM script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tb1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM DB1;&lt;/P&gt;&lt;P&gt;STORE tb1 INTO \\..........;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Reload 9:00 AM script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tb2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt;FROM DB2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE tb2 INTO \\.......;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 11:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892994#M1330496</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-25T11:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Call parameter on QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892995#M1330497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gabriel , would you please elaborate what needs to be given in parameter name and parameter value in QMC, for the above example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 11:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892995#M1330497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T11:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Call parameter on QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892996#M1330500</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;Goto QMC, select Documents tab -&amp;gt; Source Documents tab then click on the + sign to navigate to the qvw file you want to split the task. Then click on the Edit Task button (it's Pencil like shape) the select Reload tab. Here you will find where you can enter Parameter Name and Parameter Value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 11:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892996#M1330500</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-25T11:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Call parameter on QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892997#M1330502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gabriel, not sure whether I'm asking&amp;nbsp; the right question or not, what if 8:00 AM job gets failed,and then I run it manually, how does this gets executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 12:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892997#M1330502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Call parameter on QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892998#M1330504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can set the retry number in QMC as well. The job will reload if it fails again &amp;amp; again for the number of retries you entered. Or you can reload manually&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 8:00 AM fail it won't affect the 9:00 AM job&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 12:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Call-parameter-on-QMC/m-p/892998#M1330504</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-25T12:11:04Z</dc:date>
    </item>
  </channel>
</rss>

