<?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: ColorMix in svgMap Color Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ColorMix-in-svgMap-Color-Expression/m-p/562331#M1235385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect the SVG extension directly assigns color as standard SVG attribute without any parsing. Syntax for SVG color attribute is here &lt;A class="loading active_link" href="http://www.w3.org/TR/SVG/types.html#DataTypeColor"&gt;http://www.w3.org/TR/SVG/types.html#DataTypeColor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess it should support rgb() syntax which in this case is standard CSS syntax, not QlikView's. ColorMix is purely QlikView's function and is not present in SVG standard syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2013 15:51:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-06T15:51:13Z</dc:date>
    <item>
      <title>ColorMix in svgMap Color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/ColorMix-in-svgMap-Color-Expression/m-p/562330#M1235384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know if the ColorMix function is supported in the svgMap extension object?&lt;/P&gt;&lt;P&gt;Am attaching a simple QVW with expenses by country.&lt;/P&gt;&lt;P&gt;Am successfully using the ColorMix function as the background color within a straight table.&lt;/P&gt;&lt;P&gt;But it doesn't seem to work in the svg Map object.&lt;/P&gt;&lt;P&gt;Have a duplicate map that simply uses red() as the color, and that works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ColorMix-in-svgMap-Color-Expression/m-p/562330#M1235384</guid>
      <dc:creator>ksmith24</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in svgMap Color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/ColorMix-in-svgMap-Color-Expression/m-p/562331#M1235385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect the SVG extension directly assigns color as standard SVG attribute without any parsing. Syntax for SVG color attribute is here &lt;A class="loading active_link" href="http://www.w3.org/TR/SVG/types.html#DataTypeColor"&gt;http://www.w3.org/TR/SVG/types.html#DataTypeColor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess it should support rgb() syntax which in this case is standard CSS syntax, not QlikView's. ColorMix is purely QlikView's function and is not present in SVG standard syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 15:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ColorMix-in-svgMap-Color-Expression/m-p/562331#M1235385</guid>
      <dc:creator />
      <dc:date>2013-08-06T15:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in svgMap Color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/ColorMix-in-svgMap-Color-Expression/m-p/562332#M1235386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could patch the result to RGB(), if the alpha factor (opacity) is constant 255 (from 2nd and third ColorMix1 parameter):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;replace(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ColorMix1 ((1+Sign(2*(sum(Expense)-RangeMin (top(total sum(Expense),1,NoOfRows(total))))/(RangeMax (top(total sum(Expense),1,NoOfRows(total)))-RangeMin (top(total sum(Expense),1,NoOfRows(total))))-1)*Sqrt(Fabs((2*(sum(Expense)-RangeMin (top(total sum(Expense),1,NoOfRows(total))))/(RangeMax (top(total sum(Expense),1,NoOfRows(total)))-RangeMin (top(total sum(Expense),1,NoOfRows(total))))-1))))/2, ARGB(255, 0, 255, 0), ARGB(255, 255, 0, 0))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,'ARGB(255,','RGB(')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 21:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ColorMix-in-svgMap-Color-Expression/m-p/562332#M1235386</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-08-12T21:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in svgMap Color Expression</title>
      <link>https://community.qlik.com/t5/QlikView/ColorMix-in-svgMap-Color-Expression/m-p/562333#M1235387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ralf that worked as prescribed! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 12:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ColorMix-in-svgMap-Color-Expression/m-p/562333#M1235387</guid>
      <dc:creator />
      <dc:date>2014-08-06T12:52:27Z</dc:date>
    </item>
  </channel>
</rss>

