Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Horizontal Line After each third row?
AbhayTech
Hi,
I am doing list report in Actuate BIRT 2.3 ,i want to put a horizontal line after each third row of data.
please help me to sort out this problem!!
Find more posts tagged with
Comments
JasonW
I believe there is a bug with borders on table rows, so to work around it you can apply them to the cell for each column in your table. Select a cell and select highlights tab and enter:
(row.__rownum+1)%3 equal to 0 for the expression and apply a style with bottom border.
You will need to do this for every cell in the detail row. Take a look at the attached example.
Jason
AbhayTech
Thanks a lot!!
it's working ,i was trying same script at row level as well as i applied the same style also but thing didn't work,once again thank you!!!!