<?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: Show the Table based on selection otherwise it hidden. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885063#M529811</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;Try 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;chart properties -&amp;gt; Layout -&amp;gt; conditional&lt;/SPAN&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;= Getselectedcount(FieldName1)&amp;nbsp; or Getselectedcount(FieldName2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 05:41:19 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2015-07-16T05:41:19Z</dc:date>
    <item>
      <title>Show the Table based on selection otherwise it hidden.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885058#M529806</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 need to show a pivot table it based on selection in a multibox or else it should be hidden..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell&amp;nbsp; me how is it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 05:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885058#M529806</guid>
      <dc:creator />
      <dc:date>2015-07-16T05:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Table based on selection otherwise it hidden.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885059#M529807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Particular field in Multi box? Here I'm Assuming your field as Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this in Pivot Chart &amp;gt; Layout &amp;gt; Show Conditional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Year)&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 05:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885059#M529807</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-07-16T05:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Table based on selection otherwise it hidden.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885060#M529808</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;go to chart Property-&amp;gt;Layout-&amp;gt;enter condition-&amp;gt;if(getselectedcount(fielname)&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 05:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885060#M529808</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-07-16T05:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Table based on selection otherwise it hidden.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885061#M529809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, even wihtout IF, like:&lt;/P&gt;&lt;P&gt;=getselectedcount(fieldname)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 05:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885061#M529809</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-16T05:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Table based on selection otherwise it hidden.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885062#M529810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Considering you have 3 fields in multibox as Field1, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field2 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to chart properties -&amp;gt; Layout tab-&amp;gt; check conditional and put below expression there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(getselectedcount(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field1)&amp;gt; 0 or &lt;SPAN style="font-size: 13.3333330154419px;"&gt;getselectedcount(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field2)&amp;gt; 0 or &lt;SPAN style="font-size: 13.3333330154419px;"&gt;getselectedcount(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field3)&amp;gt; 0, 1,0)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 05:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885062#M529810</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-16T05:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Table based on selection otherwise it hidden.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885063#M529811</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;Try 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;chart properties -&amp;gt; Layout -&amp;gt; conditional&lt;/SPAN&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;= Getselectedcount(FieldName1)&amp;nbsp; or Getselectedcount(FieldName2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 05:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885063#M529811</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-16T05:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Table based on selection otherwise it hidden.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885064#M529812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I hope it will help u to complete the task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In&amp;nbsp; a multi box u r holding how many filters in it ?&lt;/P&gt;&lt;P&gt;For&amp;nbsp; Ex:3 filters x,y,z&lt;/P&gt;&lt;P&gt;if u r going to select x it should display corresponding x filter values in a pivot table&lt;/P&gt;&lt;P&gt;for that &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Pivot Chart &amp;gt; Layout &amp;gt; Show Conditional&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;SPAN style="line-height: 1.5em;"&gt;=GetSelectedCount(x)&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;it will display only for filter 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it want to work for all the filters dynamically means&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pivot Chart &amp;gt; Layout &amp;gt; Show Conditional&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; =(GetSelectedCount(x) + &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetSelectedCount(y) + &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetSelectedCount(z))&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;it will work for all the filters.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks and Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Balaji.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 05:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Table-based-on-selection-otherwise-it-hidden/m-p/885064#M529812</guid>
      <dc:creator />
      <dc:date>2015-07-16T05:59:39Z</dc:date>
    </item>
  </channel>
</rss>

