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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
navaneeth79
Contributor II
Contributor II

qlikview chart expression

I(a >b) then a should be bold and color also should be changed, this should be done in qlikview chart expression

Labels (1)
1 Reply
jwjackso
Specialist III
Specialist III

Use the expression options in the chart:

ExpressionOptions.PNG

The text color would look like:  =If(A > B,Green(),Black())