<?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 Choosing more than one value for text box conditionality in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Choosing-more-than-one-value-for-text-box-conditionality/m-p/238318#M89224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say I have a Product field with values A, B, C, D, E. I want to display a text box when A or B or both A &amp;amp; B are in the selection criteria. So basically pass when:&lt;/P&gt;&lt;P&gt;Product NOT IN('A','B')&lt;/P&gt;&lt;P&gt;What is the syntax I need to use in QV to do this? I've tried things like this, but I can only get it to work if I have one or the other selected. When I select both, then the text box shows up.&lt;/P&gt;&lt;P&gt;-- Product &amp;lt;&amp;gt; 'A' and Product &amp;lt;&amp;gt; 'B' and Product &amp;lt;&amp;gt; ('B' and 'A')&lt;/P&gt;&lt;P&gt;-- NOT(Product = 'A' or Product = 'B')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2011 22:17:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-03T22:17:31Z</dc:date>
    <item>
      <title>Choosing more than one value for text box conditionality</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-more-than-one-value-for-text-box-conditionality/m-p/238318#M89224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say I have a Product field with values A, B, C, D, E. I want to display a text box when A or B or both A &amp;amp; B are in the selection criteria. So basically pass when:&lt;/P&gt;&lt;P&gt;Product NOT IN('A','B')&lt;/P&gt;&lt;P&gt;What is the syntax I need to use in QV to do this? I've tried things like this, but I can only get it to work if I have one or the other selected. When I select both, then the text box shows up.&lt;/P&gt;&lt;P&gt;-- Product &amp;lt;&amp;gt; 'A' and Product &amp;lt;&amp;gt; 'B' and Product &amp;lt;&amp;gt; ('B' and 'A')&lt;/P&gt;&lt;P&gt;-- NOT(Product = 'A' or Product = 'B')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 22:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-more-than-one-value-for-text-box-conditionality/m-p/238318#M89224</guid>
      <dc:creator />
      <dc:date>2011-03-03T22:17:31Z</dc:date>
    </item>
    <item>
      <title>Choosing more than one value for text box conditionality</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-more-than-one-value-for-text-box-conditionality/m-p/238319#M89225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(and I worded that first part badly... I want the text box to show when A or B is not selected.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 22:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-more-than-one-value-for-text-box-conditionality/m-p/238319#M89225</guid>
      <dc:creator />
      <dc:date>2011-03-03T22:42:07Z</dc:date>
    </item>
    <item>
      <title>Choosing more than one value for text box conditionality</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-more-than-one-value-for-text-box-conditionality/m-p/238320#M89226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try this:&lt;/P&gt;&lt;P&gt;=sum(aggr(if(match(Field, 'A','B'),1,0),Field)) = 0&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 22:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-more-than-one-value-for-text-box-conditionality/m-p/238320#M89226</guid>
      <dc:creator />
      <dc:date>2011-03-03T22:46:33Z</dc:date>
    </item>
    <item>
      <title>Choosing more than one value for text box conditionality</title>
      <link>https://community.qlik.com/t5/QlikView/Choosing-more-than-one-value-for-text-box-conditionality/m-p/238321#M89227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, that did the trick! It shows the box if I pick just A, just B, or A&amp;amp;B.&lt;/P&gt;&lt;P&gt;I think I'll probably want to also show it when someone picks A,B,C, but I get the concept so I can figure that out later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 23:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Choosing-more-than-one-value-for-text-box-conditionality/m-p/238321#M89227</guid>
      <dc:creator />
      <dc:date>2011-03-03T23:00:02Z</dc:date>
    </item>
  </channel>
</rss>

