<?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: Color code condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-code-condition/m-p/1269466#M399499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Status = 'Closed',&lt;/P&gt;&lt;P&gt;&amp;nbsp; green(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Priority = 'High' and [Document Received] &amp;lt; AddMonths(Today(),-4) and Status = 'Open',&lt;/P&gt;&lt;P&gt;&amp;nbsp; red(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Priority = 'Medium' and [Document Received] &amp;lt; AddMonths(Today(),-10) and Status = 'Open',&lt;/P&gt;&lt;P&gt;&amp;nbsp; red())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2016 17:22:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-17T17:22:25Z</dc:date>
    <item>
      <title>Color code condition</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-condition/m-p/1269464#M399497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="292"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="164"&gt;Document Received&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Priority&lt;/TD&gt;&lt;TD width="64"&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;" width="164"&gt;06 May 2016&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;Medium&lt;/TD&gt;&lt;TD&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;" width="164"&gt;07 April 2016&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;High&lt;/TD&gt;&lt;TD&gt;Open&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;" width="164"&gt;07 April 2016&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;High&lt;/TD&gt;&lt;TD&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;" width="164"&gt;06 May 2016&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;Medium&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I want&lt;/P&gt;&lt;P&gt;1)if the priority is high and document received (current date- date received) is more than 4 months, status is open then it is coming on red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2)if the priority is medium and document received (current date- date received) is more than 10 months, status is open then it is coming on red&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;3) &lt;SPAN style="font-size: 13.3333px;"&gt;if the priority is high and status is closed then it is coming on green&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;4)&lt;SPAN style="font-size: 13.3333px;"&gt;if the priority is medium and status is closed then it is coming on green&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 16:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-condition/m-p/1269464#M399497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T16:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Color code condition</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-condition/m-p/1269465#M399498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; if(Status='Closed',green()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,if(Priority='High' and today() &amp;gt; addmonths([Document Received],4),red()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,if(Priority='Medium' and today() &amp;gt; addmonths([Document Recieved],10),red())))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 17:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-condition/m-p/1269465#M399498</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-11-17T17:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Color code condition</title>
      <link>https://community.qlik.com/t5/QlikView/Color-code-condition/m-p/1269466#M399499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Status = 'Closed',&lt;/P&gt;&lt;P&gt;&amp;nbsp; green(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Priority = 'High' and [Document Received] &amp;lt; AddMonths(Today(),-4) and Status = 'Open',&lt;/P&gt;&lt;P&gt;&amp;nbsp; red(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Priority = 'Medium' and [Document Received] &amp;lt; AddMonths(Today(),-10) and Status = 'Open',&lt;/P&gt;&lt;P&gt;&amp;nbsp; red())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 17:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-code-condition/m-p/1269466#M399499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T17:22:25Z</dc:date>
    </item>
  </channel>
</rss>

