<?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: Keep selections for several fields in Triggers in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Keep-selections-for-several-fields-in-Triggers/m-p/1731579#M55830</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/74560"&gt;@matthieu-hoffmann&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you consider using Alternate States instead?&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jul 2020 05:52:49 GMT</pubDate>
    <dc:creator>ArnadoSandoval</dc:creator>
    <dc:date>2020-07-29T05:52:49Z</dc:date>
    <item>
      <title>Keep selections for several fields in Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Keep-selections-for-several-fields-in-Triggers/m-p/1731427#M55814</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm using the sheet triggers added in April 2020 in my Qlik Sense application (on April 2020 SR3).&lt;/P&gt;&lt;P&gt;On every page, I activated "&lt;U&gt;clear selections in other fields&lt;/U&gt;" and used my &lt;STRONG&gt;Year&lt;/STRONG&gt; field. But what if I also would like to keep the &lt;STRONG&gt;Month&lt;/STRONG&gt; field, the &lt;STRONG&gt;Date&lt;/STRONG&gt; field ? And eventually a 4th one ? I tried with 2 triggers but it doesn't work. Is there another way, eventually with other triggers in a specific order ?&lt;/P&gt;&lt;P&gt;I need every sheet to retrieve their initial aspect except for these selections.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Keep-selections-for-several-fields-in-Triggers/m-p/1731427#M55814</guid>
      <dc:creator>matthieu-hoffmann</dc:creator>
      <dc:date>2024-11-16T01:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Keep selections for several fields in Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Keep-selections-for-several-fields-in-Triggers/m-p/1731571#M55827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/74560"&gt;@matthieu-hoffmann&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems we need to understand this functionality behaviour to better implement it; I did some test with a sales application-dashboard that allows me to filter on the fields year; month; day and city; these are my results:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This is my UI, with 4 selectors:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ST-01.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38210i1CB5708CE7375984/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ST-01.png" alt="ST-01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I implemented a trigger with its action: "&lt;U&gt;clear selections in other fields&lt;/U&gt;" as shown; I assigned the City field instead of the Year one:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ST-02.png" style="width: 247px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38211iA1E8F36C13C2E7F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="ST-02.png" alt="ST-02.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The trigger cleared the selections for all my selectors &lt;STRONG&gt;but&lt;/STRONG&gt; the &lt;EM&gt;City&lt;/EM&gt;; It will be challenging implementing multiple "&lt;U&gt;clear selections in other fields&lt;/U&gt;" actions to achieve what you want to do.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ST-03.png" style="width: 403px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38212iEA040874AA69B02A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ST-03.png" alt="ST-03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;So, I changed the action to "&lt;U&gt;Clear selections in field&lt;/U&gt;", and implemented a second trigger with similar action of the Sales_Day field, as shown.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ST-04.png" style="width: 231px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38213iC4EFA8CCCEE2D0B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="ST-04.png" alt="ST-04.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The outcome of my second test was promising, it allows us to &lt;U&gt;keep selections for several fields&lt;/U&gt; by clearing the selections we do not want; I think this is what you want to do!&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ST-05.png" style="width: 542px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38215iE2F968DDF8154D5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="ST-05.png" alt="ST-05.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please let us know if this approach resolve your issue!&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 05:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Keep-selections-for-several-fields-in-Triggers/m-p/1731571#M55827</guid>
      <dc:creator>ArnadoSandoval</dc:creator>
      <dc:date>2020-07-29T05:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Keep selections for several fields in Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Keep-selections-for-several-fields-in-Triggers/m-p/1731574#M55829</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your tests.&lt;/P&gt;&lt;P&gt;Nevertheless, I can’t procede thus because except my four common fields in every pages, I have multiple other ones, not the same everywhere. And I can’t add 30+ exceptions in my triggers...&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 05:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Keep-selections-for-several-fields-in-Triggers/m-p/1731574#M55829</guid>
      <dc:creator>matthieu-hoffmann</dc:creator>
      <dc:date>2020-07-29T05:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Keep selections for several fields in Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Keep-selections-for-several-fields-in-Triggers/m-p/1731579#M55830</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/74560"&gt;@matthieu-hoffmann&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you consider using Alternate States instead?&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 05:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Keep-selections-for-several-fields-in-Triggers/m-p/1731579#M55830</guid>
      <dc:creator>ArnadoSandoval</dc:creator>
      <dc:date>2020-07-29T05:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Keep selections for several fields in Triggers</title>
      <link>https://community.qlik.com/t5/App-Development/Keep-selections-for-several-fields-in-Triggers/m-p/1731656#M55835</link>
      <description>&lt;P&gt;Yes, but I have so many objects in my application...&lt;/P&gt;&lt;P&gt;I also thought about using all my fields in a variable and use this in a set analysis to exclude them like Count(distinct {&amp;lt;Year=,Month=,&amp;gt;} %IdCustomer)&lt;/P&gt;&lt;P&gt;The easier way appeared Qlik let us the possibility to choose several fields in the trigger used.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 07:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Keep-selections-for-several-fields-in-Triggers/m-p/1731656#M55835</guid>
      <dc:creator>matthieu-hoffmann</dc:creator>
      <dc:date>2020-07-29T07:42:07Z</dc:date>
    </item>
  </channel>
</rss>

