<?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: One or Two color gradient BlockChart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/One-or-Two-color-gradient-BlockChart/m-p/1264215#M846549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can go for Blue(100) - Not that much thick it will bit more transparency. Look enhance and develop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark as helpful and If you feel Answer may be close this thread &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Mar 2017 14:34:32 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-03-23T14:34:32Z</dc:date>
    <item>
      <title>One or Two color gradient BlockChart</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-Two-color-gradient-BlockChart/m-p/1264212#M846546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Is it possible to set some sore of color gradient in my block chart like the image on the right? &lt;/P&gt;&lt;P&gt;The block chart in the image on the left has solid colors because it depends on the value, what I need is to chance "blue()" with something else to get the gradient effect, is it possible?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="gradient1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/157182_gradient1.PNG" style="font-size: 13.3333px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="gradient.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/157181_gradient.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;AE&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-Two-color-gradient-BlockChart/m-p/1264212#M846546</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: One or Two color gradient BlockChart</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-Two-color-gradient-BlockChart/m-p/1264213#M846547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It May possible by using color heads. Would you share example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Avg(Sales)&amp;lt;30, ARGB(1,2,3,4), If(Avg(Sales)&amp;gt;=30 and Avg(Sales) &amp;lt;60, ARGB(5,6,7,8), ARGB(9,10,11,12))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(Avg(Sales)&amp;lt;30, Blue(100), If(Avg(Sales)&amp;gt;=30 and Avg(Sales) &amp;lt;60, Black(100), Red(50))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 01:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-Two-color-gradient-BlockChart/m-p/1264213#M846547</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-23T01:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: One or Two color gradient BlockChart</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-Two-color-gradient-BlockChart/m-p/1264214#M846548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tnks, what you mean is that I have to chance the color definition (blue()) for this &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;If(Avg(Sales)&amp;lt;30, Blue(100), If(Avg(Sales)&amp;gt;=30 and Avg(Sales) &amp;lt;60, Black(100), Red(50))&lt;/STRONG&gt;&lt;/STRONG&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 14:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-Two-color-gradient-BlockChart/m-p/1264214#M846548</guid>
      <dc:creator />
      <dc:date>2017-03-23T14:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: One or Two color gradient BlockChart</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-Two-color-gradient-BlockChart/m-p/1264215#M846549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can go for Blue(100) - Not that much thick it will bit more transparency. Look enhance and develop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark as helpful and If you feel Answer may be close this thread &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 14:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-Two-color-gradient-BlockChart/m-p/1264215#M846549</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-23T14:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: One or Two color gradient BlockChart</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-Two-color-gradient-BlockChart/m-p/1264216#M846550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tnks, but what I really need is to find out if I could get this light gradient. I need to get to the image on the right. It can be done on the wizard but I have already change the background color with a conditional expression and I don't know how to get this light gradient in the expression &lt;/P&gt;&lt;P&gt;&lt;IMG alt="gradient3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/157297_gradient3.PNG" style="height: 275px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="gradient4.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/157300_gradient4.PNG" style="height: 283px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 14:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-Two-color-gradient-BlockChart/m-p/1264216#M846550</guid>
      <dc:creator />
      <dc:date>2017-03-23T14:46:26Z</dc:date>
    </item>
  </channel>
</rss>

