Crystal Reports coloring only the header?

We have a crosstab of 2 rows into which you want to format header background color black (1 st row) and white background in the 2nd row.
I’ve seen some formulas alternating colors between odd and even records but does not work for the header.

Anyone know how to color only the header?

Thanks and regards in advance.


kesloke (BOB member since 2012-03-14)

[Moderator Note: Moved from About BOB to Crystal Reports]


Marek Chladny :slovakia: (BOB member since 2003-11-27)

We have a crosstab of 2 rows into which you want to format header background color black (1 st row) and white background in the 2nd row.
I’ve seen some formulas alternating colors between odd and even records but does not work for the header.

Anyone know how to color only the header?

Thanks and regards in advance. :?: :?: :?: :?: [/img]


vemula thirupathi (BOB member since 2012-03-15)

Any one say what is Can Grow How to use in Crystal Reports. Let me explain with formula…

Andvance Thanks…


vemula thirupathi (BOB member since 2012-03-15)

That’s the formula that i used:

if RecordNumber mod 2 <> 0 and Count({wApplicationStat.CallsOffered}) = 1 then crSilver else crNoColor

But i think that’s not right cause the header isn’t a RecordNumber.

Thanks in advance.


kesloke (BOB member since 2012-03-14)