Shaded Band Lines
-
- Posts: 6
- Joined: Tue Oct 10, 2017 12:44 pm
Shaded Band Lines
Is there any way to have alternating shaded band lines in a report layout?
=> RE: Shaded Band Lines
[updated:LAST EDITED ON Sep-10-02 AT 02:54 PM (EST)]You would actually need to create two record band lines, one with a shaded box (using the color yellow generally works well) and one without.__Then you would add a calculated field with expression:__mod(recno(),2)=0__Use this a logical field for each record band but have one as print when true and one as print when false.____This should give you the desired result.____Kathleen__R&R Support
-
- Posts: 6
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Shaded Band Lines
Thanks! This should work great!