<?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 layout based on current selections- not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-layout-based-on-current-selections-not-working/m-p/1045838#M351579</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 this expression in Layout Tab of the chart properties under Show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select conditional and put below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Your chart expression = 0,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2016 12:37:50 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2016-04-04T12:37:50Z</dc:date>
    <item>
      <title>Conditional layout based on current selections- not working</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-layout-based-on-current-selections-not-working/m-p/1045837#M351578</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;I am having two filters in my report for Name and Date.&lt;/P&gt;&lt;P&gt;First I select a Name, then the date filter is enabled; then I select the Date. Then a pie chart showing some count of tasks is enabled (for the selected Name and Date).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the pie chart to be invisible when the count of tasks is NULL.&lt;/P&gt;&lt;P&gt;I wrote an expression such as : &lt;STRONG&gt;aggr(count(task), {$&amp;lt;[Name], [Date]&amp;gt;} [Name], [Date]) -= ''&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, this does not work. How can this be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 09:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-layout-based-on-current-selections-not-working/m-p/1045837#M351578</guid>
      <dc:creator />
      <dc:date>2016-04-04T09:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional layout based on current selections- not working</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-layout-based-on-current-selections-not-working/m-p/1045838#M351579</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 this expression in Layout Tab of the chart properties under Show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select conditional and put below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Your chart expression = 0,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 12:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-layout-based-on-current-selections-not-working/m-p/1045838#M351579</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-04-04T12:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional layout based on current selections- not working</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-layout-based-on-current-selections-not-working/m-p/1045839#M351580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Kaushik's solution doesn't work, would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-layout-based-on-current-selections-not-working/m-p/1045839#M351580</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T13:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional layout based on current selections- not working</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-layout-based-on-current-selections-not-working/m-p/1045840#M351581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik/ Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured the problem. I had written it in the layout tab's conditional box itself but, my data contains null values which avoided QV from giving a proper count result. Hence I counted the tasks excluding the nulls from it, of-course with the help of Set Analysis &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your responses though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-layout-based-on-current-selections-not-working/m-p/1045840#M351581</guid>
      <dc:creator />
      <dc:date>2016-04-04T13:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional layout based on current selections- not working</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-layout-based-on-current-selections-not-working/m-p/1045841#M351582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, Please close this thread by marking your answer as correct &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-layout-based-on-current-selections-not-working/m-p/1045841#M351582</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T13:54:47Z</dc:date>
    </item>
  </channel>
</rss>

