Section break in xml publisher. For each section in xml publisher
Section break is uses in the XML publishers reports Template to break the XML group so that new row in the XML group would be start in the New page of the Output. Usually we put section break in those template when we want to start the each row of the XML group to the new page.
Each G_INVOICE element contains an invoice for a potentially
different customer. To instruct BI Publisher to start a new section for each
occurrence of the G_INVOICE element, add the @section command to the opening
for-each statement for the group, using the following syntax:
<?for-each@section:group name?>
where group_name is the name of
the element for which you want to begin a new section.
For example, the for-each grouping statement for this example is
as follows:
<?for-each@section:G_INVOICE?>
The closing
<?end
for-each?>
tag is not changed.
Begins the G_INVOICE group, and defines the
element as a Section. For each occurrence of G_INVOICE, a new section is
started.
0 comments:
Post a Comment