Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I want to change the color of my Group or Stacked bar chart as per my choice however I am not able to do so.
Qlik sense has their own fix color based on Measure, Dimension or Single color. There is one more option that is expression will it help me to change the color? Anyone please advise how to change it. How I can put the expression to change my measures color. I have a dimension simply as months, measures are Ticket_Status as "Closed" and "Pending".
Thanks
Hello,
You can pick color "by Expression" and write this to the expression field:
if(Ticket_Status)={'Closed'}, RGB(0,100,255), RGB(255,0,125))
if you have more than two status, please write a nested if.
For RGB's please refer this link if you dont have.
I hope this is what you need.
Cheers,
T.
Hello,
You can pick color "by Expression" and write this to the expression field:
if(Ticket_Status)={'Closed'}, RGB(0,100,255), RGB(255,0,125))
if you have more than two status, please write a nested if.
For RGB's please refer this link if you dont have.
I hope this is what you need.
Cheers,
T.
Thanks for the assistance
You are welcome👍
Regards,
Tommy,