<?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: Is possible to apply a chart condition from selecting any value of a filter? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990473#M957888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try to use &lt;/P&gt;&lt;P&gt;if(getcurrentselections(filedname)='&lt;SPAN style="font-size: 13.3333px;"&gt;filedname&lt;/SPAN&gt;: x' ,1,0)&lt;/P&gt;&lt;P&gt;where x is the value IT, or RH &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 13:48:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-29T13:48:16Z</dc:date>
    <item>
      <title>Is possible to apply a chart condition from selecting any value of a filter?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990471#M957885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working in a project, where i need to apply a condition to show a specific chart, only when the user clicks on in any value of a filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, when the user clicks on any of the lines in the table below, the condition to show the chart is true:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="103472" alt="Divisão.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103472_Divisão.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do that on QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990471#M957885</guid>
      <dc:creator />
      <dc:date>2015-10-29T13:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to apply a chart condition from selecting any value of a filter?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990472#M957886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a conditional show/ condition on layout tab&lt;/P&gt;&lt;P&gt;=GetSelectedCount( Divisao )&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990472#M957886</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-29T13:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to apply a chart condition from selecting any value of a filter?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990473#M957888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try to use &lt;/P&gt;&lt;P&gt;if(getcurrentselections(filedname)='&lt;SPAN style="font-size: 13.3333px;"&gt;filedname&lt;/SPAN&gt;: x' ,1,0)&lt;/P&gt;&lt;P&gt;where x is the value IT, or RH &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990473#M957888</guid>
      <dc:creator />
      <dc:date>2015-10-29T13:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to apply a chart condition from selecting any value of a filter?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990474#M957890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Layout Tab &lt;/P&gt;&lt;P&gt;Show Condition &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(getcurrentselections(filedname)='&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;filedname&lt;/SPAN&gt;: x' ,1,0)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where x is the value IT, or RH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990474#M957890</guid>
      <dc:creator />
      <dc:date>2015-10-29T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to apply a chart condition from selecting any value of a filter?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990475#M957891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Type like this in your chart conditional show property&lt;/P&gt;&lt;P&gt;Getselectedvalue(Divaso)='E. NG.'... Adapt the&amp;nbsp; expression according to the above listbox values for all charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990475#M957891</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-10-29T14:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to apply a chart condition from selecting any value of a filter?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990476#M957892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks swuehl, your tip works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 16:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-possible-to-apply-a-chart-condition-from-selecting-any-value/m-p/990476#M957892</guid>
      <dc:creator />
      <dc:date>2015-10-29T16:42:15Z</dc:date>
    </item>
  </channel>
</rss>

