<?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 How to make my Object change to red when i select competitor_k = Wago ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-make-my-Object-change-to-red-when-i-select-competitor-k/m-p/1157058#M20895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;Hi All&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;My below expression work fine for return Net Profit vs Revenue Ratio % :-&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;DIV style="text-align: inherit;"&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;(&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;(&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct NET_PROFIT_A_TAX_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;/&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct REVENUE_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;-&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;(&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-1)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct NET_PROFIT_A_TAX_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;/&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-1)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct REVENUE_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;/*&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct NET_PROFIT_A_TAX_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;/&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct REVENUE_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;I have convert the above expression into NetProfit vs Revenue as below :-&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;$(vNet_Profit_Revenue_Ratio_Comp)&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;I also Place the below expression at Value Color :-&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;DIV style="text-align: inherit;"&gt;if($(vNet_Profit_Revenue_Ratio_Comp) &amp;lt;0 ,'#46C646','#d01919')&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;Now the color keep display dark color , even if i select competitor = Wago or ADL . ( Wago will return -ve , ADL will return +ve )&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;Hope some one can advice me where i go wrong ?&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2016 09:34:21 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2016-09-07T09:34:21Z</dc:date>
    <item>
      <title>How to make my Object change to red when i select competitor_k = Wago ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-my-Object-change-to-red-when-i-select-competitor-k/m-p/1157058#M20895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;Hi All&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;My below expression work fine for return Net Profit vs Revenue Ratio % :-&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;DIV style="text-align: inherit;"&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;(&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;(&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct NET_PROFIT_A_TAX_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;/&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct REVENUE_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;-&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;(&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-1)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct NET_PROFIT_A_TAX_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;/&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-1)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct REVENUE_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;/*&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct NET_PROFIT_A_TAX_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;/&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}distinct REVENUE_C)&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;I have convert the above expression into NetProfit vs Revenue as below :-&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;$(vNet_Profit_Revenue_Ratio_Comp)&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;I also Place the below expression at Value Color :-&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;DIV style="text-align: inherit;"&gt;if($(vNet_Profit_Revenue_Ratio_Comp) &amp;lt;0 ,'#46C646','#d01919')&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: inherit;"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;Now the color keep display dark color , even if i select competitor = Wago or ADL . ( Wago will return -ve , ADL will return +ve )&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;Hope some one can advice me where i go wrong ?&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 09:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-my-Object-change-to-red-when-i-select-competitor-k/m-p/1157058#M20895</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-09-07T09:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to make my Object change to red when i select competitor_k = Wago ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-my-Object-change-to-red-when-i-select-competitor-k/m-p/1157059#M20896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My QVF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 09:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-my-Object-change-to-red-when-i-select-competitor-k/m-p/1157059#M20896</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-09-07T09:38:58Z</dc:date>
    </item>
  </channel>
</rss>

