<?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: Conditional Coloring in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878530#M12154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So where you use these expressions?? In a chart bar/table/pivot/text box??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was assuming in a chart, in the expression tab click on the plus sign&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BgColorDate.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89172_BgColorDate.png" style="height: 320px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 20:10:30 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2015-06-11T20:10:30Z</dc:date>
    <item>
      <title>Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878527#M12151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to do some searching for conditional expressions, but I haven't had any luck so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I have two KPIs. One that shows Revenue from 2014 and one from 2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did set analysis to filter the revenue by the year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2014 Revenue Expression: Sum({$&amp;lt;Year={"FY14"}&amp;gt;}"Revenue")&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2015 Revenue Expression: Sum({$&amp;lt;Year={"FY15"}&amp;gt;}"Revenue")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Now, I would like the 2015 Revenue to be a certain color depending on if it's higher or lower than 2014 Revenue (example: red if lower, green if higher).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I checked conditional coloring, but I'm a little confused as to how the expression should be formatted (most likely an if expression?).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Any help would be greatly appreciated. Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 19:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878527#M12151</guid>
      <dc:creator />
      <dc:date>2015-06-11T19:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878528#M12152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt; Sum({$&amp;lt;Year={"FY15"}&amp;gt;}"Revenue")-&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt; Sum({$&amp;lt;Year={"FY14"}&amp;gt;}"Revenue")&amp;lt;0,red(),green())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;You can set these in the the background/text color options for the expression by clicking on the +sign in front of the expression.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 19:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878528#M12152</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-11T19:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878529#M12153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where exactly do I put the expression you wrote?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the min/max ranges for conditional coloring? That doesn't seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 20:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878529#M12153</guid>
      <dc:creator />
      <dc:date>2015-06-11T20:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878530#M12154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So where you use these expressions?? In a chart bar/table/pivot/text box??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was assuming in a chart, in the expression tab click on the plus sign&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BgColorDate.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89172_BgColorDate.png" style="height: 320px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 20:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878530#M12154</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-11T20:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878531#M12155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh sorry, I see now this is for Sense, not sure this applies. Sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 20:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878531#M12155</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-11T20:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878532#M12156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I'm using Qlik Sense. Thanks for your help though!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone else knows how to correctly apply conditional coloring in this case, I would greatly appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 20:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878532#M12156</guid>
      <dc:creator />
      <dc:date>2015-06-11T20:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878533#M12157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which object are you using? &lt;/P&gt;&lt;P&gt;KPI object, Table, Bar, Line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 20:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878533#M12157</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2015-06-11T20:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878534#M12158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using KPI!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 20:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878534#M12158</guid>
      <dc:creator />
      <dc:date>2015-06-11T20:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878535#M12159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Assuming you have tow KPI objects one with 2014 and one with 2015.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;see attached for the reference. Choose "A2Z Solutions" as customer in the filter. &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;At a glance what i did is...&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;1. enable conditional colors for the metric you need to color.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;2. add a limit &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;3. in Min box input 2014 expression&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;4. in Max box input 2015 expression&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;5. for lower bound pick green and upper bound pick red. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 20:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878535#M12159</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2015-06-11T20:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878536#M12160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand the way you organized it, but what if 2015 is lower than 2014? Then it wouldn't work as a max. Wouldn't we need an if statement or the like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878536#M12160</guid>
      <dc:creator />
      <dc:date>2015-06-11T21:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878537#M12161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need that to define. coz that will be taken care by upper bound Red color. Assuming that you are trying to color only 2015 KPI object. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878537#M12161</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2015-06-11T21:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878538#M12162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do you put the sliding bar below the red/green? It seems like yours doesn't even move...? But the segments are still defined by it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878538#M12162</guid>
      <dc:creator />
      <dc:date>2015-06-11T21:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878539#M12163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't understand how 2015 Revenue can serve as a "max" if it is actually lower than 2014 Revenue? I just tried it, and the conditional coloring did not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878539#M12163</guid>
      <dc:creator />
      <dc:date>2015-06-11T21:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878540#M12164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your QVF if possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878540#M12164</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2015-06-11T21:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878541#M12165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't insert the qvf due to sensitive data, but here is a screenshot. I have followed your steps for Min/Max. For the slider, I tried putting the 2014 sales data, but that didn't seem to work (such as when I made 2015 smaller than 2014).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="conditional.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89189_conditional.png" style="height: 322px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878541#M12165</guid>
      <dc:creator />
      <dc:date>2015-06-11T21:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878542#M12166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see 2015 value being higher and will show in GREEN. if it lower than 2014 then it should show RED. am i missing something here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have 59.83M for 2014 which is lower than 62.76M for 2015. So 2015 will be Green. or else it will be red.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878542#M12166</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2015-06-11T21:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878543#M12167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the circled part of the screenshot. The red/green will actually depend on that number. Not compared to 2014/2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried making that circled value as 2014's value. But it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, I tried making 2015 lower than 2014 and it did not change to red.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878543#M12167</guid>
      <dc:creator />
      <dc:date>2015-06-11T21:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878544#M12168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is another screenshot if I simply just change the data for 2015 to make it smaller. For some reason the color did not change. I did not make any changes to Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="conditional2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89192_conditional2.png" style="height: 246px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878544#M12168</guid>
      <dc:creator />
      <dc:date>2015-06-11T21:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878545#M12169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you added as mentioned below correct?&lt;IMG alt="6-11-2015 3-22-33 PM.png" class="jive-image image-1" src="/legacyfs/online/89193_6-11-2015 3-22-33 PM.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 22:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878545#M12169</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2015-06-11T22:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878546#M12170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I did everything you said. When 2015 is higher than 2014, it works fine. The problem is that when 2015 is lower than 2014, it does not work (color doesn't change correctly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Additionally, sometimes I am able to adjust it so the colors change correctly, but the glyphs do not. Seems kind of strange since the glyph should be associated with the colors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 14:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/878546#M12170</guid>
      <dc:creator />
      <dc:date>2015-06-12T14:18:03Z</dc:date>
    </item>
  </channel>
</rss>

