<?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 Colorcoding cells with multiple values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colorcoding-cells-with-multiple-values/m-p/410295#M152649</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 have a situation with colorcoded cells, where I want to color the cell of activitities depending on the status of the activity.&lt;/P&gt;&lt;P&gt;Each activity is related to a case, where a case can have multiple activities and multiple of the same activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached document, case 1 have activity A two times, but with different status (postponed and done).&lt;/P&gt;&lt;P&gt;But neither of them receives a color in the chart, so it looks like none of the activities exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't at least one of the colors show up in the chart, or do any of you have a another solution to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 May 2013 10:14:34 GMT</pubDate>
    <dc:creator>nicolai_moller</dc:creator>
    <dc:date>2013-05-27T10:14:34Z</dc:date>
    <item>
      <title>Colorcoding cells with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Colorcoding-cells-with-multiple-values/m-p/410295#M152649</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 have a situation with colorcoded cells, where I want to color the cell of activitities depending on the status of the activity.&lt;/P&gt;&lt;P&gt;Each activity is related to a case, where a case can have multiple activities and multiple of the same activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached document, case 1 have activity A two times, but with different status (postponed and done).&lt;/P&gt;&lt;P&gt;But neither of them receives a color in the chart, so it looks like none of the activities exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't at least one of the colors show up in the chart, or do any of you have a another solution to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 10:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colorcoding-cells-with-multiple-values/m-p/410295#M152649</guid>
      <dc:creator>nicolai_moller</dc:creator>
      <dc:date>2013-05-27T10:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Colorcoding cells with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Colorcoding-cells-with-multiple-values/m-p/410296#M152650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll have to use an aggregation function. For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(max(Status_Flg) = 1, blue(),&lt;/P&gt;&lt;P&gt;if(max(Status_Flg) = 2, green(),&lt;/P&gt;&lt;P&gt;if(max(Status_Flg) = 3, yellow(),&lt;/P&gt;&lt;P&gt;if(max(Status_Flg) = 4, brown(),&lt;/P&gt;&lt;P&gt;if(max(Status_Flg) = 5, black(),&lt;/P&gt;&lt;P&gt;if(max(Status_Flg) = 6, rgb(192,192,192)))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise the only() function is used and that will return a null if there is more than one value for the combination of dimensions. This is the case for Case 1 - Activity A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 11:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colorcoding-cells-with-multiple-values/m-p/410296#M152650</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-27T11:26:44Z</dc:date>
    </item>
  </channel>
</rss>

