
So , Here its goes , I am generating a BIRT report as shown by image embedded , i am grouping by custmeer such as ACM , AFL etc ...
As you can see i use background alternative color as blue and white ,to achieve this i simply use the highlight tab of detail row as(row["__rownum"] % 2 Equal to 0).
now , if i move into more complexity such as different color combination for different groups e.g for group(customer in this case) yellow-white , for group2 red-white etc....
i am using this.getStyle().backgroundColor ='color' , but the problem lies into selecting the individual groups , may be some sort of in condition would do the trick , but i am lost
Any help would be appreciated