<?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: Use colors from variables ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-colors-from-variables/m-p/1150705#M376091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that's interesting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using the RGB function, I will use the 3 colors and keep the RGB function in the background color formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 07:58:18 GMT</pubDate>
    <dc:creator>fredericvillemi</dc:creator>
    <dc:date>2016-06-09T07:58:18Z</dc:date>
    <item>
      <title>Use colors from variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/Use-colors-from-variables/m-p/1150701#M376087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an Inline data set and I would like it to host a different color for each value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline &lt;/P&gt;&lt;P&gt;[_kpi_curves, _kpi_description, _kpi_color, _kpi_color_value&lt;/P&gt;&lt;P&gt;price, My price, vColPrice, "RGB(180,10,250)"&lt;/P&gt;&lt;P&gt;cost, My cost, vColCost, "RGB(80,10,250)"&lt;/P&gt;&lt;P&gt;mytest, My test, vColTest, "RGB(180,110,250)"&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want to do is a Chart Straight Table with Background Text of each line of the color in kpi_color_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to put _kpi_color_value in the Background Color but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second thing I would love to do : instead of using _kpi_color_value, I would prefer using _kpi_color which is the name of the variable containing _kpi_color_value .. How can I use a variable from the name of a variable in such a table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-colors-from-variables/m-p/1150701#M376087</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2016-06-08T12:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use colors from variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/Use-colors-from-variables/m-p/1150702#M376088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V/ikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-colors-from-variables/m-p/1150702#M376088</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-06-08T12:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Use colors from variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/Use-colors-from-variables/m-p/1150703#M376089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frederic,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Load * Inline &lt;/P&gt;&lt;P&gt;[_kpi_curves, _kpi_description, _kpi_color, _kpi_color_value_r, _kpi_color_value_g, _kpi_color_value_b&lt;/P&gt;&lt;P&gt;price, My price, vColPrice, 180, 10, 250&lt;/P&gt;&lt;P&gt;cost, My cost, vColCost, 80, 10, 250&lt;/P&gt;&lt;P&gt;mytest, My test, vColTest, 180, 110, 250&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colour function:&lt;/P&gt;&lt;P&gt;RGB(Max({1&amp;lt;_kpi_curves={'price'}&amp;gt;} _kpi_color_value_r),Max({1&amp;lt;_kpi_curves={'price'}&amp;gt;} _kpi_color_value_g),Max({1&amp;lt;_kpi_curves={'price'}&amp;gt;} _kpi_color_value_b))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-colors-from-variables/m-p/1150703#M376089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T12:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use colors from variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/Use-colors-from-variables/m-p/1150704#M376090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thanks for the example but I don't see the usage of the color in a straight table.&lt;/P&gt;&lt;P&gt;Does it work using only the variable name in Background Color ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-colors-from-variables/m-p/1150704#M376090</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2016-06-08T12:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use colors from variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/Use-colors-from-variables/m-p/1150705#M376091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that's interesting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using the RGB function, I will use the 3 colors and keep the RGB function in the background color formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 07:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-colors-from-variables/m-p/1150705#M376091</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2016-06-09T07:58:18Z</dc:date>
    </item>
  </channel>
</rss>

