TonyMiller
4 years agoQrew Member
Using multiple colors based on checkbox
I'm trying to use a different color based on whether a checkbox is checked.
case([Standards],true,"#5E9DFF",([LOA]),true,"#F54400")
It gives me an "Expected text but got bool" error. I don't need both to be true, just if [Standards] is checked then one color or if [LOA] is checked then another color.
Thoughts?
I can get one color to work, but not able to add the other.
------------------------------
Tony Miller
------------------------------
case([Standards],true,"#5E9DFF",([LOA]),true,"#F54400")
It gives me an "Expected text but got bool" error. I don't need both to be true, just if [Standards] is checked then one color or if [LOA] is checked then another color.
Thoughts?
I can get one color to work, but not able to add the other.
------------------------------
Tony Miller
------------------------------