<?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: 'value colors' from June 2017 release are grey on calculated dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/value-colors-from-June-2017-release-are-grey-on-calculated/m-p/1381539#M31433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I gave the 'others' and 'null' options a recognisable colour and discovered that it's giving them null colours. So somehow my formula is evaluating to null, even though it's giving me the correct results for my chart. &lt;/P&gt;&lt;P&gt;I've tried wrapping it in another if statement to try to fix it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(isnull(if((aggr(rank(sum(Sales)),EmployeeName)&amp;lt;=3),EmployeeName)),null(),if((aggr(rank(sum(Sales)),EmployeeName)&amp;lt;=3),EmployeeName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it's not working...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2017 07:31:14 GMT</pubDate>
    <dc:creator>neil_fitzpatric</dc:creator>
    <dc:date>2017-08-11T07:31:14Z</dc:date>
    <item>
      <title>'value colors' from June 2017 release are grey on calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/value-colors-from-June-2017-release-are-grey-on-calculated/m-p/1381537#M31431</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;I am trying to use the new value colours function. as an example I'm using some dummy data and I'm trying to colour my top 3 sales guys individually.&lt;/P&gt;&lt;P&gt;I have this calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;=if((aggr(rank(sum(Sales)),EmployeeName)&amp;lt;=3),EmployeeName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Which works as you can see by this simple bar chart:&lt;IMG alt="top 3 emp by sumsales.png" class="jive-image image-1" src="/legacyfs/online/173080_top 3 emp by sumsales.png" style="height: 417px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Now I'm trying to use the new functionality:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;IMG alt="value colours.png" class="jive-image image-2" src="/legacyfs/online/173090_value colours.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;But when I use the colour by dimension option, everything turns grey.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;IMG alt="value colours problem.png" class="jive-image image-3" src="/legacyfs/online/173091_value colours problem.png" style="height: 417px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;I did find a work around for my problem by using all employees as a dimension and colouring the employees in question in that dimension, but I feel like it should be possible in the way I was trying originally.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Any thoughts?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/value-colors-from-June-2017-release-are-grey-on-calculated/m-p/1381537#M31431</guid>
      <dc:creator>neil_fitzpatric</dc:creator>
      <dc:date>2017-08-10T14:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: 'value colors' from June 2017 release are grey on calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/value-colors-from-June-2017-release-are-grey-on-calculated/m-p/1381538#M31432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was getting some quirky behavior as well with this new feature and found that in order to get my Library Colors to actually apply I had to drag my Master Dimension from the sidebar onto the object and choose the "Color by: &amp;lt;&amp;lt;Dimension Name&amp;gt;&amp;gt;" option.&amp;nbsp; Once I did this my Library colors actually worked as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 17:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/value-colors-from-June-2017-release-are-grey-on-calculated/m-p/1381538#M31432</guid>
      <dc:creator>mosherterry</dc:creator>
      <dc:date>2017-08-10T17:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: 'value colors' from June 2017 release are grey on calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/value-colors-from-June-2017-release-are-grey-on-calculated/m-p/1381539#M31433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I gave the 'others' and 'null' options a recognisable colour and discovered that it's giving them null colours. So somehow my formula is evaluating to null, even though it's giving me the correct results for my chart. &lt;/P&gt;&lt;P&gt;I've tried wrapping it in another if statement to try to fix it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(isnull(if((aggr(rank(sum(Sales)),EmployeeName)&amp;lt;=3),EmployeeName)),null(),if((aggr(rank(sum(Sales)),EmployeeName)&amp;lt;=3),EmployeeName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it's not working...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 07:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/value-colors-from-June-2017-release-are-grey-on-calculated/m-p/1381539#M31433</guid>
      <dc:creator>neil_fitzpatric</dc:creator>
      <dc:date>2017-08-11T07:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: 'value colors' from June 2017 release are grey on calculated dimension</title>
      <link>https://community.qlik.com/t5/App-Development/value-colors-from-June-2017-release-are-grey-on-calculated/m-p/1381540#M31434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had the same error. We tried to apply custom colors to a Dimension called "Company", but the outcome was a chart with grey colors only. &lt;/P&gt;&lt;P&gt;I think the problem was that there is a field in our data model with the same name as the master dimension "Company". After creating a new master dimension with a different name "CompandyDIM" the colors where displayed correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 12:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/value-colors-from-June-2017-release-are-grey-on-calculated/m-p/1381540#M31434</guid>
      <dc:creator>annatrn1</dc:creator>
      <dc:date>2017-08-28T12:12:54Z</dc:date>
    </item>
  </channel>
</rss>

