<?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 Clear selection when changing sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236223#M87425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;I want to clear a Selector when the user moves from a certain sheet to another certain sheet. The problem is that it does not concern all changes between sheets. Example: when the user moves from sheet A to sheet B the field should not be cleaned but when the user moves from sheet B to sheet C the filed should be cleaned.&lt;/P&gt;&lt;P&gt;Does anyone have any ides?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jul 2010 12:08:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-28T12:08:25Z</dc:date>
    <item>
      <title>Clear selection when changing sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236223#M87425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;I want to clear a Selector when the user moves from a certain sheet to another certain sheet. The problem is that it does not concern all changes between sheets. Example: when the user moves from sheet A to sheet B the field should not be cleaned but when the user moves from sheet B to sheet C the filed should be cleaned.&lt;/P&gt;&lt;P&gt;Does anyone have any ides?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 12:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236223#M87425</guid>
      <dc:creator />
      <dc:date>2010-07-28T12:08:25Z</dc:date>
    </item>
    <item>
      <title>Clear selection when changing sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236224#M87426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the Triggers tab on the Sheet properties, in particular the 'OnLeaveSheet' even.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 12:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236224#M87426</guid>
      <dc:creator />
      <dc:date>2010-07-28T12:15:49Z</dc:date>
    </item>
    <item>
      <title>Clear selection when changing sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236225#M87427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a selection action to the OnActivate sheet and/or OnLeave sheet events. You can use these triggers to clear fields or set default selections. The only issue is that this needs to be done for each sheet.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 12:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236225#M87427</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-07-28T12:21:22Z</dc:date>
    </item>
    <item>
      <title>Clear selection when changing sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236226#M87428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use the OnActivate sheet I need to know which the previos sheet was, how do I get that information?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 12:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236226#M87428</guid>
      <dc:creator />
      <dc:date>2010-07-28T12:59:06Z</dc:date>
    </item>
    <item>
      <title>Clear selection when changing sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236227#M87429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could define a variable LastSheet that you set in OnDeactivate Sheet, and check it in OnActivate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 13:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236227#M87429</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2010-07-28T13:18:10Z</dc:date>
    </item>
    <item>
      <title>Clear selection when changing sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236228#M87430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this in OnDeactivate Sheet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;sub e&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;xitSheet&lt;BR /&gt;&lt;B&gt;set&lt;/B&gt; LastSheet = ActiveDocument.ActiveSheet.GetProperties.Name&lt;BR /&gt;&lt;STRONG&gt;end&lt;/STRONG&gt; sub &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it does not turn out well. When I change sheets, it stops in the macro with this message:&lt;BR /&gt;Object required: '[string: "Agent"]'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 16:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-selection-when-changing-sheets/m-p/236228#M87430</guid>
      <dc:creator />
      <dc:date>2010-07-28T16:32:58Z</dc:date>
    </item>
  </channel>
</rss>

