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)
Group Header Row Number
paritosh
Hi,
I want to know, how we can display the Group header row no. in one
column of the table. we use RowNum to display the Row number in Detail
Row with group or table.
For ex there is one group Header Comes 3 times in the report
so i want to display in header 1,2,3 respectively.
Is there any java script code that is use full for my requirement.
if you have idea about that please reply
Thanks & regard's
Paritosh Tomar
Find more posts tagged with
Comments
mwilliams
Hi Paritosh,
Unfortunately, I'm pretty sure that a header is only created once and then repeated as needed. So, I don't think you'll be able to do this in that group header. It could be possible to embed an interval based group inside that group that allows enough lines for a page and then starts a new group on the next page. This way, there is a newly created group header that you can use within each page that the outer group extends to. Your header count variable could then be reset in the outer group footer still. Not sure if I explained that very well. Let me know if you have any questions. I haven't tried this yet, but I think it should work as I've done similar things. I can probably create an example if you need me to. I'd just need to know your BIRT version.