Feb 22, 2001 #1 campbere Technical User Oct 10, 2000 146 US I am looking for the function in Crystal Reports that allows you to higlight a row based on criteria. I am using V6.0. So If I have a report that has 120 rows, I want everyrow that has a Status of Error to be higlighted in yellow.
I am looking for the function in Crystal Reports that allows you to higlight a row based on criteria. I am using V6.0. So If I have a report that has 120 rows, I want everyrow that has a Status of Error to be higlighted in yellow.
Feb 22, 2001 1 #2 kenhamady Instructor Sep 10, 2000 8,794 US Format - section Select the details section and go to the color tab. Click the formula button In the formula put: If {Status} = "E" then aqua else noColor The available colors are listed in the function list Ken Hamady http://www.kenhamady.com/Crystal Reports Training/Consulting and a Quick Reference Guide to VB/Crystal (including ADO) Upvote 0 Downvote
Format - section Select the details section and go to the color tab. Click the formula button In the formula put: If {Status} = "E" then aqua else noColor The available colors are listed in the function list Ken Hamady http://www.kenhamady.com/Crystal Reports Training/Consulting and a Quick Reference Guide to VB/Crystal (including ADO)