<?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: Button: select multiple (opposite) values in different fields at the same time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518602#M106130</link>
    <description>&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/Visualizations/alternate-states-comparative-analysis.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/Visualizations/alternate-states-comparative-analysis.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 May 2025 10:09:32 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2025-05-22T10:09:32Z</dc:date>
    <item>
      <title>Button: select multiple (opposite) values in different fields at the same time</title>
      <link>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518455#M106091</link>
      <description>&lt;P&gt;Hello to all,&lt;/P&gt;
&lt;P&gt;I am looking for a specific case of button configuration:&lt;/P&gt;
&lt;P&gt;I already know how to select values from multiple fields with a button but the tricky part is that I want to add the selections of those fields. Here is an example:&lt;/P&gt;
&lt;P&gt;I have a visualisation with several dimensions/fields including:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;- Region of the world (for example a continent),&lt;/LI&gt;
&lt;LI&gt;- Country.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I want my button to select the region "Africa" but at the same time select the country "Japan" which would technically be excluded from the selection due to region being "Africa".&lt;/P&gt;
&lt;P&gt;Is there a way of doing so ? So far I have to say that I am not sure if this is possible &lt;EM&gt;via&lt;/EM&gt; a button.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 09:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518455#M106091</guid>
      <dc:creator>arn_prr</dc:creator>
      <dc:date>2025-05-21T09:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Button: select multiple (opposite) values in different fields at the same time</title>
      <link>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518512#M106107</link>
      <description>&lt;P&gt;A direct field-selection is not possible but both conditions could be combined within a set analysis, like:&lt;/P&gt;&lt;P&gt;sum({&amp;lt; Region = {'Afrika'} &amp;gt; + &amp;lt; Country = {'Japan'}&amp;gt;} Value)&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 16:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518512#M106107</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-05-21T16:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Button: select multiple (opposite) values in different fields at the same time</title>
      <link>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518576#M106122</link>
      <description>&lt;P&gt;Thanks for the reply, sadly I want to use this feature as a filter for the whole page but only by having a favorite or a button so I am not sure that this solution by using an aggr would be possible.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 08:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518576#M106122</guid>
      <dc:creator>arn_prr</dc:creator>
      <dc:date>2025-05-22T08:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Button: select multiple (opposite) values in different fields at the same time</title>
      <link>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518578#M106123</link>
      <description>&lt;P&gt;You could use a second state and then combine the conditions in your expressions, perhaps?&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 08:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518578#M106123</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2025-05-22T08:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Button: select multiple (opposite) values in different fields at the same time</title>
      <link>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518595#M106128</link>
      <description>&lt;P&gt;Sorry, my Qlik Sense is in French so are you talking about Inherited State ?&lt;/P&gt;
&lt;P&gt;If so, I would be curious to have an example to understand how this would work.&lt;/P&gt;
&lt;P&gt;Even if this is not the way you are talking about, I would be curious to see an example of the solution you are suggesting.&lt;/P&gt;
&lt;P&gt;Once again, thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 09:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518595#M106128</guid>
      <dc:creator>arn_prr</dc:creator>
      <dc:date>2025-05-22T09:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Button: select multiple (opposite) values in different fields at the same time</title>
      <link>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518599#M106129</link>
      <description>&lt;P&gt;If appropriate set analysis conditions are not practically enough I think I would add the essential information within the data-model, in the simplest way an extra field in the country-dimension-table, like:&lt;/P&gt;&lt;P&gt;if(&lt;SPAN&gt;Region = 'Afrika' or Country = 'Japan', true(), false()) as SheetFilter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and then selecting against this flag.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Another way to control excluding and/or overlapping hierarchically values may be to implement a&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Design/The-As-Of-Table/ba-p/1466130" target="_blank"&gt;The As-Of Table - Qlik Community - 1466130&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 10:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518599#M106129</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-05-22T10:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Button: select multiple (opposite) values in different fields at the same time</title>
      <link>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518602#M106130</link>
      <description>&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/Visualizations/alternate-states-comparative-analysis.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/Visualizations/alternate-states-comparative-analysis.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 10:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2518602#M106130</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2025-05-22T10:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Button: select multiple (opposite) values in different fields at the same time</title>
      <link>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2519736#M106320</link>
      <description>&lt;P&gt;In the end, the best way to do it the way I wanted was to put a 'Tag' system.&lt;/P&gt;
&lt;P&gt;Countries in Africa and Parkistan all have the same tag, that I use to filter.&lt;/P&gt;
&lt;P&gt;Thanks to all of you for guiding me.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 08:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-select-multiple-opposite-values-in-different-fields-at/m-p/2519736#M106320</guid>
      <dc:creator>arn_prr</dc:creator>
      <dc:date>2025-06-02T08:00:55Z</dc:date>
    </item>
  </channel>
</rss>

