<?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 with opposite selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1884449#M72850</link>
    <description>&lt;P&gt;There is another action that says "&lt;STRONG&gt;Select alternative values&lt;/STRONG&gt;" or sometihn like that.&lt;BR /&gt;So your way to go is:&lt;BR /&gt;1. &lt;STRONG&gt;Select values in field A=4&lt;/STRONG&gt;&lt;BR /&gt;2. &lt;STRONG&gt;Select values in field B= 1,2,4&lt;/STRONG&gt;&lt;BR /&gt;3. &lt;STRONG&gt;Select alternative values&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jan 2022 12:23:30 GMT</pubDate>
    <dc:creator>chris_djih</dc:creator>
    <dc:date>2022-01-24T12:23:30Z</dc:date>
    <item>
      <title>Button with opposite selection</title>
      <link>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1883725#M72771</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;
&lt;P&gt;I have an issue with a button in Qlik Sense. I need to show 2 different kinds of products (ID):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The first ones are shown clicking on a button wich set these conditions: 1)&amp;nbsp;&lt;STRONG&gt;Select values in field A=4;&amp;nbsp;&lt;/STRONG&gt;2)&amp;nbsp;&lt;STRONG&gt;Select values in field B= 1,2,4.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;The second ones have to be shown by another button which has to select values in field A &amp;lt;&amp;gt;4&amp;nbsp;&lt;STRONG&gt;OR&lt;/STRONG&gt; values in field B &amp;lt;&amp;gt; 1,2,4.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For the first button it's easy but how can I set the second button?&lt;/P&gt;
&lt;P&gt;Could anyone help me please?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 08:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1883725#M72771</guid>
      <dc:creator>danimarc12</dc:creator>
      <dc:date>2022-01-21T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Button with opposite selection</title>
      <link>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1883754#M72775</link>
      <description>&lt;P&gt;Simply use excluded from button action&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vikasmahajan_0-1642758306840.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/70676i6BB5D9344E8AA2B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vikasmahajan_0-1642758306840.png" alt="vikasmahajan_0-1642758306840.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Vikas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 09:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1883754#M72775</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2022-01-21T09:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Button with opposite selection</title>
      <link>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1883757#M72776</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41099"&gt;@vikasmahajan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;thanks for your answer. The solution isn't correct because of the logic meaning.&lt;/P&gt;
&lt;P&gt;The contrary of "valueA&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;AND&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;valueB"&amp;nbsp; is not&amp;nbsp; "&lt;STRONG&gt;NOT&lt;/STRONG&gt;&amp;nbsp;valueA&amp;nbsp; &lt;STRONG&gt;AND NOT&lt;/STRONG&gt;&amp;nbsp; valueB"&lt;/P&gt;
&lt;P&gt;but&lt;/P&gt;
&lt;P&gt;"&lt;STRONG&gt;NOT&amp;nbsp;&lt;/STRONG&gt;valueA&amp;nbsp;&lt;STRONG&gt;OR NOT&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;valueB". So, If you exclude, you're using the wrong logic condition.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 09:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1883757#M72776</guid>
      <dc:creator>danimarc12</dc:creator>
      <dc:date>2022-01-21T09:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Button with opposite selection</title>
      <link>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1884449#M72850</link>
      <description>&lt;P&gt;There is another action that says "&lt;STRONG&gt;Select alternative values&lt;/STRONG&gt;" or sometihn like that.&lt;BR /&gt;So your way to go is:&lt;BR /&gt;1. &lt;STRONG&gt;Select values in field A=4&lt;/STRONG&gt;&lt;BR /&gt;2. &lt;STRONG&gt;Select values in field B= 1,2,4&lt;/STRONG&gt;&lt;BR /&gt;3. &lt;STRONG&gt;Select alternative values&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 12:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1884449#M72850</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-24T12:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Button with opposite selection</title>
      <link>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1884484#M72854</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/151946"&gt;@chris_djih&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;thanks for ur answer too. Unfortunately it's the same because the alterative values for each field is gonna make the wrong logical selection.&lt;/P&gt;
&lt;P&gt;Maybe I have to create a new dimension in the LOAD SCRIPT EDITOR?!&lt;/P&gt;
&lt;P&gt;If anyone could help me I'll be very thankful!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 13:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1884484#M72854</guid>
      <dc:creator>danimarc12</dc:creator>
      <dc:date>2022-01-24T13:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Button with opposite selection</title>
      <link>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1884513#M72857</link>
      <description>&lt;P&gt;Yes, this would be my next suggestion, combining the 2 dimensions into a new one.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 13:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1884513#M72857</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-24T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Button with opposite selection</title>
      <link>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1884521#M72859</link>
      <description>&lt;P&gt;So&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/151946"&gt;@chris_djih&lt;/a&gt;&amp;nbsp; how should I write correctly the new dimension?&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;if(fieldA &amp;lt;&amp;gt; 4 OR fieldB &amp;lt;&amp;gt; {1,2,4}, productID)&amp;nbsp; &amp;nbsp;AS newfield&lt;/P&gt;
&lt;P&gt;??&lt;/P&gt;
&lt;P&gt;How can I exclude more than one value in the IF statement?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 13:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1884521#M72859</guid>
      <dc:creator>danimarc12</dc:creator>
      <dc:date>2022-01-24T13:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Button with opposite selection</title>
      <link>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1884526#M72860</link>
      <description>&lt;P&gt;you can use Match or Wildmatch (if you need wildcards).&lt;/P&gt;
&lt;P&gt;If( FieldA &amp;lt;&amp;gt; 4 OR &lt;STRONG&gt;not&lt;/STRONG&gt; &lt;STRONG&gt;Match&lt;/STRONG&gt;(FieldB,1,2,4)&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 13:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-with-opposite-selection/m-p/1884526#M72860</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-24T13:49:58Z</dc:date>
    </item>
  </channel>
</rss>

