<?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: How back ground colour is designed for the satisfaction of two expressions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72154#M11933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank very much Akshya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look forward to same response in due course&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2018 18:58:30 GMT</pubDate>
    <dc:creator>nevilledhamsiri</dc:creator>
    <dc:date>2018-05-08T18:58:30Z</dc:date>
    <item>
      <title>How back ground colour is designed for the satisfaction of two expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72148#M11927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate if reference is made to case where two conditions to be met if that is to be ok if not needs to be treated as not ok. I wish to show this in back ground colour. Simply what I need is something like below!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If UPR &amp;amp; DAC balances are both negative, such cases are ok. Similarly if UPR &amp;amp; DAC balances are both positive still it is alright but if the combination is the opposite such as (one is positive whereas other is negative &amp;amp; so on) then they are not alright &amp;amp; need to show&amp;nbsp; red in colour. The expression used is as follows. but it doesn't show me the expected out put. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Sum (UPR) AND SUM(DAC)&amp;lt;0,LightGreen(),IF(Sum (UPR) AND SUM(DAC)&amp;gt;0,LightGreen(),LightRed()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 17:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72148#M11927</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-05-08T17:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: How back ground colour is designed for the satisfaction of two expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72149#M11928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nevellie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded the attachment&amp;nbsp; and it is a blank application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use below expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IF(Sum (UPR)&amp;lt;0 AND SUM(DAC)&amp;lt;0,LightGreen(),IF(Sum (UPR)&amp;gt;0 AND SUM(DAC)&amp;gt;0,LightGreen(),LightRed()))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Akshaya&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 18:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72149#M11928</guid>
      <dc:creator>adityaakshaya</dc:creator>
      <dc:date>2018-05-08T18:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: How back ground colour is designed for the satisfaction of two expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72150#M11929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Adithya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is alright. If the expected colouring to be highlighted both on UPR &amp;amp; DAC at once , can it be done in single expression such s one you proposed or is it required to apply the same on DAC as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 18:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72150#M11929</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-05-08T18:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: How back ground colour is designed for the satisfaction of two expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72151#M11930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my understanding you are using a straight table chart. and you have two measures UPR and DAC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above understanding is correct, then yes, you have to use background color expression in both UPR and DAC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 18:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72151#M11930</guid>
      <dc:creator>adityaakshaya</dc:creator>
      <dc:date>2018-05-08T18:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: How back ground colour is designed for the satisfaction of two expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72152#M11931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is a Pivot chart, does the answer is same or otherwise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 18:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72152#M11931</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-05-08T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: How back ground colour is designed for the satisfaction of two expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72153#M11932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You have to add it in both the measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 18:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72153#M11932</guid>
      <dc:creator>adityaakshaya</dc:creator>
      <dc:date>2018-05-08T18:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How back ground colour is designed for the satisfaction of two expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72154#M11933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank very much Akshya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look forward to same response in due course&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 18:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-back-ground-colour-is-designed-for-the-satisfaction-of-two/m-p/72154#M11933</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-05-08T18:58:30Z</dc:date>
    </item>
  </channel>
</rss>

