<?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: How to Activate Object OnActivateSheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Activate-Object-OnActivateSheet/m-p/516687#M192882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; QlikView 11, OnActivate and OnDeactivate Sheet Object Event triggers have been removed from QlikView 11 and later. The sheet level triggers are still available though, only the object level has been removed.-- Check the release Notes&lt;/P&gt;&lt;P&gt;This might be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jan 2014 16:38:21 GMT</pubDate>
    <dc:creator>brindlogcool</dc:creator>
    <dc:date>2014-01-15T16:38:21Z</dc:date>
    <item>
      <title>How to Activate Object OnActivateSheet</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Activate-Object-OnActivateSheet/m-p/516686#M192881</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;I use QV version 11 and would like to activate a object (have create a button based on a text object) when I click/open a sheet. I thought that I could use Sheet properties &amp;gt; Triggers &amp;gt; Add actions (OnActivateSheet) &amp;gt; Layout and Activate Object and then add the Object ID but it doesn't work. &lt;/P&gt;&lt;P&gt;Is there anyone that have a solution for this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 15:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Activate-Object-OnActivateSheet/m-p/516686#M192881</guid>
      <dc:creator />
      <dc:date>2014-01-15T15:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Activate Object OnActivateSheet</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Activate-Object-OnActivateSheet/m-p/516687#M192882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; QlikView 11, OnActivate and OnDeactivate Sheet Object Event triggers have been removed from QlikView 11 and later. The sheet level triggers are still available though, only the object level has been removed.-- Check the release Notes&lt;/P&gt;&lt;P&gt;This might be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 16:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Activate-Object-OnActivateSheet/m-p/516687#M192882</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-01-15T16:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Activate Object OnActivateSheet</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Activate-Object-OnActivateSheet/m-p/516688#M192883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activating an object just means that the object gets the focus. It does not make the object do anything. If you want to to execute a click event on the button then you will have to click manually. If you want to execute the actions assigned to the button then you can add the same actions to the OnActivate sheet trigger. But keep in mind that there are no guarantees that that trigger will work in the ajax client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 16:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Activate-Object-OnActivateSheet/m-p/516688#M192883</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-01-15T16:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Activate Object OnActivateSheet</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Activate-Object-OnActivateSheet/m-p/516689#M192884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tested - this particular trigger doesn't work even in Desktop.&amp;nbsp; Looks like a bug, because the same action works from a button, and other actions work OnActivate sheet trigger.&lt;/P&gt;&lt;P&gt;Anyway, the workaround is to add this action to the same button which activates the sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 16:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Activate-Object-OnActivateSheet/m-p/516689#M192884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-15T16:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Activate Object OnActivateSheet</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Activate-Object-OnActivateSheet/m-p/516690#M192885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar problem... but I try to do set focus object with macros..... In desktop enviroment the macro works... but in server mode works but doesnt work the objects interaction... maybe caused for an error in the macro ... but I am not sure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone that tried to resolve this problem with a Macro? or some idea to resolve this problem.... I use QV v9.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 16:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Activate-Object-OnActivateSheet/m-p/516690#M192885</guid>
      <dc:creator />
      <dc:date>2014-03-20T16:49:06Z</dc:date>
    </item>
  </channel>
</rss>

