<?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 expression font color issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-expression-font-color-issue/m-p/312633#M585118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shubhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This did not work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a confirmation that this is bug. So have to live with it. Lets hope they are going to fix this soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2011 15:24:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-01T15:24:52Z</dc:date>
    <item>
      <title>Pivot table expression font color issue</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-expression-font-color-issue/m-p/312629#M585114</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 have created a Pivot table. There is a requirement to change the font color of an expression using a expression. If the expression has value No then RED other wise BLACK. But this is changing the color of the header (for that dimension) as well . Please find below the screen shot of the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="6894" alt="New Bitmap Image.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/6894_New+Bitmap+Image.bmp" /&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know how to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 08:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-expression-font-color-issue/m-p/312629#M585114</guid>
      <dc:creator />
      <dc:date>2011-08-31T08:23:00Z</dc:date>
    </item>
    <item>
      <title>Pivot table expression font color issue</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-expression-font-color-issue/m-p/312630#M585115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your problem was discussed several times here in the forum and it seems to be either a bug or a design flaw.&lt;/P&gt;&lt;P&gt;I found this thread a good summary of the discussions:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/8035?start=0&amp;amp;tstart=0"&gt;http://community.qlik.com/thread/8035?start=0&amp;amp;tstart=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a workaround stated using visual cues, AFAIK this will work only with numericals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for no better help,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 08:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-expression-font-color-issue/m-p/312630#M585115</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-31T08:51:49Z</dc:date>
    </item>
    <item>
      <title>Pivot table expression font color issue</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-expression-font-color-issue/m-p/312631#M585116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does the chart have to be a pivot table? if you use a straight table instead the header will remain the default colouring&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 08:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-expression-font-color-issue/m-p/312631#M585116</guid>
      <dc:creator />
      <dc:date>2011-08-31T08:55:13Z</dc:date>
    </item>
    <item>
      <title>Pivot table expression font color issue</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-expression-font-color-issue/m-p/312632#M585117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(MinString(C) = 'no', Red(), if(MinString(C) = 'yes', Blue(), Yellow()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here C is field name but use full expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Shubhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 12:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-expression-font-color-issue/m-p/312632#M585117</guid>
      <dc:creator />
      <dc:date>2011-08-31T12:12:36Z</dc:date>
    </item>
    <item>
      <title>Pivot table expression font color issue</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-expression-font-color-issue/m-p/312633#M585118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shubhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This did not work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a confirmation that this is bug. So have to live with it. Lets hope they are going to fix this soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 15:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-expression-font-color-issue/m-p/312633#M585118</guid>
      <dc:creator />
      <dc:date>2011-09-01T15:24:52Z</dc:date>
    </item>
  </channel>
</rss>

