<?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 Dynamic Conditional Coloring of KPI Object in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040289#M16151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me please on how to dynamically change the color of a KPI object, I know it has a limit with an expression but unless the value is static (i.e. 100) the conditional coloring will not work for some reason here is what I use in my expression to set the limit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num((Count({$&amp;lt;Duration= {'&amp;gt;=0&amp;lt;=8'}&amp;gt;} distinct ReqID)) /(Count(Distinct ReqID)), '#,##0%') &amp;lt; 0.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2016 06:44:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-16T06:44:51Z</dc:date>
    <item>
      <title>Dynamic Conditional Coloring of KPI Object</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040289#M16151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me please on how to dynamically change the color of a KPI object, I know it has a limit with an expression but unless the value is static (i.e. 100) the conditional coloring will not work for some reason here is what I use in my expression to set the limit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num((Count({$&amp;lt;Duration= {'&amp;gt;=0&amp;lt;=8'}&amp;gt;} distinct ReqID)) /(Count(Distinct ReqID)), '#,##0%') &amp;lt; 0.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 06:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040289#M16151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T06:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Conditional Coloring of KPI Object</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040290#M16152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;num((&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;distinct &lt;/SPAN&gt;Count({$&amp;lt;Duration= {'&amp;gt;=0&amp;lt;=8'}&amp;gt;} ReqID)) /Count (ReqID)), '#,##0%') &amp;lt; 0.6&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 08:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040290#M16152</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-16T08:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Conditional Coloring of KPI Object</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040291#M16153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sureshqv, I have tried you expression, however, it gives an error in expression. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 08:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040291#M16153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T08:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Conditional Coloring of KPI Object</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040292#M16154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand this?&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;but unless the value is static (i.e. 100) the conditional coloring will not work for some reason&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Would you be able to elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 09:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040292#M16154</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-16T09:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Conditional Coloring of KPI Object</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040293#M16155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, what I mean is that if I use an expression like the one I mentioned above it will not work correctly; however, if I put in the expression field a static value like 50 or 100 the coloring will work perfectly. I hope it is clear now. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 09:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040293#M16155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T09:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Conditional Coloring of KPI Object</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040294#M16156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find a solution for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 09:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Conditional-Coloring-of-KPI-Object/m-p/1040294#M16156</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-03-10T09:14:04Z</dc:date>
    </item>
  </channel>
</rss>

