<?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: Multiple Condition (OR) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Condition-OR/m-p/1208689#M876472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right.&lt;/P&gt;&lt;P&gt;I guess I was wrong in my assumption. Because by placing an "AND" I thought that in order to the expression&amp;nbsp; to be disable I would need to choose both Apple and Clothes, thats why I went for "OR". But with AND is work as expected. Thanks for the tip. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2016 10:40:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-04T10:40:04Z</dc:date>
    <item>
      <title>Multiple Condition (OR)</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Condition-OR/m-p/1208686#M876469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an a chart with an expression that should be enabled depending on the selection of the user. I have created the condition but only the first part works and not the second (after the OR):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield(Variable1, '|',2) &amp;lt;&amp;gt; 'Apple' OR &lt;SPAN style="font-size: 13.3333px;"&gt;Subfield(Variable1, '|',6)&amp;lt;&amp;gt;'Clothes' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select "apple"&amp;nbsp; the column in the chart disappears but when I select "Clothes" it does not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Condition-OR/m-p/1208686#M876469</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Condition (OR)</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Condition-OR/m-p/1208687#M876470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share sample file for the same also why subfield have 2 and 6 in the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield(Variable1, '|',&lt;STRONG&gt;2&lt;/STRONG&gt;) &amp;lt;&amp;gt; 'Apple' OR &lt;SPAN style="font-size: 13.3333px;"&gt;Subfield(Variable1, '|',&lt;STRONG&gt;6&lt;/STRONG&gt;)&amp;lt;&amp;gt;'Clothes' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Anand&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 10:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Condition-OR/m-p/1208687#M876470</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-11-04T10:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Condition (OR)</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Condition-OR/m-p/1208688#M876471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You perhaps need 'AND' rather than 'OR'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Subfield(Variable1, '|',2) &amp;lt;&amp;gt; 'Apple' &lt;STRONG&gt;AND&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Subfield(Variable1, '|',6)&amp;lt;&amp;gt;'Clothes'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 10:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Condition-OR/m-p/1208688#M876471</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-04T10:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Condition (OR)</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Condition-OR/m-p/1208689#M876472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right.&lt;/P&gt;&lt;P&gt;I guess I was wrong in my assumption. Because by placing an "AND" I thought that in order to the expression&amp;nbsp; to be disable I would need to choose both Apple and Clothes, thats why I went for "OR". But with AND is work as expected. Thanks for the tip. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 10:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Condition-OR/m-p/1208689#M876472</guid>
      <dc:creator />
      <dc:date>2016-11-04T10:40:04Z</dc:date>
    </item>
  </channel>
</rss>

