Hi shankarkanna,
if you are using "page Header" then it's getting value from the first record only until Last Record.
to avoid this we are using "List Box" and group with this.
Sample Report:206
:thumbsup:
Thanks,
Muthusubramanian.m
you can also set groups and filters on listboxes controls, and the elements you place in it (most probably a bunch of tables) will be affected by the list filters, and will be grouped by the list groups.
e.g.: if you want to print all sales lines and after them, all the comment lines you can use:
listbox (grouped by sales order no.)
-table (hide/filter rows on sales lines)
-table (hide/filter rows on comment lines)
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso My Blog
Comments
if you are using "page Header" then it's getting value from the first record only until Last Record.
to avoid this we are using "List Box" and group with this.
Sample Report:206
:thumbsup:
Thanks,
Muthusubramanian.m
Listbox is working as a container. You can put tables & other controls in it.
You can use its different property as per your requirement.
PageBreakAtEnd
PageBreakAtStart
Visibility as per condition / if you want to use more than 2 lists.
List Property :
Page Breaks Choices
Filters
Sorting on 1 or more expression.
Hope this help you.
Thanks & Regards,
Purvesh Maisuria.
Thanks & Regards,
Purvesh Maisuria.
e.g.: if you want to print all sales lines and after them, all the comment lines you can use:
listbox (grouped by sales order no.)
-table (hide/filter rows on sales lines)
-table (hide/filter rows on comment lines)
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog