COnditional formatting

Hi All,
I have a Quick Qusetion, can we do conditioanl formatting on the text box??

Scenario Explained:
I have a field Object with the text :
Who is the doctor?Examples:Gynacelogist,Internal Medicine,Specialization.”

if Observed,the text formatting is as follows:
-…Until ? it is in bold and Timesnew roman
–examples is in Italic
–Rest of the things is again Times new roman-normal.
Now I have to show the same as in the Crystal reports,Dragging and droppiing the field on to my report from the data exploreer just shows up in the normal Font/style how would i customize the same as above explained?
Sure to user x+2 formula editor but Struggling to get the right formula to have this achieved.

Your Help is Greatly Appreciated.

Thanks.


bosupportdev (BOB member since 2009-11-16)

Select the field you want to format.

  1. Right Click Format field

  2. Go to Font
    You can see “Font”,“Style”, “Size”, “Color” with the condition on the right hand side.

  3. Use the formula to dynamically set the Font Styles and properties.


yourajai :india: (BOB member since 2011-03-09)

Thanks for the Reply Ajai,
I think you got it wrong,Reason was-
who-s a doctor with examples is one single object retrived from DB,
and this one sentence has three different styles and font.
My Question is how to acheive multi text formatting in crystal report??


bosupportdev (BOB member since 2009-11-16)

You can to use embbeded fields. Let create a new text object and drop your fields into this text object. You can format every field separately.

Hope this helps.


sulmar (BOB member since 2012-05-18)