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 the Number of lines
Vineet Joshi
Hi All
I have a detail report which is conditional(there are lot grids and list inside a table) ,i am using pagination technique which fails when report becomes very long .Also i cannot apply manual page break because in some cases it might lead to a lot of White Spaces .
so is it possible to count the number of lines printed, so that i can apply a page break based on that condition.
Find more posts tagged with
Comments
mwilliams
By manual page break, do you mean setting the page break setting to "always"? You can set up a counter in script that you can increment in your script and force a page break when you reach a certain limit.
Let me know.