<?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 variable via EDX Trigger call failed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pass-variable-via-EDX-Trigger-call-failed/m-p/278381#M1278757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a QV Consultant had the right hint for me --&amp;gt; Documentation "Bug"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right syntax is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;CODE class="jive-code jive-xml"&gt;&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;Global method="RequestEDX" key="B0cOGkwRkDjHNCiBLLsJ4heDhltK87+h"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="jive-xml-tag"&gt;&amp;lt;i_TaskIDOrTaskName&amp;gt;&lt;/SPAN&gt;ParameterTest&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;/i_TaskIDOrTaskName&amp;gt;&lt;/SPAN&gt; &lt;BR /&gt;&amp;nbsp; &lt;SPAN class="jive-xml-tag"&gt;&amp;lt;i_Password&amp;gt;&lt;/SPAN&gt;PW12345&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;/i_Password&amp;gt;&lt;/SPAN&gt; &lt;BR /&gt;&amp;nbsp; &lt;SPAN class="jive-xml-tag"&gt;&amp;lt;i_VariableName&amp;gt;&lt;/SPAN&gt;vScriptCustomerID&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;/i_VariableName&amp;gt;&lt;/SPAN&gt; &lt;BR /&gt;&amp;nbsp; &lt;SPAN class="jive-xml-tag"&gt;&amp;lt;i_VariableValueList&amp;gt;&amp;lt;string&amp;gt;&lt;/SPAN&gt;123456&amp;lt;/string&amp;gt;&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;/i_VariableValueList&amp;gt;&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;/Global&amp;gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;You will need &amp;lt;string&amp;gt; &amp;lt;/string&amp;gt; around your VariableValueList, after that it works perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2011 14:07:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-02T14:07:10Z</dc:date>
    <item>
      <title>Pass variable via EDX Trigger call failed</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-variable-via-EDX-Trigger-call-failed/m-p/278380#M1278755</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;system: QV 10 SR3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Accourding to page 203 of QlikView Server Reference Manual I try to pass a variable and its content to an EDX Enabled Task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request:&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&amp;lt;Global method="RequestEDX" key="B0cOGkwRkDjHNCiBLLsJ4heDhltK87+h"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;i_TaskIDOrTaskName&amp;gt;ParameterTest&amp;lt;/i_TaskIDOrTaskName&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;i_Password&amp;gt;PW12345&amp;lt;/i_Password&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;i_VariableName&amp;gt;vScriptCustomerID&amp;lt;/i_VariableName&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;i_VariableValueList&amp;gt;123456&amp;lt;/i_VariableValueList&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;/Global&amp;gt;&lt;/P&gt;&lt;/PRE&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P align="left"&gt;&lt;SPAN style="font-size: 10pt; font-family: CourierNewPS-BoldMT;"&gt;i_VariableName&amp;nbsp; - The name of the variable you wish to change. The attribute may be left empty.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i_VariableValueList&amp;nbsp; - The values you want to assign the variable. The variables are entered accordingto the same pattern as in QEMC. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The attribute may be left empty.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Task is starting as expected but no variable is passed.&lt;/P&gt;&lt;P&gt;There is a warning inside Logfile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2011-10-27 10:40:25) Information: RepeatVariable found.&lt;/P&gt;&lt;P&gt;(2011-10-27 10:40:25) Warning: &lt;STRONG&gt;RepeatVariable found, but is empty&lt;/STRONG&gt;. Name=vScriptCustomerID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seams that the variable Name is passed correctly but the Value is missing...&lt;/P&gt;&lt;P&gt;I already tried to pass te VariableValueList with trailing semicolon "123456;" and without.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas how this works correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&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/Pass-variable-via-EDX-Trigger-call-failed/m-p/278380#M1278755</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pass variable via EDX Trigger call failed</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-variable-via-EDX-Trigger-call-failed/m-p/278381#M1278757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a QV Consultant had the right hint for me --&amp;gt; Documentation "Bug"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right syntax is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;CODE class="jive-code jive-xml"&gt;&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;Global method="RequestEDX" key="B0cOGkwRkDjHNCiBLLsJ4heDhltK87+h"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="jive-xml-tag"&gt;&amp;lt;i_TaskIDOrTaskName&amp;gt;&lt;/SPAN&gt;ParameterTest&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;/i_TaskIDOrTaskName&amp;gt;&lt;/SPAN&gt; &lt;BR /&gt;&amp;nbsp; &lt;SPAN class="jive-xml-tag"&gt;&amp;lt;i_Password&amp;gt;&lt;/SPAN&gt;PW12345&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;/i_Password&amp;gt;&lt;/SPAN&gt; &lt;BR /&gt;&amp;nbsp; &lt;SPAN class="jive-xml-tag"&gt;&amp;lt;i_VariableName&amp;gt;&lt;/SPAN&gt;vScriptCustomerID&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;/i_VariableName&amp;gt;&lt;/SPAN&gt; &lt;BR /&gt;&amp;nbsp; &lt;SPAN class="jive-xml-tag"&gt;&amp;lt;i_VariableValueList&amp;gt;&amp;lt;string&amp;gt;&lt;/SPAN&gt;123456&amp;lt;/string&amp;gt;&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;/i_VariableValueList&amp;gt;&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="jive-xml-tag"&gt;&amp;lt;/Global&amp;gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;You will need &amp;lt;string&amp;gt; &amp;lt;/string&amp;gt; around your VariableValueList, after that it works perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 14:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-variable-via-EDX-Trigger-call-failed/m-p/278381#M1278757</guid>
      <dc:creator />
      <dc:date>2011-11-02T14:07:10Z</dc:date>
    </item>
    <item>
      <title>Pass variable via EDX Trigger call failed</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-variable-via-EDX-Trigger-call-failed/m-p/278382#M1278759</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;How to pass multiple parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 03:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-variable-via-EDX-Trigger-call-failed/m-p/278382#M1278759</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2012-02-10T03:38:56Z</dc:date>
    </item>
  </channel>
</rss>

