Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
MIKIEMILLER
Contributor III
Contributor III

Combo Chart Custom Color

I have a table as follows:APPEAL.GIF

 

I have a combo chart that has the counts of WON, LOST, AND PENDING witheach in their own measure.

Count({<[Result]={'WON'}>} [Result])

Count({<[Result]={'LOST'}>} [Result])

Count({<[Result]={'PENDING'}>} [Result])

I want the bars to be colored:

green =won

red=loss

yellow=pending

 

I've tried every which I can think of to do this, but none of it has worked.

 

Is this possible in combo chart color settings?

 

1 Solution

Accepted Solutions
MIKIEMILLER
Contributor III
Contributor III
Author

Figured it out. Need to make each measure a master item, then make each master item a color selection

View solution in original post

1 Reply
MIKIEMILLER
Contributor III
Contributor III
Author

Figured it out. Need to make each measure a master item, then make each master item a color selection