<?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 one value when another value is selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-one-value-when-another-value-is-selected/m-p/1245008#M394907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should work on &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pie chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Properties..&amp;gt;Layout...&amp;gt;Conditional...&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2017 15:09:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-09T15:09:03Z</dc:date>
    <item>
      <title>Hide one value when another value is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-one-value-when-another-value-is-selected/m-p/1245006#M394905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dashboard where i would like to hide a particular Pie-Chart when an other value is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Consider i have Product(as dropdown box) and Market(as Pie-Chart) values in my dashboard.&lt;/P&gt;&lt;P&gt;I'm now seeing both by default, but when a user selects a particular Product the Pie showing market results must disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-one-value-when-another-value-is-selected/m-p/1245006#M394905</guid>
      <dc:creator>psk180590</dc:creator>
      <dc:date>2017-02-09T15:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hide one value when another value is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-one-value-when-another-value-is-selected/m-p/1245007#M394906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a condition show expression like this for your pie chart on the layout tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GetSelectedCount(Product) = 0&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-one-value-when-another-value-is-selected/m-p/1245007#M394906</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-09T15:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hide one value when another value is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-one-value-when-another-value-is-selected/m-p/1245008#M394907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should work on &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pie chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Properties..&amp;gt;Layout...&amp;gt;Conditional...&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-one-value-when-another-value-is-selected/m-p/1245008#M394907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-09T15:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hide one value when another value is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-one-value-when-another-value-is-selected/m-p/1245009#M394908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;At Layout insert condition:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if( SubStringCount( Concat(GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Product&lt;/SPAN&gt;),' '),'ProductName' )=0,1,0)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;And at the ProductName, you can insert the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-one-value-when-another-value-is-selected/m-p/1245009#M394908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-09T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hide one value when another value is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-one-value-when-another-value-is-selected/m-p/1245010#M394909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All for the quick suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ your suggestion worked for me.&lt;/P&gt;&lt;P&gt;I was trying with a Count(distinct) and the chart would disappear completely. But, now it perfectly suits my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than&lt;SPAN style="font-size: 10pt;"&gt;ks Again!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-one-value-when-another-value-is-selected/m-p/1245010#M394909</guid>
      <dc:creator>psk180590</dc:creator>
      <dc:date>2017-02-09T15:14:53Z</dc:date>
    </item>
  </channel>
</rss>

