Skip to main content
GoldMine CRM

GoldMine : Conditional Formatting

By January 27, 2021No Comments

GoldMine fields can be formatted to display in a different color based on their value.  This can help data stand out to users and help them easily identity data values.

Formatting fields can be used to show client ratings in different colors or flag a value for special attention.

To configure conditional formatting on a field:

  1. Right-click on the field you want to add conditional formatting and choose Properties. The Field Properties dialog box will display.
  2. Click on the Color You can set conditional formatting on the label and/or the data field.
  3. For this example we will be color coding the Customer Rating field.
    1. If the value of the rating field = 1 then format in Red (255)
    2. If the value of the rating field = 2 then format in Green (8421376)
    3. Otherwise keep default color (0)
  4. Copy the following formula into the Expression box for Data Color:

iif(Contact2->uba_rating = 1, 255, iif(Contact2->uba_rating = 2, 8421376,0))      

  1. Click OK to save.
  2. Test the formatting by changing the field value.
Justin Hill

Author Justin Hill

More posts by Justin Hill

Leave a Reply

Skip to content