<?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: Pivot Table - Dimension colour formatting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461928#M563009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case the "total" statement is useful to discard some dimensions:&lt;/P&gt;&lt;P&gt;If(sum(total&amp;lt;Source&amp;gt; Value) &amp;gt;3, rgb(200,10,10))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will also work for Month dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2013 15:57:28 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2013-02-22T15:57:28Z</dc:date>
    <item>
      <title>Pivot Table - Dimension colour formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461924#M563005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently trying to colour a dimension on a pivot table as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Source&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD rowspan="3"&gt;A&lt;/TD&gt;&lt;TD&gt;Oct&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Nov&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dec&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have the source turn red when the value per source exceeds 3, however because the value is split by month the colour is not applying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 12:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461924#M563005</guid>
      <dc:creator />
      <dc:date>2013-02-22T12:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Dimension colour formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461925#M563006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in background color of Source.&lt;/P&gt;&lt;P&gt;aggr(if(Value&amp;gt;3,red())Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 12:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461925#M563006</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-02-22T12:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Dimension colour formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461926#M563007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;If you mean "value in any month of source exceeds 3", try this as a background color expression for Source dimension: &lt;/P&gt;&lt;P&gt;=if(Min(aggr(Value&amp;gt;3, Source, Month)), red(), null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assumed that you have two dimensions Source and Month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 12:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461926#M563007</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2013-02-22T12:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Dimension colour formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461927#M563008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was looking for the sum of source, not the individual months... with some looking up of the aggr function I have what I need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this gives me the amount per source&lt;/P&gt;&lt;P&gt;aggr(sum(Value),Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the accompanying if statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;/P&gt;&lt;P&gt;aggr(sum(Value),Source)&lt;/P&gt;&lt;P&gt;&amp;gt;3,&lt;/P&gt;&lt;P&gt;rgb(200,10,10)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 14:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461927#M563008</guid>
      <dc:creator />
      <dc:date>2013-02-22T14:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Dimension colour formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461928#M563009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case the "total" statement is useful to discard some dimensions:&lt;/P&gt;&lt;P&gt;If(sum(total&amp;lt;Source&amp;gt; Value) &amp;gt;3, rgb(200,10,10))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will also work for Month dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 15:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461928#M563009</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2013-02-22T15:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Dimension colour formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461929#M563010</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;I want to color code my dimension field (and dimension only) based on the value of the dimension (not the value of the expression).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, where can I find the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;background color expression for dimension? I can only find the background color expression for expressions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 02:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Dimension-colour-formatting/m-p/461929#M563010</guid>
      <dc:creator />
      <dc:date>2016-07-13T02:44:27Z</dc:date>
    </item>
  </channel>
</rss>

