cancel
Showing results for 
Search instead for 
Did you mean: 

Making only a row Bold

tnecnivo
Active Contributor
0 Kudos

Hi BO experts,

The scenario:-

Created a Crystal Report based on BEx query.

It contain a series of selections in Crystal report which when added into Crystal report as a "Struct".

In this "Struct" consist of all the selections I created in BEx Query.

Eg:-

Line item 1

Line item 2

Line item 3

and What I need to do is only to make "Line Item 2" Bold.

But when I've tried, but it make every item bold rather than just one line item.

I have search from the internet and noticed that I want to make it bold for only on of the selection in the Struct, I can use HTML to do so.

I have 2 questions:-

1. Is HTML is the only way to make a selected row Bold?

2. If it is, May I know how and where do I insert the HTML?

I am using SAP Crystal Report for Enterprise.

Many thanks,

Vince

Accepted Solutions (1)

Accepted Solutions (1)

tnecnivo
Active Contributor
0 Kudos

Thanks guys for the suggestion.

Managed to Solved it using conditional formatting.

i.e.

If Struct consist of "Line Item 2",

then condition Font Style = Bold.

Thanks

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vince,

If you need to make 'Only' Line Item 2 as 'Bold' then:  Right click the field >> Format Field >> Style >> X-2 formula button you can write this logic:

if CurrentFieldValue = "Line Item 2" then Bold else Regular

Please use the exact keywords for Bold and Regular styles, they will be available as reference inside the formula editor itself.

Thanks,

Prathamesh

former_member182521
Active Contributor
0 Kudos

Hi Vince,

Have a look at alerting capability in which you can make particular row in BOLD. Even if you want a alternative row shading you can use alerters.

Have a look here.

http://book.soundonair.ru/sams/ch11lev1sec3.html

Regards,

Mani