<?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: Gradient color background in Pivot table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Gradient-color-background-in-Pivot-table/m-p/2419574#M95529</link>
    <description>&lt;P&gt;Hi! Thanks for your reply.&lt;BR /&gt;Colormix1 does the job, but the transition point would be at 0.5 and I try to move it to 0.2, so chart like one below will have the color transition (gr-&amp;gt;red) at 20%&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159927iBCA41F560681AB97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 15:13:47 GMT</pubDate>
    <dc:creator>ArtemZadorozhnyi</dc:creator>
    <dc:date>2024-02-15T15:13:47Z</dc:date>
    <item>
      <title>Gradient color background in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Gradient-color-background-in-Pivot-table/m-p/2419500#M95505</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;BR /&gt;I'm looking for a way to apply gradient color in Qlik Sense:&lt;BR /&gt;1) in a pivot table based on the value (background color expression). The value is 0 to 1 (0 = green and 1 = red) with a transition point = 0.2 (it should be more red starting up from this point).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) same for bar chart.&lt;/P&gt;
&lt;P&gt;I've been trying using RGB() function but can't adjust it to have the transition point at 0.2.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 13:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gradient-color-background-in-Pivot-table/m-p/2419500#M95505</guid>
      <dc:creator>ArtemZadorozhnyi</dc:creator>
      <dc:date>2024-02-15T13:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Gradient color background in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Gradient-color-background-in-Pivot-table/m-p/2419508#M95507</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;You need to use the function ColorMix1() and/or&amp;nbsp;ColorMix2()&lt;/P&gt;
&lt;P&gt;Tell me if you need more help&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 13:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gradient-color-background-in-Pivot-table/m-p/2419508#M95507</guid>
      <dc:creator>Antoine04</dc:creator>
      <dc:date>2024-02-15T13:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Gradient color background in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Gradient-color-background-in-Pivot-table/m-p/2419574#M95529</link>
      <description>&lt;P&gt;Hi! Thanks for your reply.&lt;BR /&gt;Colormix1 does the job, but the transition point would be at 0.5 and I try to move it to 0.2, so chart like one below will have the color transition (gr-&amp;gt;red) at 20%&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159927iBCA41F560681AB97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 15:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gradient-color-background-in-Pivot-table/m-p/2419574#M95529</guid>
      <dc:creator>ArtemZadorozhnyi</dc:creator>
      <dc:date>2024-02-15T15:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Gradient color background in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Gradient-color-background-in-Pivot-table/m-p/2419609#M95540</link>
      <description>&lt;P&gt;What if you adapt your expression like :&lt;/P&gt;
&lt;P&gt;If( [Breakage %]&amp;lt;0.2, ColorMix1([Breakage %],GreenLight(),Green()), If( [Breakage %]&amp;gt;=0.2, ColorMix1([Breakage %],RedLight(),Red()) ))&lt;/P&gt;
&lt;P&gt;Then that will be always green if &amp;lt;0.2 and always red if &amp;gt;=0.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 15:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gradient-color-background-in-Pivot-table/m-p/2419609#M95540</guid>
      <dc:creator>Antoine04</dc:creator>
      <dc:date>2024-02-15T15:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Gradient color background in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Gradient-color-background-in-Pivot-table/m-p/2419623#M95541</link>
      <description>&lt;P&gt;Thank you! I'll give it a try&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 15:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gradient-color-background-in-Pivot-table/m-p/2419623#M95541</guid>
      <dc:creator>ArtemZadorozhnyi</dc:creator>
      <dc:date>2024-02-15T15:39:07Z</dc:date>
    </item>
  </channel>
</rss>

