Products A-Z All Services Can't find what you're looking for? Chat Live!
Products A-Z Can't find what you're looking for? Chat Live!
Can't find what you're looking for? Chat Live!
I would like to format the address fields to be Italic, when a certain condition is met in a separate field that is textual. I am trying to do a formula for the font attribute Italics, and it is telling me that the formula has to equal a number. Is it true that you can't do conditional formatting based on a text field? Only numerical fields?
Is it a text or string field? You can do it for a string field. For example:
if {Raisers Edge.City} = "Chicago" then "Arial" else "Times New Roman (Western)"
Hmmmmn, something is weird. If I create a formula for a specific field, the example you gave is fine. But, if I try to apply conditional formatting to this field, it tells me that the "formula result must be a number".
So, for example, I'm trying to set the {Address Line 1} field to be Italic, only when a separate field is "Lost Address".
No idea!
if {DONOR_WA.Name}="Company Name" then crBolditalic
crRegular
Format font in regular type face.
crBold
Format font in bold type face.
crItalic
Format font in italic type face.
crBoldItalic
Format font in bold italic type face.
Thanks so much that worked!