<?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: Hide a value for field in a multi box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175637#M892588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was the same solution as above.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2016 17:03:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-12T17:03:54Z</dc:date>
    <item>
      <title>Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175620#M892571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a multi box with field [Record Type] with values as below. I would like to hide the value 'Replace and RT' , so that it doesn't appear in the drop down for the users to select. Also, If I select type 'Replace', its should trigger the selection of 'Route' and 'Replace and RT'or selecting route triggers selection of 'Replace' and ' Replace and RT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="174" style="border: 1px solid rgb(0, 0, 0); height: 166px; width: 187px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Record type&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;New &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Replace and RT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Replace &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Route&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Cancel&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Order&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&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/Hide-a-value-for-field-in-a-multi-box/m-p/1175620#M892571</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175621#M892572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you not edit this in your load script so you have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Record Type] = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 'Replace and RT', 'Replace', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Record Type] ) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Amended Record Type]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you have an amended field ready to use from your dataload. You could then do an OR clause to include the Route fields as well so that Replace, Replace and RT and Route are classified as the same thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that what you are after?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 15:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175621#M892572</guid>
      <dc:creator>Simon_J</dc:creator>
      <dc:date>2016-08-11T15:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175622#M892573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;Aggr(Only({1&amp;lt;[Record type] -= {'Replace and RT'}&amp;gt;} &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; text-decoration: line-through;"&gt;&lt;STRONG&gt;[Record type]), &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[Record type])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; text-decoration: line-through;"&gt;&lt;STRONG&gt;If([Record type] &amp;lt;&amp;gt; 'Replace and RT', &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="text-decoration: line-through;"&gt;[Record type])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ignore my response, and use the above response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 15:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175622#M892573</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-11T15:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175623#M892574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your response. I can not modify it on the load script because I have a few other tables which will be affected..So I want to restrict it on the front end, if at all possible..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 15:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175623#M892574</guid>
      <dc:creator />
      <dc:date>2016-08-11T15:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175624#M892575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not quite understand your second requirement, but to hide values in Multibox, just use this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(RecordType = 'Replace and RT', NULL(), RecordType)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 15:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175624#M892575</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-11T15:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175625#M892576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vish,&lt;/P&gt;&lt;P&gt;It is not working...my record type 'Replace and RT' still shows up in the drop down. Thanks for ur time &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 15:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175625#M892576</guid>
      <dc:creator />
      <dc:date>2016-08-11T15:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175626#M892577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange it works for me. &lt;/P&gt;&lt;P&gt;Add recordtype into Multibox -&amp;gt; Click edit and type the expression and label the expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134348_Capture2.png" style="height: 397px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 16:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175626#M892577</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-11T16:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175627#M892578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vish,&lt;/P&gt;&lt;P&gt;Thanks its working now.. I messed up something. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 16:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175627#M892578</guid>
      <dc:creator />
      <dc:date>2016-08-11T16:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175628#M892579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The second part is that, If I select record type either " Replace" or "Route" in the filter, I should get all the information related to Route and Replace and RT (So all the records with Record type: Replace + Route + Replace and RT). Example as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="174" style="border: 1px solid #000000; font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Record Type &lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Replace&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;abc1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Route&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;abc1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Route&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;xyz 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Replace and RT &lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;abc123&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 16:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175628#M892579</guid>
      <dc:creator />
      <dc:date>2016-08-11T16:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175629#M892580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the table you want to display when you select the filter ? Are there only two fields or you have any additional information or data. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 18:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175629#M892580</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-11T18:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175630#M892581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already have a table that holds the information for all record types. but when i select the record type'Replace or Route'&amp;nbsp; it should display the information as shown above. I have other columns too but record type with id is always unique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 18:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175630#M892581</guid>
      <dc:creator />
      <dc:date>2016-08-11T18:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175631#M892582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, could you add an expression in the multibox with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;RecordType = &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; 'Replace and RT',&amp;nbsp; 'Replace', RecordType)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will then allow you to have a selection in the multibox where you can select Replace and it will select Replace and Replace &amp;amp; RT in the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 12:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175631#M892582</guid>
      <dc:creator>Simon_J</dc:creator>
      <dc:date>2016-08-12T12:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175632#M892583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;Thanks for your response. Its working fine. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 14:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175632#M892583</guid>
      <dc:creator />
      <dc:date>2016-08-12T14:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175633#M892584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for late reply. I am not sure how we can achieve selecting Replace and Route to get all the values of Replace+Route+Replace and RT. &lt;/P&gt;&lt;P&gt;Extending Simon Johnson script: &lt;/P&gt;&lt;P&gt;Update your Multibox expression with this:&lt;/P&gt;&lt;P&gt;= IF(Match(Recordtype, 'Replace and RT'),'Replace',&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(Match(Recordtype, 'Replace and RT'), 'Route',&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(Match(Recordtype, 'Route'), 'Replace',&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(Match(Recordtype, 'Replace'), 'Route', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Recordtype))&lt;/P&gt;&lt;P&gt; ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here you have to select Replace and Route together to get all values displayed in the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't match your requirement but just a thought if that works for you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 15:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175633#M892584</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-12T15:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175634#M892585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vish,&lt;/P&gt;&lt;P&gt;I have got it working. thanks, I appreciate your time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 16:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175634#M892585</guid>
      <dc:creator />
      <dc:date>2016-08-12T16:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175635#M892586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're glad to see you were able to solve your issue. Please take a moment to &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-14806"&gt;Mark Replies as Correct or Helpful&lt;/A&gt; to give points to those who helped and to mark the thread as Answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Qlik Community Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 16:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175635#M892586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-12T16:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175636#M892587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh good to hear that. Was that a different solution to the ones mentioned above ? If yes can you share with us your resolution and how you achieved ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 16:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175636#M892587</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-12T16:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a value for field in a multi box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175637#M892588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was the same solution as above.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 17:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-value-for-field-in-a-multi-box/m-p/1175637#M892588</guid>
      <dc:creator />
      <dc:date>2016-08-12T17:03:54Z</dc:date>
    </item>
  </channel>
</rss>

