<?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: Passing parameter from QMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Passing-parameter-from-QMC/m-p/478348#M1269633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding to the below note,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can pass in a single variable and do string opertions to devide them. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2013 07:18:13 GMT</pubDate>
    <dc:creator>gainkarthi</dc:creator>
    <dc:date>2013-09-04T07:18:13Z</dc:date>
    <item>
      <title>Passing parameter from QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-parameter-from-QMC/m-p/478346#M1269625</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 have a scenario in that i need to pass value for two variables from QMC.&lt;/P&gt;&lt;P&gt;for Example&lt;/P&gt;&lt;P&gt;I have created two variables in QVW file : vVariable1 and vVariable2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to achieve this?&lt;/P&gt;&lt;P&gt;Thanks for the help in advance... &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;Regards&lt;/P&gt;&lt;P&gt;PRABHU APPU&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/Passing-parameter-from-QMC/m-p/478346#M1269625</guid>
      <dc:creator>prabhuappu</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameter from QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-parameter-from-QMC/m-p/478347#M1269628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only one variable can receive values from QMC. You can not handle two in the same job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 07:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-parameter-from-QMC/m-p/478347#M1269628</guid>
      <dc:creator>gainkarthi</dc:creator>
      <dc:date>2013-09-04T07:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameter from QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-parameter-from-QMC/m-p/478348#M1269633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding to the below note,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can pass in a single variable and do string opertions to devide them. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 07:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-parameter-from-QMC/m-p/478348#M1269633</guid>
      <dc:creator>gainkarthi</dc:creator>
      <dc:date>2013-09-04T07:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameter from QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-parameter-from-QMC/m-p/2486654#M1269638</link>
      <description>&lt;P&gt;i Tested and worked...lets say that you need to pass 3&amp;nbsp; variable parameters.&lt;BR /&gt;vVariable1, vVariable2 and vVariable3.&lt;BR /&gt;&lt;BR /&gt;Step 1 in the QMC put thus in parametername=vVariable1|vVariable2|vVariable3&lt;/P&gt;
&lt;P&gt;step 2 In the paramter value type 1|2|3&lt;BR /&gt;step 3 in the qvw you want to pass the parameter make sure to create the variable named exactly as the parameter name you placed in step 1 (do it in the UI .. not in the script) leave it empty.&lt;BR /&gt;&lt;BR /&gt;and finally in the scrit copya paste :&lt;/P&gt;
&lt;P&gt;let vNames=vVariable1|vVariable2|vVariable3;&lt;BR /&gt;let vValues='$(vVariable1|vVariable2|vVariable3)';&lt;/P&gt;
&lt;P&gt;LET vVariable1 = Subfield('$(vValues)', '|', 1);&lt;BR /&gt;LET vVariable2 = Subfield('$(vValues)', '|', 2);&lt;BR /&gt;LET vVariable3 = Subfield('$(vValues)', '|', 3);&lt;/P&gt;
&lt;P&gt;Now you can reload your task with the parameter values you want.. (always using | as separator)&lt;BR /&gt;enjoy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 21:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-parameter-from-QMC/m-p/2486654#M1269638</guid>
      <dc:creator>hectorgarcia</dc:creator>
      <dc:date>2024-10-11T21:06:04Z</dc:date>
    </item>
  </channel>
</rss>

