<?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: Colouring In - Expression or Visual Clue???? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colouring-In-Expression-or-Visual-Clue/m-p/821675#M289651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Di, for conditional color expressions (conditional in the sense that they depend on specific dimension values), you need to set coloring at the Expression level rather than in Visual Cues. On the Expressions tab of your table properties, click the + sign next to the expression, select Text Color and paste your expression there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, make sure it's actually written in QlikView syntax &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; "IF THEN" is fine for the script, but in UI expressions, the syntax is if(&lt;EM&gt;condition&lt;/EM&gt;,&lt;EM&gt;then&lt;/EM&gt;,&lt;EM&gt;else&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2014 17:02:48 GMT</pubDate>
    <dc:creator>vgutkovsky</dc:creator>
    <dc:date>2014-11-12T17:02:48Z</dc:date>
    <item>
      <title>Colouring In - Expression or Visual Clue????</title>
      <link>https://community.qlik.com/t5/QlikView/Colouring-In-Expression-or-Visual-Clue/m-p/821673#M289649</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;I've created a very nice dashboard, even if I do say so myself, but I have a bit of a quandary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A target has to be applied, and shown green if met, red if not. In english, these are the parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Group = Branch and (100/sum([Line Debt]))*sum([&amp;gt;90days]) (Ledger Balance - an expression) &amp;lt;=10.5 then Green, OR&lt;/P&gt;&lt;P&gt;if Group = Key and (100/sum([Line Debt]))*sum([&amp;gt;90days]) (Ledger Balance - an expression) &amp;lt;=9.5 then Green, if not met Red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried adding it to the 'Visual Clues' and it doesn't seem to like me, doesn't like me through the expressions route either!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Di&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 16:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colouring-In-Expression-or-Visual-Clue/m-p/821673#M289649</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2014-11-12T16:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring In - Expression or Visual Clue????</title>
      <link>https://community.qlik.com/t5/QlikView/Colouring-In-Expression-or-Visual-Clue/m-p/821674#M289650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to write an expression in Background Color.&lt;/P&gt;&lt;P&gt;If you want a specific color you can use RGB( r, g, b) function.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="background color.png" class="jive-image" src="/legacyfs/online/71094_background color.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Luca Jonathan Panetta&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.pljsoftware.com/"&gt;PLJ Software&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 16:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colouring-In-Expression-or-Visual-Clue/m-p/821674#M289650</guid>
      <dc:creator>pljsoftware</dc:creator>
      <dc:date>2014-11-12T16:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring In - Expression or Visual Clue????</title>
      <link>https://community.qlik.com/t5/QlikView/Colouring-In-Expression-or-Visual-Clue/m-p/821675#M289651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Di, for conditional color expressions (conditional in the sense that they depend on specific dimension values), you need to set coloring at the Expression level rather than in Visual Cues. On the Expressions tab of your table properties, click the + sign next to the expression, select Text Color and paste your expression there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, make sure it's actually written in QlikView syntax &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; "IF THEN" is fine for the script, but in UI expressions, the syntax is if(&lt;EM&gt;condition&lt;/EM&gt;,&lt;EM&gt;then&lt;/EM&gt;,&lt;EM&gt;else&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 17:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colouring-In-Expression-or-Visual-Clue/m-p/821675#M289651</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-11-12T17:02:48Z</dc:date>
    </item>
  </channel>
</rss>

