<?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 trigger at sheet level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/trigger-at-sheet-level/m-p/1400742#M424662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when my sheet 1 opens, I want emp = a selected.&lt;/P&gt;&lt;P&gt;when i click on sheet 2, I want empx = active be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I want to clear the selection as soon as they leave the sheet and whne they come back it should be there.&lt;/P&gt;&lt;P&gt;I tried onactivate sheet at sheet property level in each tab and then also kept clear field for that filter. It clears but doesnt activate when i click on the respective sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2017 01:34:46 GMT</pubDate>
    <dc:creator>rdsuperlike</dc:creator>
    <dc:date>2017-10-20T01:34:46Z</dc:date>
    <item>
      <title>trigger at sheet level</title>
      <link>https://community.qlik.com/t5/QlikView/trigger-at-sheet-level/m-p/1400742#M424662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when my sheet 1 opens, I want emp = a selected.&lt;/P&gt;&lt;P&gt;when i click on sheet 2, I want empx = active be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I want to clear the selection as soon as they leave the sheet and whne they come back it should be there.&lt;/P&gt;&lt;P&gt;I tried onactivate sheet at sheet property level in each tab and then also kept clear field for that filter. It clears but doesnt activate when i click on the respective sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 01:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trigger-at-sheet-level/m-p/1400742#M424662</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2017-10-20T01:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: trigger at sheet level</title>
      <link>https://community.qlik.com/t5/QlikView/trigger-at-sheet-level/m-p/1400743#M424663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you clear from sheet 1 to sheet 2. And again, You are back to sheet 1 that means we are activate the Emp a and after the sheet 2 should be clear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 01:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trigger-at-sheet-level/m-p/1400743#M424663</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-20T01:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: trigger at sheet level</title>
      <link>https://community.qlik.com/t5/QlikView/trigger-at-sheet-level/m-p/1400744#M424664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a trigger OnLeaveSheet, right click on the background of the sheet Properties &amp;gt; Triggers &amp;gt; OnLeaveSheet &amp;gt; Add Actions Selection &amp;gt; Clear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to select or deselect when activating a new sheet, use instead OnActivateSheet following the same steps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 02:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trigger-at-sheet-level/m-p/1400744#M424664</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-10-20T02:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: trigger at sheet level</title>
      <link>https://community.qlik.com/t5/QlikView/trigger-at-sheet-level/m-p/1400745#M424665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ria,&lt;/P&gt;&lt;P&gt;Basically you have to store the selection of Sheet1 into a variable while leaving the sheet1. When you are activating the Sheet1 again, you have to reassign the variable value in to 'emp'&lt;/P&gt;&lt;P&gt;On leave Sheet1&lt;/P&gt;&lt;P&gt;1) Get selected value of field in EMP - store it into Variable.&lt;/P&gt;&lt;P&gt;2) Clear all&lt;/P&gt;&lt;P&gt;On Activate Sheet 1&lt;/P&gt;&lt;P&gt;1) Select in Field Variable value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 03:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trigger-at-sheet-level/m-p/1400745#M424665</guid>
      <dc:creator>madhumitha</dc:creator>
      <dc:date>2017-10-20T03:46:12Z</dc:date>
    </item>
  </channel>
</rss>

