<?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 do I color a dimension consisting two fields with same expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131552#M763757</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;did you try using the background color expression section of the dimension ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using an expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OFF_ON_LINE='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OFF-LINE&lt;/SPAN&gt;',&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(distinct case#)&amp;lt;70, &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;red(), if( &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(distinct case#)&amp;gt;70, green())),&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;if(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;count(distinct case#)&amp;lt;110, red(), if(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;count(distinct case#)&amp;gt;110, green())))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2018 14:46:27 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-07-11T14:46:27Z</dc:date>
    <item>
      <title>How do I color a dimension consisting two fields with same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131551#M763756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a dimension based on the formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(len(trim([CONTAINER]))=0,'OFF-LINE','ON-LINE') as OFF_ON_LINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression for the above dimension is count(distinct case#).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I color the cells in straight table such a way that for OFFLINE below 70 is red and above 70 is green, and for ONLINE below 110 is red and above 110 is green?&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-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131551#M763756</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I color a dimension consisting two fields with same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131552#M763757</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;did you try using the background color expression section of the dimension ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using an expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OFF_ON_LINE='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OFF-LINE&lt;/SPAN&gt;',&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(distinct case#)&amp;lt;70, &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;red(), if( &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(distinct case#)&amp;gt;70, green())),&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;if(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;count(distinct case#)&amp;lt;110, red(), if(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;count(distinct case#)&amp;gt;110, green())))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131552#M763757</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-11T14:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I color a dimension consisting two fields with same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131553#M763758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(Count(DISTINCT {&amp;lt; OFF_ON_LINE = {'OFF-LINE'} &amp;gt;} Case#) &amp;lt; 70, Red(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(DISTINCT {&amp;lt; OFF_ON_LINE = {'OFF-LINE'} &amp;gt;} Case#) &amp;gt; 70, Green(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(DISTINCT {&amp;lt; OFF_ON_LINE = {'ON-LINE'} &amp;gt;} Case#) &amp;lt; 110, Red(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(DISTINCT {&amp;lt; OFF_ON_LINE = {'ON-LINE'} &amp;gt;} Case#) &amp;gt; 110, Green())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131553#M763758</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-11T14:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I color a dimension consisting two fields with same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131554#M763759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Converts every cell into red color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131554#M763759</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-11T14:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I color a dimension consisting two fields with same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131555#M763760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It says error in expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131555#M763760</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-11T14:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I color a dimension consisting two fields with same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131556#M763761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just check the expression (parentheses...)&amp;nbsp; this is how you color your cells&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131556#M763761</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-11T14:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I color a dimension consisting two fields with same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131557#M763762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your expression you are using and if possible share your qvw file to work on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131557#M763762</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-11T14:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I color a dimension consisting two fields with same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131558#M763763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops my bad, forgot that case# is case sensitive. It works, thanks Youssef. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131558#M763763</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-11T14:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I color a dimension consisting two fields with same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131559#M763764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Nagaraju, the answer provided by Youssef above worked. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131559#M763764</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-11T14:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I color a dimension consisting two fields with same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131560#M763765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 15:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131560#M763765</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-11T15:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I color a dimension consisting two fields with same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131561#M763766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Youssef, Can you help me out here please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1514653"&gt;How to put target lines in line graph for dimension with two field and single expression?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 16:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-color-a-dimension-consisting-two-fields-with-same/m-p/131561#M763766</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-11T16:38:45Z</dc:date>
    </item>
  </channel>
</rss>

