<?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 Operator AND in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688409#M52509</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;Anybody can explain me how I can configure two filter in a function?, I need to show a graph when the selection is a=1 and a=2, I'm trying if([a]=1,if([a]=2,OK,ko),ko) .How I can configure the operator AND?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Juan Muñoz.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:32:42 GMT</pubDate>
    <dc:creator>JuanMu</dc:creator>
    <dc:date>2021-12-20T21:32:42Z</dc:date>
    <item>
      <title>Operator AND</title>
      <link>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688409#M52509</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;Anybody can explain me how I can configure two filter in a function?, I need to show a graph when the selection is a=1 and a=2, I'm trying if([a]=1,if([a]=2,OK,ko),ko) .How I can configure the operator AND?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Juan Muñoz.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688409#M52509</guid>
      <dc:creator>JuanMu</dc:creator>
      <dc:date>2021-12-20T21:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Operator AND</title>
      <link>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688411#M52510</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/97665"&gt;@JuanMu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure how a field can have two values&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;... Assuming you have field A and B then you can do the following:&lt;/P&gt;&lt;P&gt;=If(A=1 and B=2,'OK','ko')&lt;/P&gt;&lt;P&gt;You can obviously also use OR:&lt;/P&gt;&lt;P&gt;=If(A=1 or A=2,'OK','ko')&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 09:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688411#M52510</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-03-27T09:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Operator AND</title>
      <link>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688436#M52512</link>
      <description>&lt;P&gt;Hi Maurice,&lt;/P&gt;&lt;P&gt;A lot of thanks by your interest. Maybe I didn't explain me correctly, sorry.&lt;BR /&gt;For instance:&lt;BR /&gt;Table A have these values: 1,1,1,2,2,2,3,3,3&lt;/P&gt;&lt;P&gt;I need to indicate the Sum of values 1 and 2 = 6, in a function.&lt;/P&gt;&lt;P&gt;The idea is originated in the "Action":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fig4.JPG" style="width: 231px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/30717i588A4AE4D9DAEE01/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fig4.JPG" alt="Fig4.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 10:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688436#M52512</guid>
      <dc:creator>JuanMu</dc:creator>
      <dc:date>2020-03-27T10:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Operator AND</title>
      <link>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688474#M52515</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/97665"&gt;@JuanMu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make the expression for Value in your screenshot&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;='1;2'&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Hope this solves it&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Mauritz&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 12:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688474#M52515</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-03-27T12:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Operator AND</title>
      <link>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688533#M52518</link>
      <description>&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Hi Mauritz,&lt;/P&gt;&lt;P&gt;The syntax it is correct:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fig5.JPG" style="width: 365px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/30750iCEB82009E761B27E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fig5.JPG" alt="Fig5.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But not shows nothing, by separate it is ok, but with the ; symbol not works:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fig6.JPG" style="width: 450px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/30751i3E233B1A58335AC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fig6.JPG" alt="Fig6.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other way could be duplicate the same table with other name and select the two values, each one in different table, but I don't know the syntax correct:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fig7.JPG" style="width: 585px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/30754i9B83FD048C0091A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fig7.JPG" alt="Fig7.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any other idea?.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Juan Muñoz.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 14:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688533#M52518</guid>
      <dc:creator>JuanMu</dc:creator>
      <dc:date>2020-03-27T14:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Operator AND</title>
      <link>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688536#M52519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/97665"&gt;@JuanMu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought it was for the input for the action button. If you want to use it in Set Analysis you can simply type:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Dificultad] = {'1','2'}&amp;gt;}&amp;nbsp;[Dificultad])&lt;/P&gt;&lt;P&gt;The following will also work if they are numbers (top one should work for numbers and text):&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Dificultad] = {1,2}&amp;gt;}&amp;nbsp;[Dificultad])&lt;/P&gt;&lt;P&gt;Have a look at &lt;A href="https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_self"&gt;this&lt;/A&gt; link for more info.&lt;/P&gt;&lt;P&gt;Hope this helps and have a great weekend. Stay safe!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 14:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688536#M52519</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-03-27T14:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Operator AND</title>
      <link>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688549#M52520</link>
      <description>&lt;P&gt;Many thanks Mauritz!!!!! it is working properly, very interesting the link and very useful.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Juan Muñoz.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 15:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Operator-AND/m-p/1688549#M52520</guid>
      <dc:creator>JuanMu</dc:creator>
      <dc:date>2020-03-27T15:16:23Z</dc:date>
    </item>
  </channel>
</rss>

