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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conditional Format Formula 1

Status
Not open for further replies.

O2BNSV

Technical User
Jun 29, 2006
104
US
Is there a way to conditionally change every other detail record a different color. For example, for all even # records crgray else crnocolor?

 
Go to the section expert->details->color->x+2 and enter:

if remainder(recordnumber,2)= 0 then crgray else crnocolor

-LB
 
Is there a way to do this in a cross-tab?

 
What CR version are you using? You should always specify this. In the crosstab expert, do you have only one rowfield entered?

-LB
 
sorry, I usually remember the version. Currently running v2008 but still have XI if I need to use it. Anyway, yes I only have one rowfield.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top