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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to change the comment colour based on member?

Hi,

In Straight,how can I change  the Comment Colour based on Member.

Dimension: Member

Expression : Comment

i,e i would need the comment colours for corresponding Member

Please can anyone suggest me.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Click on the + in front of the Expression, select background color and enter an expression to calculate a color. If you have less than 20 members you can use color(fieldindex('Member',Member). If you have a large number of members consider adding a color field to the members table. See this blog post for more information: Colors in charts


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Not applicable
Author

Sorry got it If(MixMatch(Member,'AA'),Green())

Is it possible to change the colours for each person comments with out adding one by one.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Click on the + in front of the Expression, select background color and enter an expression to calculate a color. If you have less than 20 members you can use color(fieldindex('Member',Member). If you have a large number of members consider adding a color field to the members table. See this blog post for more information: Colors in charts


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks. Perfect.