Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot table expression font color issue

Hi,

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.

New Bitmap Image.bmp

Could you please let me know how to resolve this?

Regards,

Murali

1 Solution

Accepted Solutions
Not applicable
Author

Hi Shubhu,

This did not work for me.

I got a confirmation that this is bug. So have to live with it. Lets hope they are going to fix this soon.

Regards,

Murali

View solution in original post

4 Replies
swuehl
MVP
MVP

Murali,

your problem was discussed several times here in the forum and it seems to be either a bug or a design flaw.

I found this thread a good summary of the discussions:

http://community.qlik.com/thread/8035?start=0&tstart=0

There is also a workaround stated using visual cues, AFAIK this will work only with numericals.

Sorry for no better help,

Stefan

Not applicable
Author

Hi Murali,

does the chart have to be a pivot table? if you use a straight table instead the header will remain the default colouring

thanks

Joe

Not applicable
Author

try this

=if(MinString(C) = 'no', Red(), if(MinString(C) = 'yes', Blue(), Yellow()))

here C is field name but use full expression.

Reg,

Shubhu

Not applicable
Author

Hi Shubhu,

This did not work for me.

I got a confirmation that this is bug. So have to live with it. Lets hope they are going to fix this soon.

Regards,

Murali