<?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 EDX ----  HELP!!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EDX-HELP/m-p/189310#M1285534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have been looking at the 9.0 SR3 manual and the EDX trigger section has us confused. Under 8.x we triggered jobs via a url call. Is this still the case. Can someone give us a clear example and description of how we accomplish firing off tasks remotely?&lt;/P&gt;&lt;P&gt;THANKS!&lt;/P&gt;&lt;P&gt;Mark Tracy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>EDX ----  HELP!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-HELP/m-p/189310#M1285534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have been looking at the 9.0 SR3 manual and the EDX trigger section has us confused. Under 8.x we triggered jobs via a url call. Is this still the case. Can someone give us a clear example and description of how we accomplish firing off tasks remotely?&lt;/P&gt;&lt;P&gt;THANKS!&lt;/P&gt;&lt;P&gt;Mark Tracy&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/EDX-HELP/m-p/189310#M1285534</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>EDX ----  HELP!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-HELP/m-p/189311#M1285537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the vbs code below, regards&lt;/P&gt;&lt;P&gt;Dim url, doc, uid, pass&lt;BR /&gt;url = "&lt;A href="http://myQVAppServer.MyDomain.edu:4720/qtxs.asmx"&gt;http://myQVAppServer.MyDomain.edu:4720/qtxs.asmx&lt;/A&gt;"&lt;BR /&gt;doc = "MyTestDoc.qvw"&lt;BR /&gt;userID = "myuserid"&lt;BR /&gt;pass = "myPassword"&lt;/P&gt;&lt;P&gt;MsgBox ReloadEDX(url, doc, userID, pass)&lt;/P&gt;&lt;P&gt;Function ReloadEDX (dsURL, document, userID, password)&lt;BR /&gt;Dim requestKey, xmlhttp, requestData, httpResult&lt;BR /&gt;set xmlhttp = createobject("msxml2.xmlhttp.3.0")&lt;BR /&gt;xmlhttp.open "post", dsURL, false, userID, pass&lt;BR /&gt;requestData = "&amp;lt;Global method=""GetTimeLimitedRequestKey"" /&amp;gt;" &amp;amp; vbCrLf&lt;BR /&gt;xmlhttp.send requestData&lt;BR /&gt; requestKey = xmlhttp.responseXML.selectSingleNode("//GetTimeLimitedRequestKeyResult").text&lt;BR /&gt; requestData = "&amp;lt;Global method=""RequestEDX"" key=""" &amp;amp; requestKey &amp;amp; """&amp;gt;&amp;lt;i_TaskIDOrTaskName&amp;gt;" &amp;amp; document &amp;amp; "&amp;lt;/i_TaskIDOrTaskName&amp;gt;&amp;lt;i_Password /&amp;gt;&amp;lt;i_VariableName /&amp;gt;&amp;lt;i_VariableValueList /&amp;gt;&amp;lt;/Global&amp;gt;" &amp;amp; vbCrLf&lt;BR /&gt; xmlhttp.open "post", dsURL, false, userID, pass xmlhttp.send requestData&lt;BR /&gt; httpResult = xmlhttp.responseXML.xml&lt;BR /&gt; If xmlhttp.responseXML.selectSingleNode("//TaskStartResult") Is Nothing Then ReloadEDX = httpResult&lt;BR /&gt; Else&lt;BR /&gt; If xmlhttp.responseXML.selectSingleNode("//TaskStartResult").text = "Success" Then ReloadEDX = "Reloading of " &amp;amp; document &amp;amp; " has been started"&lt;BR /&gt; Else&lt;BR /&gt; ReloadEDX = httpResult&lt;BR /&gt; End If&lt;BR /&gt; End If&lt;BR /&gt;End Function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 17:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-HELP/m-p/189311#M1285537</guid>
      <dc:creator />
      <dc:date>2010-03-04T17:20:10Z</dc:date>
    </item>
    <item>
      <title>EDX ----  HELP!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-HELP/m-p/189312#M1285541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! We are checking into this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 20:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-HELP/m-p/189312#M1285541</guid>
      <dc:creator />
      <dc:date>2010-03-15T20:58:27Z</dc:date>
    </item>
    <item>
      <title>EDX ----  HELP!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-HELP/m-p/189313#M1285542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/18961.aspx"&gt;http://community.qlik.com/forums/t/18961.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 08:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-HELP/m-p/189313#M1285542</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-03-17T08:55:27Z</dc:date>
    </item>
  </channel>
</rss>

