When Crystal Report is Exported to EXCEL. Alternate row color will run through out the excel as show in Screen Shots.
Workaround:
1. Instead of giving background color to detail section as shown in the screenshot.
if (RecordNumber mod 2)=0 Then crSilver else crNoColor
2. Give the background color for each variable as shown in the screen shot with the formula
if (RecordNumber mod 2)=0 Then crSilver else crNoColor
3. After exported to excel looks as shown in the screen shot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
4 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 | |
2 | |
2 |