Jump to content
Server Maintenance This Week. ×

CF a record instead of a single field


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

Recommended Posts

Is there a way of conditional formatting all the fields of a specific record based only on the conditions of one single field of that record?

Example:

Suppose I generate a report with a list of employees with fields like name, address, date of birth, etc...

1) John Doe - Poker Street - Chicago - 10/11/1952

2) Mary Lou - Chess Street - Washington - 9/15/1963

3) Mark Jones - Domino Avenue - Chicago - 7/22/1971

Suppose I want to highlight all the employees born in Chicago in my report by making the font bold for these employees. I can easily make the text "Chicago" bold by conditional formating it. But is there a way to format the whole line (including name, adress, etc...) instead of only the city field?

Instead of this:

1) John Doe - Poker Street - Chicago - 10/11/1952

2) Mary Lou - Chess Street - Washington - 9/15/1963

3) Mark Jones - Domino Avenue - Chicago - 7/22/1971

I want this:

1) John Doe - Poker Street - Chicago - 10/11/1952

2) Mary Lou - Chess Street - Washington - 9/15/1963

3) Mark Jones - Domino Avenue - Chicago - 7/22/1971

Thanks in advance.

Sorry for my limited English.

Link to comment
Share on other sites

To elaborate on D J's concise answer...

Instead of using "Self" in the calculation to refer to the field's contents, use the field name directly, e.g. City.

City = "Chicago"

Use this same calculation formula using City on the other fields too. They can each change based on the value of the City field. Conditional formatting is not limited being based on the value of the field you are formatting.

Edited by Guest
Link to comment
Share on other sites

This topic is 5157 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.