Hello Friends,
I have a crystal report, Crystal Report contains a Table and I change the alternate color of the Rows using the following formula:
if RecordNumber mod 2 = 0 then crSilver else crNoColor
I want the alternate color to be within the Table, but the alternate color is applied outside the Table also. How to do it?
Thanks.