<?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 Restricting field values shown in a multi box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938968#M949774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a multi box with the following fields and corresponding values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-12-16 at 10.16.18.png" class="jive-image image-2" src="/legacyfs/online/109152_Screen Shot 2015-12-16 at 10.16.18.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;If i want to exclude 'Patent Analytics' from showing in the multi box, i am using the following expression for the multi box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(_View &amp;lt;&amp;gt; 'Patent Analytics', _View) with the following results where this field value has been excluded from the multi box.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-12-16 at 10.16.01.png" class="jive-image image-1" src="/legacyfs/online/109151_Screen Shot 2015-12-16 at 10.16.01.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;How do i exclude multiple field values, say i want to add 'FDA Analytics' and 'Shopping Analytics' to the exclusion list, what will be the resulting expression like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2015 08:29:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-16T08:29:48Z</dc:date>
    <item>
      <title>Restricting field values shown in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938968#M949774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a multi box with the following fields and corresponding values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-12-16 at 10.16.18.png" class="jive-image image-2" src="/legacyfs/online/109152_Screen Shot 2015-12-16 at 10.16.18.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;If i want to exclude 'Patent Analytics' from showing in the multi box, i am using the following expression for the multi box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(_View &amp;lt;&amp;gt; 'Patent Analytics', _View) with the following results where this field value has been excluded from the multi box.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-12-16 at 10.16.01.png" class="jive-image image-1" src="/legacyfs/online/109151_Screen Shot 2015-12-16 at 10.16.01.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;How do i exclude multiple field values, say i want to add 'FDA Analytics' and 'Shopping Analytics' to the exclusion list, what will be the resulting expression like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 08:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938968#M949774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T08:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting field values shown in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938969#M949775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be like this:&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;&lt;STRONG&gt;=if(_View &amp;lt;&amp;gt; 'Patent Analytics' or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;_View &amp;lt;&amp;gt; 'FDA Analytics'&lt;/SPAN&gt;, _View) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 08:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938969#M949775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T08:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting field values shown in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938970#M949776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For multi-value comparison match() is a better option. try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;If( &lt;STRONG&gt;Not Match&lt;/STRONG&gt;(_View, 'Patent Analytics' ,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: terminal,monaco;"&gt; 'FDA Analytics') , _View)&lt;/SPAN&gt;&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;You can put as many values as you want in match() to compare.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 08:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938970#M949776</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-16T08:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting field values shown in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938971#M949777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Balraj, the recommendation does not work, with that, the multi box lists 'Patent Analytics' as the only field value although it should be excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 08:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938971#M949777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T08:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting field values shown in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938972#M949778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Tresesco, that works well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 08:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938972#M949778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T08:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting field values shown in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938973#M949779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: terminal, monaco; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;try this &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-size: 13px; color: #3d3d3d;"&gt;If(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Match&lt;/STRONG&gt;(_View, 'Patent Analytics' ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; color: #3d3d3d;"&gt; 'FDA Analytics') =0, _View)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: arial, helvetica, sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: arial, helvetica, sans-serif; color: #3d3d3d;"&gt;hope this help you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: arial, helvetica, sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: arial, helvetica, sans-serif; color: #3d3d3d;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: terminal, monaco; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Ahmar&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 08:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938973#M949779</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2015-12-16T08:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting field values shown in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938974#M949780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ahmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 09:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-field-values-shown-in-a-multi-box/m-p/938974#M949780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T09:13:16Z</dc:date>
    </item>
  </channel>
</rss>

