Hi all,
Could you please advise how to alternate row colors in BIRT Spreadsheet Designer?
I know how to do it in Eclipse reports designer but not with BIRT Spreadsheet Designer.
Thanks
Cheers
Sven
Page 1 of 1
Alternate row colors (in Spreadsheet Designer)
#2
Posted 22 November 2012 - 02:20 AM
Hi,
Please use if(mod(groupNum(),2)=0,color("DDDDDD")) condition in the formula bar where the group by functions are available along with the group by function.You can see the alternate colors of the row to appear grey.Please let me know if any questions still
Thanks,
Please use if(mod(groupNum(),2)=0,color("DDDDDD")) condition in the formula bar where the group by functions are available along with the group by function.You can see the alternate colors of the row to appear grey.Please let me know if any questions still
Thanks,
Page 1 of 1





MultiQuote
