Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Format Text based on Field


This topic is 6359 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi

Anyone know if it's possible to format text based on what's in a field?

For example:

In my layout I have a field called "status." At the top of the layout I'm using <> to display "Complete," "Pending" or "Working," depending on which is in the "status" field. I want the text in <> to be red when the field for that record is populated with "Working," yellow when populated with "Pending," etc.

By the way, does anyone know what that function of displaying text from a field using << >> is called?

Posted

<>

Yes, look into the text formating functions and the case function. try something like this:

cDisplayStatus=

case(status="whatever";text Format here; status="something else": text format here;) etc

This topic is 6359 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.