Forum Discussion

PhelanSanders's avatar
PhelanSanders
Qrew Assistant Captain
7 years ago

Calendar Colorization

I want to create colorization within my calendar based on a text field.


Provider A = Blue

Provider B = Pink

Provider C = Green

Provider  D = Orange

  • No problem.

    Go to the calendar setting and check the checkbox under the color-coding section and use the below formula and format it as per your need.

    Case([Your Text Field],
    "Provider A", "blue",
    "Provider B", "pink",
    "Provider C", "green",
    "Provider D", "Orange")

    Thanks,
    Gaurav