If anyone can help I'm using Crystal Reports XI
I have a report that does alternate line colors in the detail section. I have suppressed rows with a sales count less than 5: Now I can not get the line shading to work: the report has a different name on every row.
Formula I'm currently using is located in background color it doesn't work with suppressed rows though
If Remainder (RecordNumber,2)<>0 Then
formula = RGB(214, 214, 198)
else
formula = crWhite
end if
I have a report that does alternate line colors in the detail section. I have suppressed rows with a sales count less than 5: Now I can not get the line shading to work: the report has a different name on every row.
Formula I'm currently using is located in background color it doesn't work with suppressed rows though
If Remainder (RecordNumber,2)<>0 Then
formula = RGB(214, 214, 198)
else
formula = crWhite
end if