<?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 show hide chart on behalf of list box values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-hide-chart-on-behalf-of-list-box-values/m-p/845666#M296919</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;In our requirement i have one list box called 'business' and values called 'generic' and 'safety' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on behalf of generic i want to show charts and on behalf of safety&amp;nbsp; another chart in same sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly guide how to conditionally i can do this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Virendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 14:12:11 GMT</pubDate>
    <dc:creator>qliklearnervir</dc:creator>
    <dc:date>2015-04-02T14:12:11Z</dc:date>
    <item>
      <title>show hide chart on behalf of list box values</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-chart-on-behalf-of-list-box-values/m-p/845666#M296919</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;In our requirement i have one list box called 'business' and values called 'generic' and 'safety' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on behalf of generic i want to show charts and on behalf of safety&amp;nbsp; another chart in same sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly guide how to conditionally i can do this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Virendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-chart-on-behalf-of-list-box-values/m-p/845666#M296919</guid>
      <dc:creator>qliklearnervir</dc:creator>
      <dc:date>2015-04-02T14:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: show hide chart on behalf of list box values</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-chart-on-behalf-of-list-box-values/m-p/845667#M296920</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;You can write in expression sett analysis.&lt;/P&gt;&lt;P&gt;Chart1:&lt;/P&gt;&lt;P&gt;In dimension,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fieldname&lt;/P&gt;&lt;P&gt;In Expression,&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;business={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;generic&lt;/SPAN&gt;'} &amp;gt;} value_field)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart2:&lt;/P&gt;&lt;P&gt;In dimension,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fieldname&lt;/P&gt;&lt;P&gt;In Expression,&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;business={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;safety&lt;/SPAN&gt;'} &amp;gt;} value_field)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-chart-on-behalf-of-list-box-values/m-p/845667#M296920</guid>
      <dc:creator />
      <dc:date>2015-04-02T14:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: show hide chart on behalf of list box values</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-chart-on-behalf-of-list-box-values/m-p/845668#M296921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this in your chart's conditional show expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections(business) = 'generic' for 1st chart and&lt;/P&gt;&lt;P&gt;GetFieldSelections(business) = 'safety' for 2nd chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-chart-on-behalf-of-list-box-values/m-p/845668#M296921</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-02T14:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: show hide chart on behalf of list box values</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-chart-on-behalf-of-list-box-values/m-p/845669#M296922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can conditionally show or hide objects, in the properties layout tab set conditional show and an expression.&lt;IMG alt="ConditionalShow.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82804_ConditionalShow.png" style="height: 548px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-chart-on-behalf-of-list-box-values/m-p/845669#M296922</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-02T14:23:27Z</dc:date>
    </item>
  </channel>
</rss>

