If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
I have a table as follows:
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?