<?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: Colour in an Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787145#M1034461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Didn't realise it was that simple!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2015 11:30:03 GMT</pubDate>
    <dc:creator>dinicholls</dc:creator>
    <dc:date>2015-01-14T11:30:03Z</dc:date>
    <item>
      <title>Colour in an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787140#M1034452</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 have an expression in my QV app, and this might sound a bit simple, but I want the result in my pivot table to be red, if less than 0, and black if not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know about the '+' sign next to the expression name, but have never really used it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I wanted to do the above, would I have to repeat my expression in the 'Text Colour' field, or can I just add in &amp;lt;0, Red(), black().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This if my formula in my expression field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Company=29,(sum([Line Debt])/100*$(Medical)),&lt;/P&gt;&lt;P&gt;if(Company='100D',(sum([Line Debt])/100*$(Pest)),&lt;/P&gt;&lt;P&gt;if(Company='100K',(sum([Line Debt])/100*$(Wash)),&lt;/P&gt;&lt;P&gt;if(Company='100F',(sum([Line Debt])/100*$(Hygiene)),&lt;/P&gt;&lt;P&gt;if(Company='100Z',(sum([Line Debt])/100*$(Ambius)),0)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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, 14 Jan 2015 11:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787140#M1034452</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2015-01-14T11:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Colour in an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787141#M1034453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just adding in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&amp;lt;0, Red(), black()&lt;/EM&gt; should suffice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give it a go and tell us whether or not you have success.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 11:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787141#M1034453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-14T11:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Colour in an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787142#M1034454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use visual cue tab and put a color if lower than 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 11:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787142#M1034454</guid>
      <dc:creator>yduval75</dc:creator>
      <dc:date>2015-01-14T11:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Colour in an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787143#M1034456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/DiNicholls"&gt;DiNicholls&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you must have to write expression in the background color which appears when you click on the + sign. &lt;/P&gt;&lt;P&gt;Expression to be written is if(Line&amp;lt;0,Red(),Black())&amp;nbsp;&amp;nbsp; where Line is the Label of you expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please fine the screen shot for the same.&lt;IMG alt="Line Debt.png" class="image-1 jive-image" src="/legacyfs/online/75289_Line Debt.png" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 11:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787143#M1034456</guid>
      <dc:creator />
      <dc:date>2015-01-14T11:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Colour in an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787144#M1034459</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;Visual Cues in Properties work best for simple highlighting. I think this will work OK for you. Otherwise the '+' gives more variety (eg. cell background) but sometimes you need to hunt around for documentation on how best to use the features (eg. bold font). This community is a good source.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 11:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787144#M1034459</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-01-14T11:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Colour in an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787145#M1034461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Didn't realise it was that simple!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 11:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787145#M1034461</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2015-01-14T11:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Colour in an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787146#M1034464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its ok. The more we post, More we learn. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 11:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-in-an-Expression/m-p/787146#M1034464</guid>
      <dc:creator />
      <dc:date>2015-01-14T11:52:45Z</dc:date>
    </item>
  </channel>
</rss>

