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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
tracycrown
Creator III
Creator III

Change Color of Data

Dear Sir

Please advise how to change the color of data from black into red if Data < Min or Data > Max.

Thanks you so much

Tracy

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Click on the + in front of the expression on the Expressions tab, choose Text color and enter an expression to calculate the color: if(sum(Data)<only(Min) or sum(Data)>only(Max),lightred()).

comm165412.png


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Click on the + in front of the expression on the Expressions tab, choose Text color and enter an expression to calculate the color: if(sum(Data)<only(Min) or sum(Data)>only(Max),lightred()).

comm165412.png


talk is cheap, supply exceeds demand
tracycrown
Creator III
Creator III
Author

Dear  Gysbert Wassenaar

Very good, thank you very much for your quick response.

Please advise how to make lightred to darkred and how to change the background to yellow color ?. Can you show me how to use colormix2(Data,red(),yellow()).

Thank you

Tracy

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Replace lightred() with red() to get dark red.

See this video for how to use the ColorMix wizard:


talk is cheap, supply exceeds demand
tracycrown
Creator III
Creator III
Author

Dear Gysbert Wassenaar

Thank you very much for your help.

Tracy