<?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 pivot table: only mark totals under 750 in colour,  not the values for the dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479283#M179028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a pivot table in which i have an expression that is shown for the dimension status.&lt;/P&gt;&lt;P&gt;Now i added the total of the expression for the dimension, but i want to show the result in red&amp;nbsp; if it is below 750.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the table:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Naamloos.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48532_Naamloos.png" /&gt;&lt;/P&gt;&lt;P&gt;I want only to show the total of 738,6 in red and not the 434 en 304,6 because this will probably be the most of the time below 700.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did it like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48543_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Nov 2013 18:24:00 GMT</pubDate>
    <dc:creator>chriscools</dc:creator>
    <dc:date>2013-11-04T18:24:00Z</dc:date>
    <item>
      <title>pivot table: only mark totals under 750 in colour,  not the values for the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479283#M179028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a pivot table in which i have an expression that is shown for the dimension status.&lt;/P&gt;&lt;P&gt;Now i added the total of the expression for the dimension, but i want to show the result in red&amp;nbsp; if it is below 750.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the table:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Naamloos.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48532_Naamloos.png" /&gt;&lt;/P&gt;&lt;P&gt;I want only to show the total of 738,6 in red and not the 434 en 304,6 because this will probably be the most of the time below 700.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did it like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48543_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 18:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479283#M179028</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2013-11-04T18:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table: only mark totals under 750 in colour,  not the values for the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479284#M179029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're going to need to do this a different way. Click on the + in front of the expression on the Expressions tab and select Text color. Then enter an expression like this: if(SecondaryDimensionality()=0 and sum(&lt;EM&gt;MyValue&lt;/EM&gt;)&amp;lt;750,lightred())&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 18:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479284#M179029</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-04T18:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table: only mark totals under 750 in colour,  not the values for the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479285#M179030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Chris&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to make the &lt;EM&gt;Total&lt;/EM&gt; an expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so then click the + by the expression and for&lt;EM&gt; Text Colour&lt;/EM&gt; put in &lt;EM&gt;if&lt;/EM&gt; statement expression to set it&lt;EM&gt; red()&lt;/EM&gt; or&lt;EM&gt; black()&lt;/EM&gt; as per your thresholds.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 18:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479285#M179030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-04T18:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table: only mark totals under 750 in colour,  not the values for the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479286#M179031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx for you reply, this works perfectly!&lt;/P&gt;&lt;P&gt;to understand what happens, could you explain what the secondaryDimensionality stands for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 20:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479286#M179031</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2013-11-04T20:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table: only mark totals under 750 in colour,  not the values for the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479287#M179032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It returns the 'subtotal level' of a horizontally displayed dimension. Just as dimensionality() does for dimensions shown as columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the help file puts it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor314"&gt;&lt;/A&gt;&lt;A name="secondarydimensionality"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;secondarydimensionality ( )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;returns the number of dimension pivot table rows that have non-aggregation content. i.e. do not contain partial sums or collapsed aggregates. This function is the equivalent of the dimensionality() function for horizontal pivot table dimensions. &lt;/P&gt;&lt;P&gt;The secondarydimensionality() function always returns 0 when used outside of pivot tables. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 21:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479287#M179032</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-04T21:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table: only mark totals under 750 in colour,  not the values for the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479288#M179033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, thank you very much!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 21:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-only-mark-totals-under-750-in-colour-not-the-values/m-p/479288#M179033</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2013-11-04T21:35:37Z</dc:date>
    </item>
  </channel>
</rss>

