<?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 Hexadecimal Colors in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257537#M97327</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;i have color in hexadecimal, is it possible to present the color? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks,&lt;/P&gt;&lt;P&gt;avi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2012 15:37:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-06T15:37:20Z</dc:date>
    <item>
      <title>Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257537#M97327</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;i have color in hexadecimal, is it possible to present the color? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks,&lt;/P&gt;&lt;P&gt;avi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 15:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257537#M97327</guid>
      <dc:creator />
      <dc:date>2012-02-06T15:37:20Z</dc:date>
    </item>
    <item>
      <title>Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257538#M97328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi avi,&lt;/P&gt;&lt;P&gt;last year this question was answered here &lt;A _jive_internal="true" href="https://community.qlik.com/message/17746#17746"&gt;http://community.qlik.com/message/17746#17746&lt;/A&gt; with "no" in terms of direct hex-input. But you can always convert hexadecimal colors to RGB using different tools - online calculators (for example here: &lt;A href="http://drpeterjones.com/colorcalc/"&gt;http://drpeterjones.com/colorcalc/&lt;/A&gt;) or self-written functions (for example here: &lt;A _jive_internal="true" href="https://community.qlik.com/message/33594#33594"&gt;http://community.qlik.com/message/33594#33594&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 16:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257538#M97328</guid>
      <dc:creator>ekech_infomotio</dc:creator>
      <dc:date>2012-02-06T16:01:00Z</dc:date>
    </item>
    <item>
      <title>Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257539#M97329</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 seen these posts allready, but they are not so helpfull !!!,&lt;/P&gt;&lt;P&gt;thanks any way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 16:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257539#M97329</guid>
      <dc:creator />
      <dc:date>2012-02-06T16:05:10Z</dc:date>
    </item>
    <item>
      <title>Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257540#M97330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may I ask why? you have to split up your hexadecimal color - first two digits for R, next two for G, last two for B. Calculation as implemented by Hector Munoz...&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 16:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257540#M97330</guid>
      <dc:creator>ekech_infomotio</dc:creator>
      <dc:date>2012-02-06T16:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257541#M97331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello avifarkash, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can translate your hex colors to RGB and use syntax similar to the following:&lt;/P&gt;&lt;P&gt; If(Avg(%Field) = 1, RGB(142,158,130), If(Avg(%Field) = 2, RGB(202,204,182), ...etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you could make variables using the RGB function and write it like this instead:&lt;/P&gt;&lt;P&gt; If(Avg(%Field) = 1, $(vGreenDk), If(Avg(%Field) = 2, $(vGreenLt), ...etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you could put the HEX value straight into your expression as follows:&lt;/P&gt;&lt;P&gt; If(Avg(%Field) = 1, '#8E9E82'&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, If(Avg(%Field) = 2, '#CACCB6', ...etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dollar sign expansion on the second method is not necessary, just best practices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 22:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257541#M97331</guid>
      <dc:creator />
      <dc:date>2014-05-21T22:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257542#M97332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;simple formula:&amp;nbsp; &lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;Num#('FF' &amp;amp; vHexColor,'(HEX)')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use 6 hex digits in the place of vHexColor in the above formula.e.g&amp;nbsp; AABBCC would be &lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Num#('FFAABBCC','(HEX)')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In QlikView the color representation is 4 bytes long, where the first byte is the transparency. If you dont want transparancy then - like in the above example - start with "FF" and then put the rest of your Hex Color Code. The result is a valid color in QlikView.&lt;/P&gt;&lt;P&gt;(Hi &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 0.9em; line-height: 1.5em; font-style: inherit;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/avifarkash"&gt;avifarkash&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;would be nice if you mark this thread as "answered" ...)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 13:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257542#M97332</guid>
      <dc:creator>ChristofSchwarz</dc:creator>
      <dc:date>2014-10-02T13:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257543#M97333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice answer. I hope that &lt;SPAN style="color: #0000ff;"&gt;avifarkash&lt;/SPAN&gt; breaks their multi-year silence to answer! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 13:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257543#M97333</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-10-02T13:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257544#M97334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can just use the hex number in color expression as it is.In color expression field enter hex number for example&lt;/P&gt;&lt;P&gt;'#F26E5B'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 21:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257544#M97334</guid>
      <dc:creator />
      <dc:date>2017-02-09T21:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257545#M97335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: &lt;SPAN style="font-size: 13.3333px;"&gt;HEXCODE&lt;/SPAN&gt; should not contain '#' , if you have # then also add Purgechar()&lt;/P&gt;&lt;P&gt;=RGB(num(num#(left(HEXCODE,2),'(HEX)')) ,num(num#(mid(HEXCODE,3,2),'(HEX)')) ,num(num#(right(HEXCODE,2),'(HEX)')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Purgechar()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=RGB(num(num#(left(purgechar(HEXCODE,'#'),2),'(HEX)')) ,num(num#(mid(&lt;SPAN style="font-size: 13.3333px;"&gt;purgechar(HEXCODE,'#')&lt;/SPAN&gt;,3,2),'(HEX)')) ,num(num#(right(&lt;SPAN style="font-size: 13.3333px;"&gt;purgechar(HEXCODE,'#')&lt;/SPAN&gt;,2),'(HEX)')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 06:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257545#M97335</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-10T06:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257546#M97336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Christof is correct. A colour value is simply a 32 bit (4-byte) number. Any expression which returns a 32 bit number can be used as a colour expression. RGB() and ARGB() also return a 32 bit number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Splitting the hex number to feed into RGB() is messy and unnecessary. Use Christof's formula instead or a suitable adaptation to your requirements.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 07:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257546#M97336</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-02-10T07:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257547#M97337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Qlik Sense Server April 2018 and I am able to just directly enter the Hex code as '#ffcf02' and it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 13:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257547#M97337</guid>
      <dc:creator>mosherterry</dc:creator>
      <dc:date>2018-05-30T13:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257548#M97338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that works in most of the colour dialogs in Qlik Sense, but this is a Qlikview group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 15:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257548#M97338</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-06-04T15:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257549#M97339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately while this works the colours dont match for example try #59FFAA - which is green in hexadecimal but when converted is blue (RGB(89,159,170)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 20:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257549#M97339</guid>
      <dc:creator>andy_smith2005</dc:creator>
      <dc:date>2018-07-27T20:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hexadecimal Colors</title>
      <link>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257550#M97340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hex 59FFAA is composed of the three hex numbers 59, FF and AA. Clearly FF is 255 and not 159 as you have in the RGB(89,&lt;STRONG&gt;159&lt;/STRONG&gt;,170).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you will have to compare the colors #59FFAA with RGB(159,255,170) and see if they match....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2018 09:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hexadecimal-Colors/m-p/257550#M97340</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-07-28T09:51:12Z</dc:date>
    </item>
  </channel>
</rss>

