<?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: Triggering actions from Extensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427707#M1239262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.&amp;nbsp; If you have a variable name vTrig that you want to set to a value of "update" the code would look like:&lt;/P&gt;&lt;P&gt;var mydoc = Qv.GetCurrentDocument();&lt;/P&gt;&lt;P&gt;mydoc.SetVariable("vTrig", "update");&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2012 20:04:55 GMT</pubDate>
    <dc:creator>Brian_Munz</dc:creator>
    <dc:date>2012-09-20T20:04:55Z</dc:date>
    <item>
      <title>Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427697#M1239250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, does anyone know if it's possible to trigger actions from within Extensions? How about doing a dynamic update from Javascript, is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427697#M1239250</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427698#M1239252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of actions are you looking to trigger?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 19:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427698#M1239252</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-09-20T19:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427699#M1239254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking to trigger a dynamic update through a button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 19:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427699#M1239254</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-09-20T19:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427700#M1239255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume the QVW/QVS would be setup to support dynamic update on that app?&amp;nbsp; If that's set up properly (and keep in mind this feature is very tricky and delicate), the app will update as soon as the data is changed.&amp;nbsp; Do you want the button to somehow update the data set?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 19:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427700#M1239255</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-09-20T19:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427701#M1239256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know I can use buttons to update the model, what I'm looking for is a way to enter information in an extension and then somehow, be able to insert that information into the model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 19:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427701#M1239256</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-09-20T19:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427702#M1239257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only experience I've had with this was where I set up an extension to insert data into the SQL database that held the app's data.&amp;nbsp; This database would then run a job that used the QlikView OCX to insert that data back into the app, which would update itself since it was running dynamic update.&lt;/P&gt;&lt;P&gt;Kind of a weird roundabout way to do itm and obviously not ideal.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 19:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427702#M1239257</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-09-20T19:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427703#M1239258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your input Brian, I just thought there might be a way to do it directly through the JS API or at least be able to trigger a button click from within the extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 19:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427703#M1239258</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-09-20T19:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427704#M1239259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I'm fairly certain updating the model from the JS API is not possible, but I'm pretty sure you can similate a button click from inside an extension.&amp;nbsp; How javascript savvy are you?&lt;/P&gt;&lt;P&gt;What you could do is target the ID or class of the button (if possible...i'm not sure actually if the object IDs are yet available in the html code), and use the following jquery code to similate a click:&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"&gt;&lt;SPAN class="pln"&gt;$&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str" style="color: #800000;"&gt;"#your_item"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;trigger&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str" style="color: #800000;"&gt;"click"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Another way I've triggered events from extensions (this might not work for what you need) is by changing variables from inside the extension and having triggers on these variables which run actions when the variable is updated.&lt;/P&gt;&lt;P&gt;THis might be a bit roundabout for what you're trying to do, but....that's what I've done before for other purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 19:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427704#M1239259</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-09-20T19:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427705#M1239260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, that seems close to what I'm looking for. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 19:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427705#M1239260</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-09-20T19:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427706#M1239261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian, any chance you could share your code about changing variables from within the extension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 19:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427706#M1239261</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-09-20T19:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427707#M1239262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.&amp;nbsp; If you have a variable name vTrig that you want to set to a value of "update" the code would look like:&lt;/P&gt;&lt;P&gt;var mydoc = Qv.GetCurrentDocument();&lt;/P&gt;&lt;P&gt;mydoc.SetVariable("vTrig", "update");&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 20:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427707#M1239262</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-09-20T20:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering actions from Extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427708#M1239263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 20:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggering-actions-from-Extensions/m-p/427708#M1239263</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-09-20T20:05:40Z</dc:date>
    </item>
  </channel>
</rss>

