<?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/1907148#M74763</link>
    <description>&lt;P&gt;where do you apply this expression, i.e. what kind of object would you like to present this coloured symbol?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Mar 2022 18:58:13 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2022-03-18T18:58:13Z</dc:date>
    <item>
      <title>Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1904270#M74569</link>
      <description>&lt;P&gt;I'm trying to find a way to color the output of an if statement.&amp;nbsp; The function I'm using is below:&lt;/P&gt;
&lt;P&gt;if((count(distinct{$ &amp;lt;[Fiscal Year] = {$(=MAX([Fiscal Year]))}&amp;gt;}[Product Number]) -count(distinct{$ &amp;lt;[Fiscal Year] = {$(=MIN([Fiscal Year]))}&amp;gt;}[Product Number])) &amp;gt; 0, '▲', '▼')&lt;/P&gt;
&lt;P&gt;I'm wanting the upward carrot to be green and the downward carrot to be red.&amp;nbsp; &amp;nbsp;I attempted to encase them in Red() and Green() but then it showed up a large number instead of a red/green carrot.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 20:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1904270#M74569</guid>
      <dc:creator>amr_qlik</dc:creator>
      <dc:date>2022-03-11T20:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1904319#M74571</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/166499"&gt;@amr_qlik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Add this expression in text color expression of your measure:&lt;/P&gt;
&lt;P&gt;if((count(distinct{$ &amp;lt;[Fiscal Year] = {$(=MAX([Fiscal Year]))}&amp;gt;}[Product Number]) -count(distinct{$ &amp;lt;[Fiscal Year] = {$(=MIN([Fiscal Year]))}&amp;gt;}[Product Number])) &amp;gt; 0, lightgreen() ,lightred() )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 08:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1904319#M74571</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2022-03-12T08:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907049#M74754</link>
      <description>&lt;P&gt;I'm not seeing a text color expression box anywhere.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907049#M74754</guid>
      <dc:creator>amr_qlik</dc:creator>
      <dc:date>2022-03-18T14:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907148#M74763</link>
      <description>&lt;P&gt;where do you apply this expression, i.e. what kind of object would you like to present this coloured symbol?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 18:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907148#M74763</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-03-18T18:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907149#M74764</link>
      <description>&lt;P&gt;Currently, the object is in a KPI.&amp;nbsp; &amp;nbsp; I'm open to it being in another object if necessary, but only if it can be made large enough to be easily seen.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 19:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907149#M74764</guid>
      <dc:creator>amr_qlik</dc:creator>
      <dc:date>2022-03-18T19:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907153#M74766</link>
      <description>&lt;P&gt;At least the&amp;nbsp;&lt;SPAN&gt;▼ character might be replaced by the inherently red unicode symbol&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":red_triangle_pointed_down:"&gt;🔻&lt;/span&gt;&lt;BR /&gt;using&amp;nbsp;Chr(128315) or '&lt;span class="lia-unicode-emoji" title=":red_triangle_pointed_down:"&gt;🔻&lt;/span&gt;' instead of&amp;nbsp; '▼' in your expression.&lt;BR /&gt;There doesn't seem to be a green&amp;nbsp;▲ though...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 19:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907153#M74766</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-03-18T19:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907159#M74767</link>
      <description>&lt;P&gt;Defining the colours should be possible in the Appearance/Color section.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 19:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907159#M74767</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-03-18T19:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907164#M74768</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; Chr(128315) combined with coloring the output green gets me where I want to be!&lt;/P&gt;
&lt;P&gt;Is there a list of the available chr() characters somewhere I could look at?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 19:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907164#M74768</guid>
      <dc:creator>amr_qlik</dc:creator>
      <dc:date>2022-03-18T19:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Coloring</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907424#M74785</link>
      <description>&lt;P&gt;You can make this list by yourself:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Symbols:
    Load
      Chr(RecNo()) as AsciiAlpha,
      RecNo() as AsciiNum
    autogenerate 20000
   Where (RecNo()&amp;gt;=32  and RecNo()&amp;lt;=126) or (RecNo()&amp;gt;=160 and RecNo()&amp;lt;=13000)
;

Emojis:
    Load
      Chr(RecNo()) 			as EmojiAlpha,
      RecNo() 				as ENum,
    autogenerate 130000
   Where (RecNo()&amp;gt;=127744  and RecNo()&amp;lt;=128317) 
   	  or (RecNo()&amp;gt;=128506  and RecNo()&amp;lt;=128591) 
      or (RecNo()&amp;gt;=128640  and RecNo()&amp;lt;=128709)
      or (RecNo()&amp;gt;=128752  and RecNo()&amp;lt;=128762)
;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 07:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Coloring/m-p/1907424#M74785</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-03-21T07:25:42Z</dc:date>
    </item>
  </channel>
</rss>

