<?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 Background Color Pivot Expression Exclude Header in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192123#M53933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you add subtotals (that is check the partial sum option for the first dimension.&lt;/P&gt;&lt;P&gt;Change the expression as:&lt;/P&gt;&lt;P&gt;if(rowno()&amp;lt;&amp;gt;0,&lt;BR /&gt;If([SLA]&amp;lt;[SLA Target], RGB(255,0,0),&lt;BR /&gt; If(IsNull([SLA]), RGB(214,231,247), RGB(0,255,0))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should do...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Nov 2010 19:56:52 GMT</pubDate>
    <dc:creator>boorgura</dc:creator>
    <dc:date>2010-11-17T19:56:52Z</dc:date>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192114#M53924</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 have a pivot and have the following for my Background Color&lt;/P&gt;&lt;P&gt;If([SLA]&amp;lt;[SLA Target], RGB(255,0,0),&lt;BR /&gt; If(IsNull([SLA]), RGB(214,231,247), RGB(0,255,0)))&lt;/P&gt;&lt;P&gt;It works but it is Highlighting the Header which I do want how do I exclude this from happening?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 16:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192114#M53924</guid>
      <dc:creator>denwo2010</dc:creator>
      <dc:date>2010-11-17T16:39:09Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192115#M53925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to use the dimensionality( ) function in your if-clause like if (dimensionality ( )= 0 and .....)&lt;/P&gt;&lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 16:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192115#M53925</guid>
      <dc:creator />
      <dc:date>2010-11-17T16:54:53Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192116#M53926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What would the Syntax be for this now?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 16:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192116#M53926</guid>
      <dc:creator>denwo2010</dc:creator>
      <dc:date>2010-11-17T16:58:24Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192117#M53927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;The function dimensionality() returns the level for every line in your pivot or straight table. An easy way to check the return-value is an expression only with that function.&lt;/P&gt;&lt;P&gt;So add to every if-condition this function: If([SLA]&amp;lt;[SLA Target] and dimensionality()&amp;lt;&amp;gt; 0, RGB())... If(IsNull([SLA]) and dimensionality()&amp;lt;&amp;gt; 0, ....... should work as you want it.&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 17:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192117#M53927</guid>
      <dc:creator />
      <dc:date>2010-11-17T17:21:02Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192118#M53928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Does not seem to have worked header is still being Highlighted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 17:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192118#M53928</guid>
      <dc:creator>denwo2010</dc:creator>
      <dc:date>2010-11-17T17:36:51Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192119#M53929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have discussed this earlier.&lt;/P&gt;&lt;P&gt;And the only work around is to have the subtotal on the top and the including the condition:&lt;/P&gt;&lt;P&gt;if(rowno() &amp;lt;&amp;gt;0, &amp;lt;color_expression&amp;gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 17:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192119#M53929</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-11-17T17:39:19Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192120#M53930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And please do let me know if there is a better and straight way to do it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 17:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192120#M53930</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-11-17T17:39:48Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192121#M53931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I need to change the below to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([SLA]&amp;lt;[SLA Target], RGB(255,0,0),&lt;BR /&gt; If(IsNull([SLA]), RGB(214,231,247), RGB(0,255,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 17:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192121#M53931</guid>
      <dc:creator>denwo2010</dc:creator>
      <dc:date>2010-11-17T17:51:40Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192122#M53932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;sorry, the cardinality() works NOT for pivot tables. Straight tables are ok. Sorry. So with the &lt;B&gt;workaround from Rocky&lt;/B&gt; it should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;If([SLA]&amp;lt;[SLA Target] &lt;B&gt;and rowno() &amp;lt;&amp;gt;0&lt;/B&gt;, RGB(255,0,0),&lt;BR /&gt; If(IsNull([SLA]) &lt;B&gt;and rowno() &amp;lt;&amp;gt;0&lt;/B&gt;, RGB(214,231,247), RGB(0,255,0)))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 18:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192122#M53932</guid>
      <dc:creator />
      <dc:date>2010-11-17T18:00:42Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192123#M53933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you add subtotals (that is check the partial sum option for the first dimension.&lt;/P&gt;&lt;P&gt;Change the expression as:&lt;/P&gt;&lt;P&gt;if(rowno()&amp;lt;&amp;gt;0,&lt;BR /&gt;If([SLA]&amp;lt;[SLA Target], RGB(255,0,0),&lt;BR /&gt; If(IsNull([SLA]), RGB(214,231,247), RGB(0,255,0))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should do...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 19:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192123#M53933</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-11-17T19:56:52Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192124#M53934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Rocky.&lt;BR /&gt;&lt;BR /&gt;I have the same problem with a pivot table.&lt;BR /&gt;&lt;BR /&gt;Your suggestion is work for Total line only. but not work for header &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;see in my small example.&lt;BR /&gt;&lt;BR /&gt;P.S. in Straight table - No problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 13:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192124#M53934</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-11-19T13:11:27Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192125#M53935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a requirement to have the subtotal at the bottom, I'm afraid you cannot solve this.&lt;/P&gt;&lt;P&gt;If that is not a requirement - just choose the option to have the subtotals at top in the Presentation tab.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0184.pivot_5F00_bg_5F00_color.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0184.pivot_5F00_bg_5F00_color.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason I'm not able to attach the file. &lt;IMG alt="Sad" src="http://community.qlik.com/emoticons/emotion-6.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 18:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192125#M53935</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-11-19T18:41:23Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192126#M53936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Total Mode is greyed out so how would you be able to move this to the top?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 18:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192126#M53936</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2010-11-19T18:46:22Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192127#M53937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Presentation TAB in the settings - set the Subtotals to be at TOP.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1643.test.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/1643.test.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 18:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192127#M53937</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-11-19T18:57:32Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192128#M53938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rocky, thanks&lt;/P&gt;&lt;P&gt;but unfortunately I don't need in total line, so your suggestion doesn't solve my problem &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 19:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192128#M53938</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-11-19T19:06:18Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192129#M53939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry - dint get you.&lt;/P&gt;&lt;P&gt;Do you mean - you should not have Total Line or should the Total Line be at the bottom??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 19:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192129#M53939</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-11-19T19:57:53Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192130#M53940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I shouldn't have Total line in my pivot table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 20:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192130#M53940</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-11-19T20:53:55Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192131#M53941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm... you have the same exact problem I do.&lt;/P&gt;&lt;P&gt;Check this one. this is what I use. &lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3302.pivot_5F00_bg_5F00_color.bmp"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3302.pivot_5F00_bg_5F00_color.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/3302.pivot_5F00_bg_5F00_color.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is by custom formatting the total cells with background color and text color being the same. &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 21:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192131#M53941</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-11-19T21:44:48Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192132#M53942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rocky, Thank you for your response.&lt;BR /&gt;&lt;BR /&gt; but you don't understand my problem... please see in my qvw-example (I uploaded it some earlier). I have pivot table where my label of expression "Value" has green background. I don't want it. I don't need total line( check off "Show partial sums" for all my dimensions in presentation tab) and I don't want green header for my expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 15:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192132#M53942</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-11-20T15:23:09Z</dc:date>
    </item>
    <item>
      <title>Background Color Pivot Expression Exclude Header</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192133#M53943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sparur, how did you solved this? having the same issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 10:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color-Pivot-Expression-Exclude-Header/m-p/192133#M53943</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2011-07-27T10:18:07Z</dc:date>
    </item>
  </channel>
</rss>

