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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Combo Chart Color by Expression

I have a combo chart.There is a dimension in which we are using a dual function,There is a range of -100 to 100(steps of 5).When I am trying to color by expression so as to give different color to the negative and positive parts,I am facing some issue.

Any help on this ?

Thanks in advance

Cheers,

Tanay

2 Replies
isingh30
Specialist
Specialist

Can you provide some sample application or data?

Anonymous
Not applicable
Author

HI ,

Capture.PNG

=Dual(Replace(class(column_name, 5),'<= x <', '-') ,class(column_name, 5))


This is the expected graph and the derivation which we are using for that.