Discussions

 View Only
  • 1.  Calendar Colorization

    Posted 04-11-2018 16:56

    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



  • 2.  RE: Calendar Colorization

    Posted 04-11-2018 19:03
    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