Create a parameter (I tried it with a boolean parameter, but it should work for any type).
Right-click on the field and go to Format Field..., Font.
Click on the Conditional Formula button next to the Style dropdown and type:
if {?MyParameter} = true then
0 //regular
else
1 //bold
2 is for Italic and 3 is for Bold Italic.
Hope it'll help.
I have a report with 6 subreports. One of the subreports provides a list of Meeting participant's job titles, and their names. I am linking the subreport to the main based on a field called @Code. I need to conditionally bold the job title if it is equal to 4, 5, or 8. I am querying a MSSQL 2K database through multiple stored procedures. The only parameter I have set up is the @Code field. So the problem is:
Can I force crystal to //bold if {participantsSP.participant_title} = 4,5, or 8?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.