<?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: Background Color Expression w/multiple IFs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650966#M1059580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should reverse the first and second IFs. The second IF is more specific than the first. If it is not true, then ask the more general question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea why you are not getting anything for the 'In Progress' IF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 14:39:23 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2014-10-02T14:39:23Z</dc:date>
    <item>
      <title>Background Color Expression w/multiple IFs</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650963#M1059577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couldn't find an answer to this via online search or this site. I'm getting "Expression OK" with the below code when trying to modify the Background Color on an expression but it's not changing anything. Please help! I've tried it with and without the equals sign...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: maroon;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;='Not Started' &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: maroon;"&gt;START_QUARTER&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: maroon;"&gt;END_QUARTER&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;(255,153,153),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: maroon;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;='Started' &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: maroon;"&gt;START_QUARTER&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: maroon;"&gt;END_QUARTER&lt;/SPAN&gt; &lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: maroon;"&gt;COMPLETION_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;(255,153,153),&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: maroon;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;='In Progress',&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;(153,255,153),&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;(255,255,255)))) &lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650963#M1059577</guid>
      <dc:creator />
      <dc:date>2014-10-02T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color Expression w/multiple IFs</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650964#M1059578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say yoou are not getting anything, I presume you mean that you are getting a background color of White.&lt;/P&gt;&lt;P&gt;Try changing &lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: blue;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas; color: black;"&gt;(255,255,255) to some other value to see if the logic is always getting to the default color.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650964#M1059578</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-10-02T14:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color Expression w/multiple IFs</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650965#M1059579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant approach! This did change the cell colors (tried 0,255,0). Still having problems, though. The last RGB value and the first one show up, none of the others though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650965#M1059579</guid>
      <dc:creator />
      <dc:date>2014-10-02T14:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color Expression w/multiple IFs</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650966#M1059580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should reverse the first and second IFs. The second IF is more specific than the first. If it is not true, then ask the more general question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea why you are not getting anything for the 'In Progress' IF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650966#M1059580</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-10-02T14:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color Expression w/multiple IFs</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650967#M1059581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the PICK(MATCH() function instead. That will get you rid of all the closing brackets, your formula will be more robust and less error-prone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650967#M1059581</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-02T14:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color Expression w/multiple IFs</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650968#M1059582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The In Progress portion was a typo on my part. Rearranging the statements seemed to work. Just for future reference, though, if statements should be in order from specific to vague?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650968#M1059582</guid>
      <dc:creator />
      <dc:date>2014-10-02T15:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color Expression w/multiple IFs</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650969#M1059583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I'll look into PICK MATCH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650969#M1059583</guid>
      <dc:creator />
      <dc:date>2014-10-02T15:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color Expression w/multiple IFs</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650970#M1059584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you ask the more general question first and it is true, you never make it to the more specific question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I ask you:&lt;/P&gt;&lt;P&gt;If You are Human then X,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else If you are Human and Male then Y&lt;/P&gt;&lt;P&gt;I will always get X as the result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Expression-w-multiple-IFs/m-p/650970#M1059584</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-10-02T15:26:24Z</dc:date>
    </item>
  </channel>
</rss>

