<?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: Condition Color in Simple KPI in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Condition-Color-in-Simple-KPI/m-p/1911208#M16536</link>
    <description>&lt;P&gt;Yes, I tried&amp;nbsp;&lt;SPAN&gt;if(BusinessHrs&amp;lt;sum(ValorMeta),green(),red()).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Like I said, i just put the string in the if to see if it was evaluating correctly, and it is. But in the color expression, doesnt work&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 12:54:56 GMT</pubDate>
    <dc:creator>Adrielmf2</dc:creator>
    <dc:date>2022-03-29T12:54:56Z</dc:date>
    <item>
      <title>Condition Color in Simple KPI</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Condition-Color-in-Simple-KPI/m-p/1910833#M16527</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Im trying to do a conditional color, and Im getting allways only one color. I put the same If as a dimension and i get the corret value, but the color doesnt work.&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-inline" image-alt="Adrielmf2_0-1648499646144.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75521i226472C6D8E36201/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Adrielmf2_0-1648499646144.png" alt="Adrielmf2_0-1648499646144.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 20:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Condition-Color-in-Simple-KPI/m-p/1910833#M16527</guid>
      <dc:creator>Adrielmf2</dc:creator>
      <dc:date>2022-03-28T20:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Condition Color in Simple KPI</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Condition-Color-in-Simple-KPI/m-p/1910840#M16528</link>
      <description>&lt;P&gt;what is your if-statement.&amp;nbsp; you aren't actually returning #green or #red right?&amp;nbsp; it should be hex color code in single quotes or qlik function (green(), red()) not in single quotes.&lt;/P&gt;
&lt;P&gt;I'm guessing your function is invalid and is just returning what you manually picked .&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 20:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Condition-Color-in-Simple-KPI/m-p/1910840#M16528</guid>
      <dc:creator>bgl-sjoyce</dc:creator>
      <dc:date>2022-03-28T20:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Condition Color in Simple KPI</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Condition-Color-in-Simple-KPI/m-p/1911141#M16532</link>
      <description>&lt;P&gt;Its not invalid. I just put the string in a Dimension to see if the logic works.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(BusinessHrs&amp;lt;sum(ValorMeta),'#7CFC00','#FF0000')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other one is the same, but with the string&lt;/P&gt;
&lt;P&gt;if(BusinessHrs&amp;lt;sum(ValorMeta),'#green','#red')&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 10:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Condition-Color-in-Simple-KPI/m-p/1911141#M16532</guid>
      <dc:creator>Adrielmf2</dc:creator>
      <dc:date>2022-03-29T10:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Condition Color in Simple KPI</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Condition-Color-in-Simple-KPI/m-p/1911204#M16535</link>
      <description>&lt;P&gt;did you try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if(BusinessHrs&amp;lt;sum(ValorMeta),green(),red())&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;like i said, #green or #red is not going to actually change your color.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Your first expression assuming&amp;nbsp;BusinessHrs&amp;lt;sum(ValorMeta) is correct.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 12:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Condition-Color-in-Simple-KPI/m-p/1911204#M16535</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2022-03-29T12:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Condition Color in Simple KPI</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Condition-Color-in-Simple-KPI/m-p/1911208#M16536</link>
      <description>&lt;P&gt;Yes, I tried&amp;nbsp;&lt;SPAN&gt;if(BusinessHrs&amp;lt;sum(ValorMeta),green(),red()).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Like I said, i just put the string in the if to see if it was evaluating correctly, and it is. But in the color expression, doesnt work&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 12:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Condition-Color-in-Simple-KPI/m-p/1911208#M16536</guid>
      <dc:creator>Adrielmf2</dc:creator>
      <dc:date>2022-03-29T12:54:56Z</dc:date>
    </item>
  </channel>
</rss>

