<?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: Qlik Table chart, color by values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Table-chart-color-by-values/m-p/1936494#M77180</link>
    <description>&lt;P&gt;It won't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;my values are from measured field:&amp;nbsp;Count(distinct[Coil_Batch_Number])&lt;/P&gt;
&lt;P&gt;i tried this&amp;nbsp;colormix1((Count(distinct[Coil_Batch_Number]))/484,RGB(118,183,178),RGB(78,121,167))))&lt;BR /&gt;what to do ?&amp;nbsp;&lt;BR /&gt;thx again !&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 May 2022 11:48:27 GMT</pubDate>
    <dc:creator>ena1309</dc:creator>
    <dc:date>2022-05-27T11:48:27Z</dc:date>
    <item>
      <title>Qlik Table chart, color by values</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Table-chart-color-by-values/m-p/1936483#M77177</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i am using vizlib in Qlik sense, i created a table, but i would like to color by values the cell, like i did it in tableau (picture attached)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;the greater the value --&amp;gt; the darker color ie. to use gradient&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;pls help asap&lt;BR /&gt;Ena&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ena1309_0-1653649942556.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80472iBA6C522D20239C50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ena1309_0-1653649942556.png" alt="ena1309_0-1653649942556.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 11:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Table-chart-color-by-values/m-p/1936483#M77177</guid>
      <dc:creator>ena1309</dc:creator>
      <dc:date>2022-05-27T11:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Table chart, color by values</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Table-chart-color-by-values/m-p/1936488#M77179</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;=colormix1(sum([YOUR VALUE])/484,RGB(118,183,178),RGB(78,121,167)))&lt;/P&gt;
&lt;P&gt;Instead of '484, which represent max value or ceiling, you can try to aggregate your max value from table for better result if your values are constantly changing.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 11:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Table-chart-color-by-values/m-p/1936488#M77179</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-05-27T11:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Table chart, color by values</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Table-chart-color-by-values/m-p/1936494#M77180</link>
      <description>&lt;P&gt;It won't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;my values are from measured field:&amp;nbsp;Count(distinct[Coil_Batch_Number])&lt;/P&gt;
&lt;P&gt;i tried this&amp;nbsp;colormix1((Count(distinct[Coil_Batch_Number]))/484,RGB(118,183,178),RGB(78,121,167))))&lt;BR /&gt;what to do ?&amp;nbsp;&lt;BR /&gt;thx again !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 11:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Table-chart-color-by-values/m-p/1936494#M77180</guid>
      <dc:creator>ena1309</dc:creator>
      <dc:date>2022-05-27T11:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Table chart, color by values</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Table-chart-color-by-values/m-p/1936498#M77182</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/180604"&gt;@ena1309&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the colormix function. Just replace the color ARGB values and the aggregation formule -&amp;gt; sum(Value)&lt;/P&gt;
&lt;P&gt;ARGB (255, 0, 64, 128) is the darkest color.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eddie_wagt_0-1653652386405.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80473i191406F6016C50BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eddie_wagt_0-1653652386405.png" alt="eddie_wagt_0-1653652386405.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eddie_wagt_0-1653652592579.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80474iF0DA4E494A19B12D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eddie_wagt_0-1653652592579.png" alt="eddie_wagt_0-1653652592579.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=ColorMix1 ((1+Sign(2*(sum(Value)-RangeMin (top(total sum(Value),1,NoOfRows(total))))/(RangeMax (top(total sum(Value),1,NoOfRows(total)))-RangeMin (top(total sum(Value),1,NoOfRows(total))))-1)*Sqrt(Fabs((2*(sum(Value)-RangeMin (top(total sum(Value),1,NoOfRows(total))))/(RangeMax (top(total sum(Value),1,NoOfRows(total)))-RangeMin (top(total sum(Value),1,NoOfRows(total))))-1))))/2, ARGB(255, 128, 255, 255), ARGB(255, 0, 64, 128))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;Eddie&lt;/P&gt;
&lt;TABLE style="border-style: solid; width: 100%; border-color: #006B30;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%" style="background-color: #009845; width: 100%; border-style: solid;"&gt;&lt;FONT color="#FFFFFF"&gt;If this answers your question or solves your issue, be sure to mark the answer as correct by clicking '&lt;STRONG&gt;&lt;SPAN class="notion-enable-hover" data-token-index="1" data-reactroot=""&gt;Accept as Solution&lt;/SPAN&gt;&lt;/STRONG&gt;'. This will mark the post as solved and other Qlikkies will gravitate towards this post as it as a possible solution for their issue.&amp;nbsp;Multiple responses can be accepted as a solution so make sure to select all that apply.&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 27 May 2022 11:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Table-chart-color-by-values/m-p/1936498#M77182</guid>
      <dc:creator>eddie_wagt</dc:creator>
      <dc:date>2022-05-27T11:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Table chart, color by values</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Table-chart-color-by-values/m-p/1936503#M77184</link>
      <description>&lt;P&gt;Try to put this one more thime&lt;/P&gt;
&lt;P&gt;colormix1(Count(distinct[Coil_Batch_Number])/484,RGB(118,183,178),RGB(78,121,167))&lt;/P&gt;
&lt;P&gt;into 'Background color expression' field of your measure&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 12:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Table-chart-color-by-values/m-p/1936503#M77184</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-05-27T12:07:38Z</dc:date>
    </item>
  </channel>
</rss>

