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?
AND
What is the syntax???