Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi James,
can you please share your app
You can put this expression on the Style label for the expression and also you can activate in Preferences of user, the option
You can use this to skip the header
=if(Rowno()>0,If($(vBalanceAvailable)<0,$(vRedText)))
and with right buton select option to change format on option personalise format
hello,
It is quite likely that the color of text (title) of the tab (visual effects) is red. Switch to black.