Forum Discussion
MarkShnier__You
Qrew Legend
6 years agoNo Problem,
Just make a new formula text field called [Pie Chart Color]
Case([Color],
"pale red", "red",
[Color])
but on a more general situation when you have more values it would look like this
Case([Color],
"pale red", "red",
"pink","red",
"lime", "green",
"emerald", "green"
[Color])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Just make a new formula text field called [Pie Chart Color]
Case([Color],
"pale red", "red",
[Color])
but on a more general situation when you have more values it would look like this
Case([Color],
"pale red", "red",
"pink","red",
"lime", "green",
"emerald", "green"
[Color])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------