<?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 Document Field event trigger not working in web view or access point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Document-Field-event-trigger-not-working-in-web-view-or-access/m-p/494866#M185069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a very simple test document with two sheets and the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TestTable:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;%order&lt;/P&gt;&lt;P&gt;first&lt;/P&gt;&lt;P&gt;second&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first sheet has a single Text Object which has an Action that executes Select In Field&amp;nbsp; %order the value 'first'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then set up Document Field Event Triggers on Set and Change of %order to Activate the second sheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very simple, and it works perfectly in the QlikView desktop, however when I switch to Web View or Access point, the Field Event Triggers don't fire&lt;/P&gt;&lt;P&gt;even though I can see that the field value is being selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why this doesn't work outside of the desktop environment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jun 2013 00:48:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-21T00:48:19Z</dc:date>
    <item>
      <title>Document Field event trigger not working in web view or access point</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Field-event-trigger-not-working-in-web-view-or-access/m-p/494866#M185069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a very simple test document with two sheets and the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TestTable:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;%order&lt;/P&gt;&lt;P&gt;first&lt;/P&gt;&lt;P&gt;second&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first sheet has a single Text Object which has an Action that executes Select In Field&amp;nbsp; %order the value 'first'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then set up Document Field Event Triggers on Set and Change of %order to Activate the second sheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very simple, and it works perfectly in the QlikView desktop, however when I switch to Web View or Access point, the Field Event Triggers don't fire&lt;/P&gt;&lt;P&gt;even though I can see that the field value is being selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why this doesn't work outside of the desktop environment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 00:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Field-event-trigger-not-working-in-web-view-or-access/m-p/494866#M185069</guid>
      <dc:creator />
      <dc:date>2013-06-21T00:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Document Field event trigger not working in web view or access point</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Field-event-trigger-not-working-in-web-view-or-access/m-p/494867#M185070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have the same issue... does anybody help us?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Field-event-trigger-not-working-in-web-view-or-access/m-p/494867#M185070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-09T17:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Document Field event trigger not working in web view or access point</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Field-event-trigger-not-working-in-web-view-or-access/m-p/494868#M185071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been using a workaround which consists in using a variable that is being set according to my needs. As such, for your case, you could have a variable called vShowFirstTab which could be set to 1 if Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;%order&lt;/SPAN&gt;)='first' or 0 otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in the sheet propreties, you may define the Show Sheet proprety to Conditional, with $(vShowFirstTab)=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On your Text object, you can then add an extra action in which you set the vShowFirstTab variable to the appropriate value depending on the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Field-event-trigger-not-working-in-web-view-or-access/m-p/494868#M185071</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-10-09T17:44:30Z</dc:date>
    </item>
  </channel>
</rss>

