Back
You can distinctly label the sections using a calculated field:
IF [FieldName] <= 100 THEN "Color 1"ELSEIF [FieldName] <= 250 THEN "Color 2"ELSE "Color 3"END
IF [FieldName] <= 100 THEN "Color 1"
ELSEIF [FieldName] <= 250 THEN "Color 2"
ELSE "Color 3"
END
Place the newly created calculated field onto the Color shelf and edit accordingly.
30.9k questions
32.9k answers
500 comments
665 users