<?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 fields for some tabs, keep some fields for other tabs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clear-fields-for-some-tabs-keep-some-fields-for-other-tabs/m-p/705267#M254259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple sheets having certain relation to each other.&amp;nbsp; To illustrate: sheet 1,2,3 are related, sheet&amp;nbsp; 4 is unrelated, sheet&amp;nbsp; 5 and 6 are related with each other and to top it off, sheet&amp;nbsp; 7 is partially related to 1,2,3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goal:&lt;/P&gt;&lt;P&gt;When moving to another related tab fields should stay selected. When moving to an unrelated tab fields should be cleared. When moving to a partially related tab 5 fields (of the 100+) should be kept selected. I saw this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/37534"&gt;Clear all Selections except few fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the solution (from Michiel van de Goor) is:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;On active sheet I set 3 triggers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select in field&amp;nbsp; &amp;lt;Year&amp;gt;&amp;nbsp;&amp;nbsp; with the expression: =GetFieldSelections(Year)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select in&amp;nbsp; field ....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select in field ....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for each dimension I want to keep selected.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Which could be a solution for the partial related sheet. Is there way of scripting the clear all fields function depending from which tab it arrived?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2014 09:08:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-16T09:08:04Z</dc:date>
    <item>
      <title>Clear fields for some tabs, keep some fields for other tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-fields-for-some-tabs-keep-some-fields-for-other-tabs/m-p/705267#M254259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple sheets having certain relation to each other.&amp;nbsp; To illustrate: sheet 1,2,3 are related, sheet&amp;nbsp; 4 is unrelated, sheet&amp;nbsp; 5 and 6 are related with each other and to top it off, sheet&amp;nbsp; 7 is partially related to 1,2,3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goal:&lt;/P&gt;&lt;P&gt;When moving to another related tab fields should stay selected. When moving to an unrelated tab fields should be cleared. When moving to a partially related tab 5 fields (of the 100+) should be kept selected. I saw this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/37534"&gt;Clear all Selections except few fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the solution (from Michiel van de Goor) is:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;On active sheet I set 3 triggers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select in field&amp;nbsp; &amp;lt;Year&amp;gt;&amp;nbsp;&amp;nbsp; with the expression: =GetFieldSelections(Year)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select in&amp;nbsp; field ....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select in field ....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for each dimension I want to keep selected.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Which could be a solution for the partial related sheet. Is there way of scripting the clear all fields function depending from which tab it arrived?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 09:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-fields-for-some-tabs-keep-some-fields-for-other-tabs/m-p/705267#M254259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-16T09:08:04Z</dc:date>
    </item>
  </channel>
</rss>

