<?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 Triggers in access point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Triggers-in-access-point/m-p/187290#M51028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume the trigger you are using to clear all values and set default values is the OnPostReload trigger which I have not seen work properly when the reload is done on QlikView Server or Publisher. However, the OnOpen trigger should work when opening the document on AccessPoint so try the OnOpen trigger.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Nov 2010 18:07:17 GMT</pubDate>
    <dc:creator>pover</dc:creator>
    <dc:date>2010-11-15T18:07:17Z</dc:date>
    <item>
      <title>Triggers in access point</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers-in-access-point/m-p/187289#M51027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I use triggers in my application to clear all values and also to set default values and it works good. But when I publish this to access point it dosent work. How can I solve this ? / regards mikael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 10:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers-in-access-point/m-p/187289#M51027</guid>
      <dc:creator />
      <dc:date>2010-11-15T10:52:10Z</dc:date>
    </item>
    <item>
      <title>Triggers in access point</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers-in-access-point/m-p/187290#M51028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume the trigger you are using to clear all values and set default values is the OnPostReload trigger which I have not seen work properly when the reload is done on QlikView Server or Publisher. However, the OnOpen trigger should work when opening the document on AccessPoint so try the OnOpen trigger.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 18:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers-in-access-point/m-p/187290#M51028</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-11-15T18:07:17Z</dc:date>
    </item>
    <item>
      <title>Triggers in access point</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers-in-access-point/m-p/187291#M51029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a vbscript file that is run as a scheduled task that will clear values on a specific file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mikael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start by getting a handle on the qvw file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Create an instance of QlikView&lt;/P&gt;&lt;P&gt;set Qv = CreateObject("QlikTech.QlikView")&lt;/P&gt;&lt;P&gt;Set activeDocument = Qv.OpenDocEx ("file.qvw",0,false) ' Open the document&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to reset a variable you can easily get a handle&lt;/P&gt;&lt;P&gt;set var = activeDocument.Variables("varName")&lt;/P&gt;&lt;P&gt;var.SetContent 0, true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 22:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers-in-access-point/m-p/187291#M51029</guid>
      <dc:creator />
      <dc:date>2010-11-19T22:41:33Z</dc:date>
    </item>
  </channel>
</rss>

