<?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: Create new color scheme in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Create-new-color-scheme/m-p/1974654#M80397</link>
    <description>&lt;P&gt;Finally, I've use argb function in the visualization color expression as follows:&lt;/P&gt;
&lt;P&gt;argb(((my_year-min(TOTAL my_year)+1)/(max(TOTAL my_year)-min(TOTAL my_year)+1))*255,122,178,28)&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 08:33:38 GMT</pubDate>
    <dc:creator>amaaiia</dc:creator>
    <dc:date>2022-08-30T08:33:38Z</dc:date>
    <item>
      <title>Create new color scheme</title>
      <link>https://community.qlik.com/t5/App-Development/Create-new-color-scheme/m-p/1974308#M80365</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I have a master dimension YEAR with 5 values (2018,2019,2020,2021,2022, by now). I want this dimension to be green in different tones or levels of brightness, but always green. I know I can assign manually a color to each dimension value. The problem is that next year, the value 2023 will be added (2024, 2025...) and I want the color to be assigned automatically to each year.&lt;/P&gt;
&lt;P&gt;When I select colors for dimension values I can select both&lt;STRONG&gt; Only color&lt;/STRONG&gt; or &lt;STRONG&gt;Color scheme&lt;/STRONG&gt;. How can I create a new color scheme? I only can see de dafaults&amp;nbsp; in Qlik Sense. I'm thinking in creating a new color schema selecting manually several green tones.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 14:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-new-color-scheme/m-p/1974308#M80365</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2022-08-29T14:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create new color scheme</title>
      <link>https://community.qlik.com/t5/App-Development/Create-new-color-scheme/m-p/1974470#M80382</link>
      <description>&lt;P&gt;I don't know how you can implement this in the Master Dimension level. But you can implement it in the chart as a color expression like:&lt;/P&gt;
&lt;P&gt;=rgb(0, 255-((Max({1}Total Year([OrderDate])) - Max(Year([OrderDate]))) * 32), 0)&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 22:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-new-color-scheme/m-p/1974470#M80382</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-08-29T22:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create new color scheme</title>
      <link>https://community.qlik.com/t5/App-Development/Create-new-color-scheme/m-p/1974654#M80397</link>
      <description>&lt;P&gt;Finally, I've use argb function in the visualization color expression as follows:&lt;/P&gt;
&lt;P&gt;argb(((my_year-min(TOTAL my_year)+1)/(max(TOTAL my_year)-min(TOTAL my_year)+1))*255,122,178,28)&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 08:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-new-color-scheme/m-p/1974654#M80397</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2022-08-30T08:33:38Z</dc:date>
    </item>
  </channel>
</rss>

