<?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: ColorMix1 with hex color? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ColorMix1-with-hex-color/m-p/2532585#M1226694</link>
    <description>&lt;P&gt;does this really work with a treemap ? i am using a treemap where i am using something like below for the Color by Expression property.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ColorMix1(Sum(ProjectsCount), white() , Num#('008FB8', '(HEX)'))&lt;/P&gt;</description>
    <pubDate>Mon, 06 Oct 2025 08:53:55 GMT</pubDate>
    <dc:creator>Kaushik2020</dc:creator>
    <dc:date>2025-10-06T08:53:55Z</dc:date>
    <item>
      <title>ColorMix1 with hex color?</title>
      <link>https://community.qlik.com/t5/QlikView/ColorMix1-with-hex-color/m-p/1432338#M430680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible?&amp;nbsp; Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ColorMix1($(some_variable), white(), '#4477aa')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what the correct syntax is, but the above does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 20:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ColorMix1-with-hex-color/m-p/1432338#M430680</guid>
      <dc:creator>mmarchese</dc:creator>
      <dc:date>2017-12-05T20:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix1 with hex color?</title>
      <link>https://community.qlik.com/t5/QlikView/ColorMix1-with-hex-color/m-p/1432339#M430681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ColorMix1( $(some_variable) , white() , Num#( '4477aa' , '(HEX)' )&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 21:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ColorMix1-with-hex-color/m-p/1432339#M430681</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-12-05T21:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix1 with hex color?</title>
      <link>https://community.qlik.com/t5/QlikView/ColorMix1-with-hex-color/m-p/1432340#M430682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That sort of works, but the result looks glitched out as shown in the screenshot below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The left column's background color formula is:&lt;/P&gt;&lt;P&gt;ColorMix1(Expression3, white() , rgb(68, 119, 170))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The right's color formula is:&lt;/P&gt;&lt;P&gt;ColorMix1(Expression3, white() , Num#('4477aa', '(HEX)'))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ScreenClip [3].png" class="jive-image image-1" src="/legacyfs/online/185982_ScreenClip [3].png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 17:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ColorMix1-with-hex-color/m-p/1432340#M430682</guid>
      <dc:creator>mmarchese</dc:creator>
      <dc:date>2017-12-06T17:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix1 with hex color?</title>
      <link>https://community.qlik.com/t5/QlikView/ColorMix1-with-hex-color/m-p/2532585#M1226694</link>
      <description>&lt;P&gt;does this really work with a treemap ? i am using a treemap where i am using something like below for the Color by Expression property.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ColorMix1(Sum(ProjectsCount), white() , Num#('008FB8', '(HEX)'))&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 08:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ColorMix1-with-hex-color/m-p/2532585#M1226694</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2025-10-06T08:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix1 with hex color?</title>
      <link>https://community.qlik.com/t5/QlikView/ColorMix1-with-hex-color/m-p/2532736#M1226697</link>
      <description>&lt;P&gt;Not all objects support all features. Therefore apply fixed values within a dummy to test the functionality - something like: colormix1(0.5, white(), red())&lt;/P&gt;&lt;P&gt;If this is working make sure that the expression returns always a valid result, for example with something:&lt;/P&gt;&lt;P&gt;alt(rangemax(0, rangemin(1, MyExpression)), 0.5)&lt;/P&gt;&lt;P&gt;A single invalid result or NULL may result in a strange behaviour or that the entire logic is skipped.&lt;/P&gt;&lt;P&gt;Beside the above may the num#() beeing wrapped with a num(). Helpful may also to put the hex-code and/or the rgb() and/or the auto-color like lightblue() with a wrapping num() in a table - because all should be resolved to a number().&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 12:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ColorMix1-with-hex-color/m-p/2532736#M1226697</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-10-07T12:11:33Z</dc:date>
    </item>
  </channel>
</rss>

