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)
Count of Rows in Table Grouping Header.
sswetha
Hi all ,
We have a requirement like to count the No. of rows in grouping header of Table.
If anybody have any idea regarding this using JavaScript function or BIRT in built function please share with us.
In Attached Report, we have to perform this functionality on Table JobCode(After Current Level Field).
Actual requirement is:-In one Keyjob group if it have more than one(distinct count >1) USER_SYS_jobcode(POSCODE) no need to display that value else we need to display that value.Please dont change position of that rows from Table grouping header section bcoz we need to repeat that section to each page.In Actual Template In the footer section also we are placing the Tables so please dont place anything in Table group Footer section.
PFA Rpt design and Data Source.
Find more posts tagged with
Comments
mwilliams
Hi sswetha,
What version of BIRT are you using?
sswetha
BIRT Version 2.3.2
mwilliams
sswetha,
If you're trying to count the Job Code headers in the inner table, check out this modified report. It counts them and displays the count underneath. Let me know if this isn't what you're looking for.
sswetha
Hi Michael,
Thank you so much for your help.
Its really working as what we have expected.
And one more thing,Depends on that count that jobcode value should display.
If GroupCount>1 no need display the JObCODE otherwise need to display.
Thanks and Regards,
Swetha.
mwilliams
Swetha,
Great! Glad to help!