<?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: Condition Help..!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-Help/m-p/623480#M229449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this expression in background color or text color&lt;/P&gt;&lt;P&gt;=if(column(1)&amp;lt;=column(2),lightgreen())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2014 12:29:22 GMT</pubDate>
    <dc:creator>preminqlik</dc:creator>
    <dc:date>2014-04-10T12:29:22Z</dc:date>
    <item>
      <title>Condition Help..!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-Help/m-p/623477#M229446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having two fields:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Actual Inventory Value&lt;/LI&gt;&lt;LI&gt;Target Inventory Value&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mentioned below I'm having expressions against them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Actual Inventory Value&lt;/STRONG&gt;= sum(MBEW_SALK3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Target Inventory Value&lt;/STRONG&gt; =((if ( rowno(total)&amp;gt;=1 and Dimensionality() &amp;lt;&amp;gt;'1',&lt;/P&gt;&lt;P&gt;Sum ([Recpt/reqd_MNG01])/&lt;/P&gt;&lt;P&gt;len(keepchar(mid(Workingdays,Day_DSDAT,42 ),'1')),&lt;/P&gt;&lt;P&gt;Sum ([Recpt/reqd_MNG01])/&lt;/P&gt;&lt;P&gt;(sum(aggr(distinct&amp;nbsp; len(keepchar(mid(Workingdays,Day_DSDAT,42 ),'1')),[T001-BUKRS],WERKS,[Profit Ctr_PRCTR], MDKP_MATNR, DSDAT))&amp;nbsp; &lt;/P&gt;&lt;P&gt;/ count( MatNr_Txt))&lt;/P&gt;&lt;P&gt;)) *ZKMM_PROD01_Target *(if ( rowno(total)&amp;gt;=1 and Dimensionality() &amp;lt;&amp;gt;'1',&lt;/P&gt;&lt;P&gt;sum(MBEW_STPRS)/sum(MBEW_PEINH),&lt;/P&gt;&lt;P&gt;sum(MBEW_SALK3)/sum(TotalStock_LBKUM)&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;/P&gt;&lt;P&gt;Requirement :&amp;nbsp; If [Actual Inventory Value] &amp;lt;= than [Target Inventory Value] display value in GREEN otherwise RED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how to do this in pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 10:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-Help/m-p/623477#M229446</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-04-10T10:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Condition Help..!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-Help/m-p/623478#M229447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could u pls specify ur requirement in detail.&lt;/P&gt;&lt;P&gt;Like do u want to display the background color of both the expressions as green if [Actual Inventory Value] &amp;lt;= than [Target Inventory Value] ? or u want to change the value color do be changed??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 12:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-Help/m-p/623478#M229447</guid>
      <dc:creator />
      <dc:date>2014-04-10T12:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Condition Help..!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-Help/m-p/623479#M229448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Create 2 variables&amp;nbsp; vActualInventoryValue and vTargetInventoryValue.&lt;/P&gt;&lt;P&gt;Assign ur expressions to it.&lt;/P&gt;&lt;P&gt;2. Go to expression tab. Click on expression &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; sign and go to text color&lt;/P&gt;&lt;P&gt;.write the below expression there:&lt;/P&gt;&lt;P&gt;if($(vActualInventoryValue)&amp;lt;= $( vTargetInventoryValue)),Green(),Red());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 12:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-Help/m-p/623479#M229448</guid>
      <dc:creator />
      <dc:date>2014-04-10T12:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Condition Help..!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-Help/m-p/623480#M229449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this expression in background color or text color&lt;/P&gt;&lt;P&gt;=if(column(1)&amp;lt;=column(2),lightgreen())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 12:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-Help/m-p/623480#M229449</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-04-10T12:29:22Z</dc:date>
    </item>
  </channel>
</rss>

