<?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: How to mark equal values in rows in Green colour in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429811#M816054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You could use similar way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Column(3) = Column(2) or Column(3) = Column(1) , Green(), Red())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Sep 2017 07:44:50 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-09-04T07:44:50Z</dc:date>
    <item>
      <title>How to mark equal values in rows in Green colour</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429804#M816047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;i want if in last two&amp;nbsp; columns (according to my application ) any two values are equal then mark it as Green and if not then it should be marked in red color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429804#M816047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to mark equal values in rows in Green colour</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429805#M816048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally we can do some thing like below unless provide more information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Expression1 = Expression2, Green(), ...)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If expression is only for one and transpose the column then could use some thing like below&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If(Match(Field, 'Value', Expression1) = Match(Field, 'Value', Expression2), Green(), ...)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 04:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429805#M816048</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-04T04:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to mark equal values in rows in Green colour</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429806#M816049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example lets take column(4) and column(5) are last 2 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Properties-&amp;gt;Expressions-&amp;gt;Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expand(+)-&amp;gt;Back ground colour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Column(4)=Column(5),Green(),Red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Always you last two expressions should be in 4 and 5 order if not the back ground color will not workout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 04:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429806#M816049</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-09-04T04:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to mark equal values in rows in Green colour</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429807#M816050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir i want if there exists any value which is equal in last two columns it should be marked as green(for eg:- grade A in both the columns should be shown in green background color and whereas others if not equal&amp;nbsp; in red &lt;IMG alt="qlikhelp.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175491_qlikhelp.png" style="height: 342px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 07:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429807#M816050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-04T07:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to mark equal values in rows in Green colour</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429808#M816051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share some sample application? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 07:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429808#M816051</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-04T07:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to mark equal values in rows in Green colour</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429809#M816052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In background color condition, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;IF(Column(4)=Column(5),Green(),Red())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Give required condition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Or else can share some sample app , will try and will let you know &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 07:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429809#M816052</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-09-04T07:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to mark equal values in rows in Green colour</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429810#M816053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;sir i want if there exists any value which is equal in last two columns it should be marked as green(for eg:- grade A in both the columns should be shown in green background color and whereas others if not equal&amp;nbsp; in red .I dont have expression 2&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 07:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429810#M816053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-04T07:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to mark equal values in rows in Green colour</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429811#M816054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You could use similar way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Column(3) = Column(2) or Column(3) = Column(1) , Green(), Red())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 07:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429811#M816054</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-04T07:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to mark equal values in rows in Green colour</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429812#M816055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir I want this garde A should reflect in reen because both the values of last column are eual and its not functioning why?&lt;/P&gt;&lt;P&gt;please help&lt;IMG alt="qlikprob.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175505_qlikprob.png" style="height: 100px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 08:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mark-equal-values-in-rows-in-Green-colour/m-p/1429812#M816055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-04T08:45:36Z</dc:date>
    </item>
  </channel>
</rss>

