<?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: Color coding in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756503#M719599</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;Tried but still not working.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2020 00:53:52 GMT</pubDate>
    <dc:creator>varunamin</dc:creator>
    <dc:date>2020-10-28T00:53:52Z</dc:date>
    <item>
      <title>Color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756487#M719597</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to color code values based on age. Using in Text Color within Pivot Table.&lt;/P&gt;&lt;P&gt;=if(max(Age) &amp;lt; 30, RGB(100,200,100),&lt;BR /&gt;if((max(Age) &amp;gt; 30 and max(Age) &amp;lt;= 60), RGB(51,51,255),&lt;BR /&gt;if(max(Age)&amp;gt; 60 AND ALT(Age,1), RGB(255,0,0)&lt;BR /&gt;)))&lt;/P&gt;&lt;P&gt;The above code only color codes few values and not all.&lt;/P&gt;&lt;P&gt;For instance, it color codes some values which are &amp;lt;30 and does not for few others. Please let me know if there is any other solution. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756487#M719597</guid>
      <dc:creator>varunamin</dc:creator>
      <dc:date>2024-11-16T17:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756493#M719598</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/94091"&gt;@varunamin&lt;/a&gt;&amp;nbsp; try to replace&amp;nbsp;&lt;SPAN&gt;max(Age)&amp;nbsp; with&amp;nbsp;&lt;STRONG&gt;max(total Age)&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 23:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756493#M719598</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-27T23:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756503#M719599</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;Tried but still not working.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 00:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756503#M719599</guid>
      <dc:creator>varunamin</dc:creator>
      <dc:date>2020-10-28T00:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756524#M719600</link>
      <description>&lt;P&gt;Have you tried adding the expressions&amp;nbsp;&lt;STRONG&gt;max(Age)&lt;/STRONG&gt;&amp;nbsp; and&amp;nbsp;&lt;STRONG&gt;ALT(Age,1)&amp;nbsp;&lt;/STRONG&gt;as measures into your pivot table in order to examine the output? Does these expressions provide the expected output?&lt;/P&gt;&lt;P&gt;Why are you using the ALT(Age,1) criteria? I would guess that all rows will return a numeric and therefore always be true in your if statement.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 05:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756524#M719600</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-10-28T05:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756529#M719601</link>
      <description>&lt;P&gt;What's the dimension you using ? and will you able to share the sample file , so that we could check the issue&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 06:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756529#M719601</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2020-10-28T06:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756885#M719602</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can remove the ALT() function as it won't make any difference . Was using it to exclude the null values in calculation.&lt;/P&gt;&lt;P&gt;Tried max(Age) in Expression and got the values as 0 for those where the color coding does not work. Those rows have valid data in them but still shows 0.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="varunamin_0-1603923137422.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43181iA45B753E51045DA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="varunamin_0-1603923137422.png" alt="varunamin_0-1603923137422.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35867"&gt;@avinashelite&lt;/a&gt;&amp;nbsp; Using 3 dimensions and using the above code in one of the Text Color fields.&lt;/P&gt;&lt;P&gt;There is 1 Expression which counts the values. Sorry won't be able to share the data.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 22:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-coding/m-p/1756885#M719602</guid>
      <dc:creator>varunamin</dc:creator>
      <dc:date>2020-10-28T22:20:03Z</dc:date>
    </item>
  </channel>
</rss>

