Click to See Complete Forum and Search --> : dynamic display


gucci09
November 14th, 2007, 02:15 PM
I have crystal reports integrated with MS visual studio team suite so i am pulling my data from a sql database. is there any way you can highlight information dynamically based on the information stored in the field. for example say i get more than 3 errors can crystal reports highlight that field in red if the number is above 3?

henky@nok.co.id
November 15th, 2007, 03:44 AM
...or example say i get more than 3 errors can crystal reports highlight that field in red if the number is above 3?
Yes, it can. Change the color of format field if reaching that condition.
Example:

{tab.error} > 3 then "red"

gucci09
November 15th, 2007, 08:50 AM
thank you very much!!

Lugh
November 15th, 2007, 08:52 AM
For further information, look in the help file under "conditional formatting."

Just as an FYI.