<?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: Background Colour (Based on Group) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878483#M530050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi &lt;STRONG style="font-style: inherit; font-size: 11.6999998092651px;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="139667" data-objecttype="3" href="https://community.qlik.com/people/Stephen2014" style="font-weight: inherit; font-style: inherit; font-size: 11.6999998092651px; font-family: inherit; color: #3778c7;"&gt;Stephen Naude&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm glad for this, then mark one answer as 'Correct answer' and other as 'Helpfull answer' to close the post.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 13:22:56 GMT</pubDate>
    <dc:creator>Joaquin_Lazaro</dc:creator>
    <dc:date>2015-07-15T13:22:56Z</dc:date>
    <item>
      <title>Background Colour (Based on Group)</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878478#M530045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Pivot Table with a few dimensions, i want to be able to change the background colour of the expression based on which group it falls into under the last dimension, so in pseudo code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if leg (Dimension) = 'Transferred in' then colour1&lt;/P&gt;&lt;P&gt;if leg = 'Primary' then colour2&lt;/P&gt;&lt;P&gt;else colour3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="colour2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92930_colour2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878478#M530045</guid>
      <dc:creator />
      <dc:date>2015-07-15T11:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Background Colour (Based on Group)</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878479#M530046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;Expression &amp;gt; Background Color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Leg='Transfered In',RGB(111,111,111),IF(Leg='Primary',RGB(222,222,222),RGB(150,150,150)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace RGB with your colors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878479#M530046</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-07-15T11:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Background Colour (Based on Group)</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878480#M530047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(wildmatch(Leg,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Transfered In&lt;/SPAN&gt;'),green(),&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(wildmatch(Leg,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Primary&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'),red()))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878480#M530047</guid>
      <dc:creator />
      <dc:date>2015-07-15T11:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Background Colour (Based on Group)</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878481#M530048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Stephen2014"&gt;Stephen2014&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do this in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Expression &amp;gt; Background Color&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (dimensionallity() = 0, blue(), if (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;dimensionallity() = 1, green(), if (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;dimensionallity() = 2, yellow(), red() )))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;dimensionallity = 0 is the most left level, you can create a expresion with = &lt;SPAN style="font-size: 13.3333330154419px;"&gt;dimensionallity() to check the correct level.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Hope this helps you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Joaquín&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878481#M530048</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-07-15T11:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Background Colour (Based on Group)</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878482#M530049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joaquin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this, i actually got it right using a combination of Dimensionality() and wildmatch()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878482#M530049</guid>
      <dc:creator />
      <dc:date>2015-07-15T12:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Background Colour (Based on Group)</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878483#M530050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi &lt;STRONG style="font-style: inherit; font-size: 11.6999998092651px;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="139667" data-objecttype="3" href="https://community.qlik.com/people/Stephen2014" style="font-weight: inherit; font-style: inherit; font-size: 11.6999998092651px; font-family: inherit; color: #3778c7;"&gt;Stephen Naude&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm glad for this, then mark one answer as 'Correct answer' and other as 'Helpfull answer' to close the post.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 13:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Colour-Based-on-Group/m-p/878483#M530050</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-07-15T13:22:56Z</dc:date>
    </item>
  </channel>
</rss>

