<?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: Block Chart Colors in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015048#M344146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Settu.. It is checked.. I have found the solution.. Thanks a lot...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2016 11:48:43 GMT</pubDate>
    <dc:creator>bharatkishore</dc:creator>
    <dc:date>2016-03-17T11:48:43Z</dc:date>
    <item>
      <title>Block Chart Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015043#M344141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a multi box where i have some fields(filters))(say for example 1,2,3,4,5) in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a block chart as you see in the below image:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Chart.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118383_Chart.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Now when i click a a fields in multibox the heat map colors changes as you can see in the below image:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Chart1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/118384_Chart1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Expression written in the background color is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(SUM(DISTINCT [Ageing Buckets SortKey]) = 11+12+13+14, Green(), &lt;/P&gt;&lt;P&gt;IF(SUM(DISTINCT [Ageing Buckets SortKey]) = 15, LightGray(), &lt;/P&gt;&lt;P&gt;IF(SUM(DISTINCT [Ageing Buckets SortKey]) = 16, RGB(255,128,0), &lt;/P&gt;&lt;P&gt;IF(SUM(DISTINCT [Ageing Buckets SortKey]) = 17, RGB(255,128,96), &lt;/P&gt;&lt;P&gt;IF(SUM(DISTINCT [Ageing Buckets SortKey]) = 18, RGB(255,0,0), &lt;/P&gt;&lt;P&gt;IF([Ageing Buckets(Due in)] = 'Current - Due in &amp;gt;15 days', RGB(0,255,0), &lt;/P&gt;&lt;P&gt;IF([Ageing Buckets(Due in)] = 'Current - Due in 10 to 15 days', RGB(0,220,0), &lt;/P&gt;&lt;P&gt;IF([Ageing Buckets(Due in)] = 'Current - Due in 5 to 10 days', RGB(0,192,0), &lt;/P&gt;&lt;P&gt;IF([Ageing Buckets(Due in)] = 'Current - Due in &amp;lt;5 days', RGB(0,128,0), &lt;/P&gt;&lt;P&gt;White()&lt;/P&gt;&lt;P&gt;)))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is even if i select any filter in the multi box the current color should come as "green" and "1-30 as grey". It shouldnot change to white.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 10:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015043#M344141</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-17T10:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015044#M344142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use indicator &lt;/P&gt;&lt;P&gt;=if&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum(&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Status = 'green',1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if&lt;/P&gt;&lt;P&gt;&amp;nbsp; (&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum(&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;/P&gt;&lt;P&gt; Status = 'grey',1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 10:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015044#M344142</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-17T10:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015045#M344143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chanty for the reply. .But i need with the expression which i have written in the background color expression...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 10:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015045#M344143</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-17T10:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015046#M344144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(getcurrentselection(filter) &amp;gt;1,green(),lightgray())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 11:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015046#M344144</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-17T11:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015047#M344145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try to check the 'Persistent Colors' option in the Colors Tab?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118396_Capture.JPG" style="height: 428px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 11:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015047#M344145</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-03-17T11:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015048#M344146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Settu.. It is checked.. I have found the solution.. Thanks a lot...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 11:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015048#M344146</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-17T11:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015049#M344147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chanty.. Found the answer..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 11:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015049#M344147</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-17T11:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Block Chart Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015050#M344148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cool &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; how u did u done this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 11:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Chart-Colors/m-p/1015050#M344148</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-17T11:50:02Z</dc:date>
    </item>
  </channel>
</rss>

