Report Design
 Crystal Reports Forum : Crystal Reports .NET 2003 : Report Design
Message Icon Topic: Alternate background color Post Reply Post New Topic
Author Message
rickeyn
Newbie
Newbie


Joined: 29 Mar 2007
Online Status: Offline
Posts: 6
Quote rickeyn Replybullet 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?

Thanks.
IP IP Logged
rickeyn
Newbie
Newbie


Joined: 29 Mar 2007
Online Status: Offline
Posts: 6
Quote rickeyn Replybullet Posted: 29 Mar 2007 at 7:57am
I am using v10 btw.
IP IP Logged
BrianBischof
Admin Group
Admin Group
Avatar

Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Quote BrianBischof Replybullet 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>
IP IP Logged
rickeyn
Newbie
Newbie


Joined: 29 Mar 2007
Online Status: Offline
Posts: 6
Quote rickeyn Replybullet Posted: 30 Mar 2007 at 11:00am
I'll try that. Thanks!
IP IP Logged
Anubhava
Newbie
Newbie
Avatar

Joined: 20 May 2008
Location: India
Online Status: Offline
Posts: 2
Quote Anubhava Replybullet 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.
 
 
 
 
Anubhava Dimri
Software Developer
9250168195
IP IP Logged
IdoMillet
Groupie
Groupie


Joined: 26 Oct 2007
Location: United States
Online Status: Offline
Posts: 99
Quote IdoMillet Replybullet 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
IP IP Logged
samirlogin
Newbie
Newbie


Joined: 16 Jul 2009
Location: United States
Online Status: Offline
Posts: 3
Quote samirlogin Replybullet Posted: 04 Sep 2009 at 9:01am
Thanks, it work great!!
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
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



This page was generated in 0.031 seconds.