<?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: Set colors in a file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-colors-in-a-file/m-p/1545673#M439836</link>
    <description>&lt;P&gt;Thanks for your answer but my main question is how to use this values in a chart as background color like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image1.png" style="width: 128px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6213i40833331D945CC1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image1.png" alt="Image1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Feb 2019 08:30:44 GMT</pubDate>
    <dc:creator>melissatw</dc:creator>
    <dc:date>2019-02-18T08:30:44Z</dc:date>
    <item>
      <title>Set colors in a file</title>
      <link>https://community.qlik.com/t5/QlikView/Set-colors-in-a-file/m-p/1545228#M439801</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I created 2 tables having the same structure but eachone filtered on a field ARTICLE TYPE.&lt;BR /&gt;&amp;nbsp;So we have Table 1 with&amp;nbsp;article type A and table 2 with&amp;nbsp;article type B.&lt;/P&gt;&lt;P&gt;&amp;nbsp;On these tables I have a Delta class column based on the Delta field created as follow:&lt;/P&gt;&lt;PRE&gt; = if Delta&amp;gt; -0,1 then "less than 10%" else if Delta&amp;gt; -0,2 then "10 to 20%" else "more than 20%"&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;In this column, the color of the background is dynamic&amp;nbsp;with the following formula:&lt;/P&gt;&lt;PRE&gt; = if Delta&amp;gt; -0,1 then rgb (255,106,106) else if Delta&amp;gt; -0,2 then rgb (255,0,0) else rgb (0,0,0)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The problem is that no user can get hold of these values ​​and it is not very optimal to maintain.&lt;BR /&gt;&amp;nbsp;So I thought of making an excel file like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Article Type | Min | Max | color&lt;BR /&gt;&amp;nbsp;A | 0.1 | # | 255,106,106&lt;BR /&gt;&amp;nbsp;A | 0.2 | 0.1 | 255,0,0&lt;BR /&gt;&amp;nbsp;A | # | 0.2 | 0,0,0&lt;BR /&gt;&amp;nbsp;B | 0.5 | # | 255,106,106&lt;BR /&gt;&amp;nbsp;B | # | 0.7 | 255,0,0&lt;/P&gt;&lt;P&gt;&amp;nbsp;In the LOAD, I loaded this data into the Article Type table by adding the columns Min, Max and Color,&lt;BR /&gt;&amp;nbsp;on the other hand in the PRES I do not see at all how to recover the colors in the property Background ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;Would anyone have an idea please?&lt;BR /&gt;&amp;nbsp;Or an idea for another method?&lt;/P&gt;&lt;P&gt;&amp;nbsp;thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-colors-in-a-file/m-p/1545228#M439801</guid>
      <dc:creator>melissatw</dc:creator>
      <dc:date>2024-11-16T04:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set colors in a file</title>
      <link>https://community.qlik.com/t5/QlikView/Set-colors-in-a-file/m-p/1545238#M439802</link>
      <description>&lt;P&gt;Instead of bringing the color value in one column, bring them in 3 different column. R value, G value, B value and then use it like this&lt;/P&gt;&lt;PRE&gt;RGB([R value], [G value], [B value])&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Feb 2019 17:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-colors-in-a-file/m-p/1545238#M439802</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-15T17:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set colors in a file</title>
      <link>https://community.qlik.com/t5/QlikView/Set-colors-in-a-file/m-p/1545673#M439836</link>
      <description>&lt;P&gt;Thanks for your answer but my main question is how to use this values in a chart as background color like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image1.png" style="width: 128px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6213i40833331D945CC1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image1.png" alt="Image1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 08:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-colors-in-a-file/m-p/1545673#M439836</guid>
      <dc:creator>melissatw</dc:creator>
      <dc:date>2019-02-18T08:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set colors in a file</title>
      <link>https://community.qlik.com/t5/QlikView/Set-colors-in-a-file/m-p/1546311#M439876</link>
      <description>&lt;P&gt;Would you be able to share a sample to show what you already have?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 12:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-colors-in-a-file/m-p/1546311#M439876</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-19T12:16:48Z</dc:date>
    </item>
  </channel>
</rss>

