<?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 Help needed on Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-needed-on-Expression/m-p/737605#M263759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to achive below expression for one of the report. Please refer to the attached QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;If Id = 1, show the &lt;STRONG&gt;&lt;EM&gt;Date1&lt;/EM&gt;&lt;/STRONG&gt; with Green background where &lt;STRONG&gt;&lt;EM&gt;Types&lt;/EM&gt;&lt;/STRONG&gt; exist.&lt;/LI&gt;&lt;LI&gt;If there is no &lt;STRONG&gt;&lt;EM&gt;Types&lt;/EM&gt;&lt;/STRONG&gt; existed for &lt;STRONG&gt;&lt;EM&gt;City&lt;/EM&gt;&lt;/STRONG&gt;, show as 'NO'&lt;/LI&gt;&lt;LI&gt;If &lt;STRONG&gt;&lt;EM&gt;Status='Status1'&lt;/EM&gt;&lt;/STRONG&gt; then show 'YES' else show &lt;STRONG&gt;&lt;EM&gt;Date1 &lt;/EM&gt;&lt;/STRONG&gt;(If Date1 &amp;lt;= Today() date show with Yellow background else with Green background).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 15:16:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-01T15:16:19Z</dc:date>
    <item>
      <title>Help needed on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-Expression/m-p/737605#M263759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to achive below expression for one of the report. Please refer to the attached QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;If Id = 1, show the &lt;STRONG&gt;&lt;EM&gt;Date1&lt;/EM&gt;&lt;/STRONG&gt; with Green background where &lt;STRONG&gt;&lt;EM&gt;Types&lt;/EM&gt;&lt;/STRONG&gt; exist.&lt;/LI&gt;&lt;LI&gt;If there is no &lt;STRONG&gt;&lt;EM&gt;Types&lt;/EM&gt;&lt;/STRONG&gt; existed for &lt;STRONG&gt;&lt;EM&gt;City&lt;/EM&gt;&lt;/STRONG&gt;, show as 'NO'&lt;/LI&gt;&lt;LI&gt;If &lt;STRONG&gt;&lt;EM&gt;Status='Status1'&lt;/EM&gt;&lt;/STRONG&gt; then show 'YES' else show &lt;STRONG&gt;&lt;EM&gt;Date1 &lt;/EM&gt;&lt;/STRONG&gt;(If Date1 &amp;lt;= Today() date show with Yellow background else with Green background).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 15:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-Expression/m-p/737605#M263759</guid>
      <dc:creator />
      <dc:date>2014-10-01T15:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-Expression/m-p/737606#M263760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put this together in the #1,2,3 order of precedence that you outlined. Let me know if all conditions are met accurately&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status expression: &lt;/P&gt;&lt;P&gt;=IF(Id=1,Date(Date1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if( count ( distinct Types)&amp;gt;=1, if (Status='Status1', 'YES', Date1),'NO'&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status Background Color formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( Id=1 , LightGreen(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if( count ( distinct Types)&amp;gt;=1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (Status='Status1', yellow(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if( Date1&amp;lt;Today(), yellow(),LightGreen())&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68096_Capture.PNG.png" style="width: 620px; height: 435px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 15:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-Expression/m-p/737606#M263760</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-01T15:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-Expression/m-p/737607#M263761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. I am still checking. I will implement to my actual requirement and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 16:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-Expression/m-p/737607#M263761</guid>
      <dc:creator />
      <dc:date>2014-10-01T16:23:26Z</dc:date>
    </item>
  </channel>
</rss>

