Make bold part of data text in report

Hi,
I need for law resons to make part of text in label (for food) bold.
In one line of text, part of it have to be bold.
I have data in table.

Please Help!!!

Hi Nikola,
You can use a TEXT control with RTF attribute to support formatting of text on a report.
Using RTF you can have multiple fonts, bolding, italics, etc.

Another option is to use more than one control where you can set the properties of each differently as needed. Using this method it could be difficult to get the controls positioned exactly where they need to be. I think RTF would be easier.

Rick

In Fomin Reports I have used:
Report$?Fil:Variable{PROP:FontColor} = CHOOSE( Fil:Variable < 0, COLOR:Red, COLOR:Black )
HTH