<?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 gradient in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/color-gradient/m-p/289276#M1182998</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagah,&lt;/P&gt;&lt;P&gt;I was unable to find the qvw file at the mentioned URL. Could you help me with the same (or the expression) as i need it for conditional formatting in the same manner as shown by you in the picture above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2018 08:15:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-15T08:15:02Z</dc:date>
    <item>
      <title>color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/color-gradient/m-p/289272#M1182994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there an option to dye numerative data gradualy.&lt;/P&gt;&lt;P&gt;so that e.g. 100% are colored "red" and 1% is colored "green".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be thankful for any advice.&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;&lt;P&gt;daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 07:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-gradient/m-p/289272#M1182994</guid>
      <dc:creator />
      <dc:date>2011-12-09T07:32:18Z</dc:date>
    </item>
    <item>
      <title>color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/color-gradient/m-p/289273#M1182995</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 don't know whether I understood correctly, please check the attached image if you are expecting the same download QVW file from the below URL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://ap.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Sales%20Management.qvw&amp;amp;host=Demo11"&gt;http://ap.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Sales%20Management.qvw&amp;amp;host=Demo11&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer Products tab and Margin (Heat chart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Gradient.PNG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/9431_Gradient.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2011 11:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-gradient/m-p/289273#M1182995</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2011-12-10T11:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/color-gradient/m-p/289274#M1182996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have a field with values between 0 and 1 (0 to 100 %), e.g. called Dye%, your background color attribute (e.g. in expression tab, open the attributes by clicking on the + sign next to the expression) could look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=RGB(255* Dye% ,255-255* Dye%,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks like to be equivalent to using the colormix1 function:&lt;/P&gt;&lt;P&gt;=ColorMix1(Dye%,LightGreen(),LightRed())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to get blue in the middle of the range, it could look like&lt;/P&gt;&lt;P&gt;=RGB(255*Dye%,255-255*Dye%,256-2*fabs(127-255*Dye%))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or (this looks different, more pure blue):&lt;/P&gt;&lt;P&gt;=colormix2(Dye%*2-1,LightGreen(),lightred(),LightBlue() )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2011 17:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-gradient/m-p/289274#M1182996</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-10T17:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/color-gradient/m-p/289275#M1182997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your explanation. it was very helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the "rgb" formula works fine in the range from 0 to 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how should a formula be defined , that&lt;/P&gt;&lt;P&gt;a) works in a range&amp;nbsp; form&amp;nbsp; " 0 to 100 "&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;b) is it although possible to dye dimensions, that are containing e.g. total amount of turnover?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;&lt;P&gt;daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 09:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-gradient/m-p/289275#M1182997</guid>
      <dc:creator />
      <dc:date>2011-12-12T09:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: color gradient</title>
      <link>https://community.qlik.com/t5/QlikView/color-gradient/m-p/289276#M1182998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagah,&lt;/P&gt;&lt;P&gt;I was unable to find the qvw file at the mentioned URL. Could you help me with the same (or the expression) as i need it for conditional formatting in the same manner as shown by you in the picture above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 08:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-gradient/m-p/289276#M1182998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T08:15:02Z</dc:date>
    </item>
  </channel>
</rss>

