Alternate Row Group Color
Alternate Row Group Color
I have a report that is a grouped report. Is there a different expression I can use display the highlighting in grouped rows rather just one row per group. Which is what I'm getting currently when I use the Condition (Line % 2 == 1 ). I would like the first group of two to have a white background on both rows and then the next group of three to be all gray . The last group of one to be as it is. See the attachment below. Thanks in advance for your help.
-
- Posts: 5676
- Joined: Tue Mar 20, 2018 5:34 am
Re: Alternate Row Group Color
Hello,
You can use the GroupLine variable and expression that you need.
Thank you.
You can use the GroupLine variable and expression that you need.
Thank you.
Re: Alternate Row Group Color
Thanks Lech. I was doing it right but all along I had it set on the DataBand instead of the GroupHeaderBand. It works now thanks.
-
- Posts: 5676
- Joined: Tue Mar 20, 2018 5:34 am
Re: Alternate Row Group Color
Hello,
You are welcome.
You are welcome.