Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?