<?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: sheet objects visible based on listbox selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719270#M1079652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;If I made selections on Year .chart should be visible and if I made selctions on Sales chart should be dispayed and at the same time first chart should not be hidden .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2014 03:19:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-07T03:19:25Z</dc:date>
    <item>
      <title>sheet objects visible based on listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719264#M1079646</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 am new to qlikview and i am posting one of the scenarios where i am trying alot.&lt;/P&gt;&lt;P&gt;\&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 14:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719264#M1079646</guid>
      <dc:creator />
      <dc:date>2014-07-06T14:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: sheet objects visible based on listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719265#M1079647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can set the Layout / Show / Condition in the Chart Properties.&lt;/P&gt;&lt;P&gt;I am using a similar scenario where I have a multiple condition to be met, before showing the Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like =GetSelectedCount(Table_1) = 1 and GetSelectedCount(Table_2) &amp;gt;= 1. &lt;/P&gt;&lt;P&gt;Note the = and &amp;gt;= conditions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 14:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719265#M1079647</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2014-07-06T14:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: sheet objects visible based on listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719266#M1079648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For each chart you can use the GetSelectedCount(&amp;lt;field&amp;gt;) function in the Show Conditional textbox to display the chart when a value is selected from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are only looking to show a chart based on a selection of one field, you can do something like this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For the "Year vs Sales" chart, you can add &lt;EM&gt;GetSelectedCount(Year) &amp;gt; 0&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;For the "Market vs Sales" chart, you can add &lt;EM&gt;GetSelectedCount(Market) &amp;gt; 0&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG alt="chart_layout_properties.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/61820_chart_layout_properties.png" style="width: 620px; height: 548px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 20:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719266#M1079648</guid>
      <dc:creator />
      <dc:date>2014-07-06T20:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: sheet objects visible based on listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719267#M1079649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks Lior Abitbol for your soltion.&lt;/P&gt;&lt;P&gt;It works fine but at the same time I need to both charts based on year and sales i.e now with this approach I could able to get any one of the chart either for sales or for Year. But I need both charts should be visible upon different selections.&lt;/P&gt;&lt;P&gt;if I select on Year chart should be visible and if I select on Sales the other chart should also be visible&lt;/P&gt;&lt;P&gt;can you clarify on the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 02:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719267#M1079649</guid>
      <dc:creator />
      <dc:date>2014-07-07T02:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: sheet objects visible based on listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719268#M1079650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, just add both expressions to the conditional show textbox with and "and":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GetSelectedCount(Year) &amp;gt; 0 and &lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GetSelectedCount(Market) &amp;gt; 0&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 02:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719268#M1079650</guid>
      <dc:creator />
      <dc:date>2014-07-07T02:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: sheet objects visible based on listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719269#M1079651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I am misunderstanding, Do you want both charts to be visible when any of the selections are made (i.e. Year, Market or Sales)? If that's the case, use an "or" with the following condition for both charts:&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-weight: inherit;"&gt;&lt;EM&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;GetSelectedCount(Year) &amp;gt; 0 or &lt;SPAN style="font-weight: inherit;"&gt;&lt;EM&gt;GetSelectedCount(Market) &amp;gt; 0 or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;GetSelectedCount(Sales) &amp;gt; 0&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 02:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719269#M1079651</guid>
      <dc:creator />
      <dc:date>2014-07-07T02:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: sheet objects visible based on listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719270#M1079652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;If I made selections on Year .chart should be visible and if I made selctions on Sales chart should be dispayed and at the same time first chart should not be hidden .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 03:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-objects-visible-based-on-listbox-selections/m-p/719270#M1079652</guid>
      <dc:creator />
      <dc:date>2014-07-07T03:19:25Z</dc:date>
    </item>
  </channel>
</rss>

