<?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: conditional display chart problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388842#M799844</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 like this, refer to the attached sample. tks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(GetSelectedCount(YearMonth)=0,0,1)&amp;nbsp; // update your field instead of yearmonth&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;for your case &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;if(GetSelectedCount(Date)=0,0,1) &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="186588" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186588_Capture.JPG" style="height: 330px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2017 10:23:49 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2017-12-12T10:23:49Z</dc:date>
    <item>
      <title>conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388840#M799842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the tittle says I want to display a pivot table only if one date from the date listbox is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched in qlikcomunity and I found that the solution is the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a variable Showchart with the expression count(date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the chart(pivot table) properties in the layout tab-&amp;gt;Show-&amp;gt;Conditional I wrote &lt;SPAN style="font-size: 13.3333px;"&gt;Showchart=1 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;This doesn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can anyone suggest why ?&lt;/SPAN&gt;&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/conditional-display-chart-problem/m-p/1388840#M799842</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388841#M799843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kostis, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you probably need $(Showchart) = 1 instead of Showchart is 1. When using the $-sign, the variable will be calculated and will give the result you need. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388841#M799843</guid>
      <dc:creator>avkeep01</dc:creator>
      <dc:date>2017-12-12T10:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388842#M799844</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 like this, refer to the attached sample. tks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(GetSelectedCount(YearMonth)=0,0,1)&amp;nbsp; // update your field instead of yearmonth&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;for your case &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;if(GetSelectedCount(Date)=0,0,1) &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="186588" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186588_Capture.JPG" style="height: 330px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388842#M799844</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-12-12T10:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388843#M799845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello A.M van Keep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your responce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatelly &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(Showchart) = 1 doesn't work either.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388843#M799845</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2017-12-12T10:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388844#M799846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try with &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(distinct date)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388844#M799846</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2017-12-12T10:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388845#M799847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have more than 1 counts it won't effect for all rows. I believe DISTINCT keyword is the trick &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388845#M799847</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-12T10:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388846#M799848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try writing this expression directly as the conditional expression -&amp;gt; &lt;STRONG&gt;=GetSelectedCount(date)=1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388846#M799848</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-12-12T10:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388847#M799849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have u tried my suggestion? still issue?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(GetSelectedCount(Date)=0,0,1)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388847#M799849</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-12-12T10:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388848#M799850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the chart properties under layout add to Show the following statement: GetPossibleCount(date) = 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388848#M799850</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2017-12-12T10:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388849#M799851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,thank you for your answer ,yes I tried it.It didnt work &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388849#M799851</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2017-12-12T12:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388850#M799852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you share your mock with issue. we will check and help u. tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388850#M799852</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-12-12T12:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388851#M799853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H6 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://community.qlik.com/message/1399673#1399673" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;Re: conditional display chart problem&lt;/A&gt;&lt;/STRONG&gt;&lt;/H6&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello, Devarasu R unfortunatelly I can't upload any sample.&lt;/P&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have 2 files : One with many sheets and data from different views and one with only one sheet and the data from only one view.&lt;/P&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The sheet is in the 2nd qlikview file is exact same as one of the sheets in the 1st file.&lt;/P&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;All the suggetions above worked fine for the 2nd file but they dont work for the first.&lt;/P&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The date field is common all the sheets.Is it possible that&amp;nbsp; linked tables through the date field create the problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388851#M799853</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2017-12-12T12:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388852#M799854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using a master calendar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 08:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388852#M799854</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2017-12-13T08:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: conditional display chart problem</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388853#M799855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 08:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-display-chart-problem/m-p/1388853#M799855</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2017-12-13T08:45:07Z</dc:date>
    </item>
  </channel>
</rss>

