<?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: Re: Show/Hide chart based on Button &amp; Listbox selections. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643910#M542548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan, Here I'm using personal edition. Please can you post the screenshots of&amp;nbsp; it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2014 05:52:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-09T05:52:58Z</dc:date>
    <item>
      <title>Show/Hide chart based on Button &amp; Listbox selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643904#M542542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where chart A should be displayed if I select a Button and a value in the&amp;nbsp; Listbox.&lt;/P&gt;&lt;P&gt;I tried with getselectedcount(field)&amp;gt;0.&lt;/P&gt;&lt;P&gt;It's working on listbox selection, but when I navigate from one button to another it's not working.&lt;/P&gt;&lt;P&gt;Here I need to show the chart according to button and listbox selection.&lt;/P&gt;&lt;P&gt;anyone know how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ananth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 05:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643904#M542542</guid>
      <dc:creator />
      <dc:date>2014-06-09T05:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide chart based on Button &amp; Listbox selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643905#M542543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On button click set a variable (say &lt;EM&gt;vShow&lt;/EM&gt;)&amp;nbsp; to value (say '1'). Now conditional display expression should like:&lt;/P&gt;&lt;P&gt;=getselectedcount(field)&amp;gt;0 &lt;STRONG&gt;and $(vShow)=1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 05:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643905#M542543</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-09T05:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide chart based on Button &amp; Listbox selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643906#M542544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Totally I have 4 buttons in my sheet and i'm conditionally displaying the chart for these 4 buttons.&lt;/P&gt;&lt;P&gt;In the chart already I have Conditional expr as&lt;/P&gt;&lt;P&gt;First Button :&amp;nbsp; v_Show='A' &lt;/P&gt;&lt;P&gt;Second Button&amp;nbsp; :&amp;nbsp; v_Show='B'&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to display the chart based on Listbox selection along with button.&lt;/P&gt;&lt;P&gt;I tried with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;getselectedcount(field)&amp;gt;0 &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and $(vShow)='A'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but the chart is displaying for all the 4 buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ananth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 05:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643906#M542544</guid>
      <dc:creator />
      <dc:date>2014-06-09T05:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide chart based on Button &amp; Listbox selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643907#M542545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 05:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643907#M542545</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-09T05:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Show/Hide chart based on Button &amp; Listbox selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643908#M542546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ananth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached file for solution, used variable in button, on button click the variable value changes using the Action in the button.&amp;nbsp; The charts are show/display by using the Chart Properties -&amp;gt; Layout -&amp;gt; Show Conditional option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 05:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643908#M542546</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-09T05:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Show/Hide chart based on Button &amp; Listbox selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643909#M542547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I'm attaching a sample.&lt;/P&gt;&lt;P&gt;In this charts are overlapping. Under Enrollment button and a selection in China Area list box selection Im displaying china area performance Enrollment.&lt;/P&gt;&lt;P&gt;When I switch to Activations or some other buttoon, if I select a value in the China Area Listbox still im getting the Enrollment Performance.&lt;/P&gt;&lt;P&gt;Here If i Select Activations then i would get Activations performance only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 05:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643909#M542547</guid>
      <dc:creator />
      <dc:date>2014-06-09T05:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Show/Hide chart based on Button &amp; Listbox selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643910#M542548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan, Here I'm using personal edition. Please can you post the screenshots of&amp;nbsp; it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 05:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643910#M542548</guid>
      <dc:creator />
      <dc:date>2014-06-09T05:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide chart based on Button &amp; Listbox selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643911#M542549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ananth ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I know the solution for this .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; please call me on 8376964364 i will explain in phone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 06:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643911#M542549</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2014-06-09T06:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide chart based on Button &amp; Listbox selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643912#M542550</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;&amp;nbsp; please&amp;nbsp; check the below attached sheet for u r problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 07:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643912#M542550</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2014-06-09T07:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide chart based on Button &amp; Listbox selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643913#M542551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response, my need is some what different than what you explained.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 07:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643913#M542551</guid>
      <dc:creator />
      <dc:date>2014-06-09T07:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide chart based on Button &amp; Listbox selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643914#M542552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this condition&lt;/P&gt;&lt;P&gt;GetSelectedCount(Area)&amp;gt;0 and v_showchart = 'A'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 07:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-chart-based-on-Button-Listbox-selections/m-p/643914#M542552</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-06-09T07:17:27Z</dc:date>
    </item>
  </channel>
</rss>

