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.
31k questions
32.8k answers
501 comments
693 users