<?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: Condition to show a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290027#M853660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try using GetSelectedCount()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2017 12:14:11 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-02-16T12:14:11Z</dc:date>
    <item>
      <title>Condition to show a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290025#M853658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to Hide/Unhide Charts based on selections in a List box ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that my chart be there if I pick something in the list box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the best way to do it ?&lt;/P&gt;&lt;P&gt;I have already tried in different ways : GetCurrentField / GetCurrentSelections / Count / GetFielsSelections but no results...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for you support,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emmanuelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290025#M853658</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290026#M853659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=getselectedcount(field)&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290026#M853659</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-02-16T12:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290027#M853660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try using GetSelectedCount()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290027#M853660</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-16T12:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290028#M853661</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;PFA and select something in date u wil see text box..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go there in text box n see the condition in layout tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote something like:&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;=1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290028#M853661</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-16T12:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290029#M853662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Similarly u do it in ur chart by replacing date by ur list box dimension..&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, 16 Feb 2017 12:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290029#M853662</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-16T12:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290030#M853663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No working for all your solutions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible to have some properties in document QW who prevent the condition ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290030#M853663</guid>
      <dc:creator />
      <dc:date>2017-02-16T12:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290031#M853664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Send application,if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 13:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290031#M853664</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-16T13:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290032#M853665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you adding the condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The condition should be here&lt;/P&gt;&lt;P&gt;Chart Properties &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ShowHide_Condition.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153374_ShowHide_Condition.PNG" style="width: 620px; height: 534px;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Requires only one selection to view the chart&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(YourFieldname) = 1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Can have One or many selections to view the chart&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(YourFieldname) &amp;lt;&amp;gt; 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 13:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290032#M853665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-16T13:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290033#M853666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was a properties in the document... "Afficher tous les objets et feuilles"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all of you&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PROPERTIES.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153383_PROPERTIES.png" style="width: 620px; height: 495px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 14:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-show-a-chart/m-p/1290033#M853666</guid>
      <dc:creator />
      <dc:date>2017-02-16T14:07:44Z</dc:date>
    </item>
  </channel>
</rss>

