Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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()).
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()).
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
Replace lightred() with red() to get dark red.
See this video for how to use the ColorMix wizard:
Dear Gysbert Wassenaar
Thank you very much for your help.
Tracy