That worked! but im trying to color the words " Large Effect " and "No" to red not sure what I did wrong here? <colorPalette type="expression">case (match(value,"Large Effect") OR (match(value,...
See more...
That worked! but im trying to color the words " Large Effect " and "No" to red not sure what I did wrong here? <colorPalette type="expression">case (match(value,"Large Effect") OR (match(value,"No"),"#ff0000", match(value,"Medium Effect"), "#ffff00",match(value,"Small Effect"),"#00ff00",true(),"#ffffff")</colorPalette>