change the text color of a field?

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
  • March 24, 2020 at 9:47 AM #39989

    Wolfgang
    Participant

    I have the movie database and first enter the title that should ALWAYS be entered.
    For this I have a calculation field “title entered” below that queries this.
    IFEMPTY (MOVIE TITLE; “NO, still missing …”; “YES, everything ok”)
    This text color is red.
    It should remain red if the “Title” field is empty or GREEN if the title is entered.
    Can I change color of a field “title entered” with a formula or with an easier way?

    March 25, 2020 at 6:58 PM #40013

    Brendan
    Keymaster

    Hi Wolfgang,

    There’s no function to change the label colour from a Calculation field formula.

    However you could do it from a Script field. And however again, changing the lableColour property on the field will change it for all records though.

    If you enable the Required Field option on your field, then if a value is not provided, the field label will show in red automatically.

Viewing 1 reply thread

You must be logged in to reply to this topic.