<?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: Qlikview Combochart color gradient in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098066#M520758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&amp;nbsp; The points you made are good ones. To keep the transparency value in the right range I pick a number between 0 and 255 , usually 55 and follow this kind of scheme:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;55 + 200*(Expression - min of Expression)/(max of Expression - min of Expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when you write it out for real with actual expression and the inevitable aggr functions it can look a bit cumbersome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right about the spread of the intensities, often it's not quite as effective on the screen as one would like (I find that with ColorMix too). You can replace the ratio (Expression - min of Expression)/(max of Expression - min of Expression) with something more complicated to emphasis differences in the middle or in the extremes of the range but you quickly reach a point of diminishing returns and have a very messy colour expression and little to show for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your last point about heatmaps that display values in cells is something I always forget about until I get a table where I can only read half the values!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Analog Kid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2016 09:27:12 GMT</pubDate>
    <dc:creator>effinty2112</dc:creator>
    <dc:date>2016-08-12T09:27:12Z</dc:date>
    <item>
      <title>Qlikview Combochart color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098061#M520753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have combo chart with 2 expression&lt;/P&gt;&lt;P&gt;1) Avg(Revenue)&lt;/P&gt;&lt;P&gt;2) Count(id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to the first expression to present in the bar and the color of the bar's should be like&lt;/P&gt;&lt;P&gt;If the value is &amp;lt; 0 then Blue and if the value &amp;gt;0&amp;nbsp; then green. But the color's should be in gradient based on the count(id) (expression 2)&lt;/P&gt;&lt;P&gt;if the value of 2nd expression is low the bar color should be light and if the value is high the color should be darker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one please advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 21:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098061#M520753</guid>
      <dc:creator>gouthamkk</dc:creator>
      <dc:date>2016-08-11T21:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Combochart color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098062#M520754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would use the ARGB function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try setting the background colour to this but replace 'Dimension' with the dimension of your chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ARGB(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;55 + 200*(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Count(id)&lt;/SPAN&gt;- min(TOTAL Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Count(id)&lt;/SPAN&gt;,Dimension)))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;max(TOTAL Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;Count(id)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,Dimension))&lt;/SPAN&gt; - min(TOTAL Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Count(id)&lt;/SPAN&gt;,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Dimension&lt;/SPAN&gt;)))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;0,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Avg(Revenue) &amp;gt; 0,255,0),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Avg(Revenue) &lt;/SPAN&gt;&amp;lt;=0,255,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 22:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098062#M520754</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-08-11T22:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Combochart color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098063#M520755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Gysberts "correct" reply to this thread - &lt;A href="https://community.qlik.com/thread/79307"&gt;Qlikview Heatmaps&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It helped me create a heatmap and uses the colormix function to produce a gradient.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 00:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098063#M520755</guid>
      <dc:creator>mmonfort</dc:creator>
      <dc:date>2016-08-12T00:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Combochart color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098064#M520756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The way I read this request (and I could be wrong)&amp;nbsp; the colours are to be either green or blue. The &lt;EM&gt;intensity&lt;/EM&gt; of the shade is to vary with count(id) and this is done by varying the first parameter of the ARGB expression. Of course goutham k may find that an expression based on a &lt;EM&gt;colour&lt;/EM&gt; gradient using colormix suits his/her purposes better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 08:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098064#M520756</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-08-12T08:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Combochart color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098065#M520757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only issue I have encountered in manually setting the ARGB value is that sometimes you have to fiddle about to keep the range between 0 and 255 and to have an even(ish) spread of colour. You also might have to apply some code to the Font Colour as well to get contrasting, i.e. easily readable text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS, Liking the Signals Picture! \m/ &lt;A href="https://community.qlik.com/qlik-users/152494"&gt;effinty2112&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="134414" alt="HeatMap.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134414_HeatMap.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 08:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098065#M520757</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2016-08-12T08:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Combochart color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098066#M520758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&amp;nbsp; The points you made are good ones. To keep the transparency value in the right range I pick a number between 0 and 255 , usually 55 and follow this kind of scheme:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;55 + 200*(Expression - min of Expression)/(max of Expression - min of Expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when you write it out for real with actual expression and the inevitable aggr functions it can look a bit cumbersome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right about the spread of the intensities, often it's not quite as effective on the screen as one would like (I find that with ColorMix too). You can replace the ratio (Expression - min of Expression)/(max of Expression - min of Expression) with something more complicated to emphasis differences in the middle or in the extremes of the range but you quickly reach a point of diminishing returns and have a very messy colour expression and little to show for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your last point about heatmaps that display values in cells is something I always forget about until I get a table where I can only read half the values!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Analog Kid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 09:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098066#M520758</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-08-12T09:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Combochart color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098067#M520759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, I did nick your AGGR code and applied it to the heatmap shown in the post and it worked like a charm! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Working Man &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 09:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098067#M520759</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2016-08-12T09:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Combochart color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098068#M520760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Andrew, &lt;/P&gt;&lt;P&gt;I am sorry for the late response. the expression what you have given helped me, but i have multiple charts with different expression. i want to see the unique color coding .&lt;/P&gt;&lt;P&gt;Like the max valued expression in chart one should have the same darker color as Max color in the second chart&lt;/P&gt;&lt;P&gt;Irrespective of their values&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;For &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count(id) in first chart i have a max value 50 and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;For &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count(id) in 2nd chart i have a max value 20.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Is it possible to see same darker &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;color bars &lt;/SPAN&gt;in both charts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please advise&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2016 13:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098068#M520760</guid>
      <dc:creator>gouthamkk</dc:creator>
      <dc:date>2016-08-14T13:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Combochart color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098069#M520761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It's difficult to sort this for you at a distance so to speak but consider this. The expression I've suggested has this ratio at its heart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Count(id)&lt;/SPAN&gt;- min(TOTAL Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Count(id)&lt;/SPAN&gt;,Dimension)))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;max(TOTAL Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Count(id)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,Dimension))&lt;/SPAN&gt; - min(TOTAL Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Count(id)&lt;/SPAN&gt;,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Dimension&lt;/SPAN&gt;)))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When the Count(id) take its minimum value the top line will equal zero, the bottom line will not be zero so the ratio as a whole will equal zero. When Count(id) takes its maximum value the top line and the bottom line will be equal and non zero so the ratio will equal 1.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you have two charts with a different count of id the ratio should still range between 0 and 1 if the Aggr expressions are doing their jobs. In two charts that are giving different shades for their max value of count(id) test the Aggr expressions by adding these expressions:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;min(TOTAL Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Count(id)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;,Dimension))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;max(TOTAL Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Count(id)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;,Dimension))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;In fact I would copy your charts and change the copies to a straight table to see better what's going on. For the chart with maximum count of id as 50 you should find that &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;max(TOTAL Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Count(id)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;,Dimension)) will return 50 across all the values of the dimension and return 20 for the other chart.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Please let me know how you get on.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Good luck&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Andrew&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2016 21:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Combochart-color-gradient/m-p/1098069#M520761</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-08-14T21:20:45Z</dc:date>
    </item>
  </channel>
</rss>

