I'm trying to highlight (silver background color) alternate rows in a BIRT report which has groups. Although I have implemented this solution the problem is that each group does not always start with a highlighted row. I want the highlighting rows reset for each group.
The way it is now:
Department A
Highlight
not highlight
Highlight
Department B
not highlight
Highlight
What I want is:
Department A
Highlight
not highlight
Highlight
Department B
Highlight
not highlight
Is there any way to acheive this?
I am using BIRT 4.2.2 and the dataset is a single sql query, grouped by department.
thanks