Monday, March 19, 2012

Displaying Report in Multicolor

In a table i'm having numbers from 1 to 10 , in crystal i want to show no. 1 to 5 in different color and from 5 to 6 in different color . Cna i do this in Segate Crystal Report ?? Pls help me...You can do a Conditional Format. You enter a formula to determine what color the field should be.

For example, in CR 8.5 using RDC... Right-click on the field you want colored, click Format, on the Border Tab, click the 'x-2' button and type in your formula (ex. {Field1} = 5), choose the color from the dropdown menu... Maybe you could use a Case Statement to select multiple colors?

No comments:

Post a Comment