Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Straight Table - Text colour formatting affecting expression header

Hi all

In a straight table I am using the following If statement to conditionally format the text of an expression.

If($(vBalanceAvailable)<0,$(vRedText))

vRedText = RGB(156,0,6)

On the Access Point, the expression header is also taking on the vRedText colour, whereas in the QlikView application the expression header remains as black text, which is what I want.

Please see attached screenshot.  Is there a fix for this?

Thanks

James

5 Replies
avinashelite

Hi James,

can you please share your app

ecolomer
Master II
Master II

You can put this expression on the Style label for the expression and also you can activate in Preferences of user, the option

p20.png

stigchel
Partner - Master
Partner - Master

You can use this to skip the header

=if(Rowno()>0,If($(vBalanceAvailable)<0,$(vRedText)))

ecolomer
Master II
Master II

and with right buton select option to change format on option personalise format

p21.png

paulovendruscol
Creator
Creator

hello,

It is quite likely that the color of text (title) of the tab (visual effects) is red. Switch to black.