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

Conditional Formatting


jester100

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

Recommended Posts

  • Newbies

I'm trying to create a layout for printing that puts certain records in bold based on the data they contain. In my case I want only those records that contain a "yes" in a certain field to be printed as bold, the others should be normal.

Is there any way to do this?

Link to comment
Share on other sites

Create two calculated display fields for the field you which to display as both bold and non-bold.

DiplBold (calculation, text) = If(Test = "Yes", Text, "")

DispPlain (calculation, text) = If(Text <> "Yes", "", Text)

Stack these two fields on the layout with each formatted as transparent, "DispBold" formatted as bold and "DispPlain" formatted as non-bold.

-bd

Link to comment
Share on other sites

  • 1 year later...

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