Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Color Coding Crystal 8.5 Crosstab Reports 1

Status
Not open for further replies.

chiplarsen

IS-IT--Management
Jan 8, 2004
87
US
Hello, I am having trouble color coding the column headers on my Crosstab report. I want certain doctors to be highlighted in various colors. I am using the following formula:
Code:
if {casepro.primpract_res_id}=229
then crRed
else 
if {casepro.primpract_res_id}=287
then crBlue
else 
if {casepro.primpract_res_id}=124
then crYellow
else crWhite

This formula works everywhere else except in the column header of the crosstab. The way that I am placing this formula is by right clicking the column header box and selecting "Borders and Colors". I then go to the "Color" section and click the "x+2" button. After placing the formula there, it checks out with no errors. Has anyone else seen this problem?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top