Joined: 29 Mar 2007
Online Status: Offline
Posts: 6
Topic: Alternate background color Posted: 29 Mar 2007 at 7:55am
In my report I only displayed Group Footer 1 and I would like to have alternate background color for each row. Anyone has any suggestion what kind of formula I need for this?
Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Posted: 29 Mar 2007 at 5:38pm
YOu can have a manual running total and then divide it by two. If it has no remainder then use one color. If there is a remainder then use another color.
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>
Joined: 20 May 2008
Location: India
Online Status: Offline
Posts: 2
Posted: 21 May 2008 at 12:02am
If you want to change the color of Detail Panel's Record One by one
you must store a variable for changing alternative value.then you can cange panal color regarding variable.
Joined: 26 Oct 2007
Location: United States
Online Status: Offline
Posts: 99
Posted: 21 May 2008 at 5:22am
In the background color property expression for GF1 section, enter an expression such as: IF Remainder(GroupNumber, 2) = 0 THEN RGB(230,230,230) ELSE crNoColor
- Ido
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
www.MilletSoftware.com
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum