BI Publisher issue - to print 15 lines in each page

hemanth

hemanth

Member
Hi,

The Report is needed to show journal entries from F0911. with multiple lines and followed by header and footer.

Here, the report should print only 15 detail lines and followed by next page another 15 lines and so on, followed by header and last page only as footer.

Kindly raise your comments.

Thanks
 
Hi Hemanth,

can you please provide more details of exact scenario of what you want.if possible share the template and xml for reference.

Thanks,
Gurpreet Singh
 
Hi Gurpreet,

Consider the Scenario, from the table F0911 under DCT="JE",CO=''00001",LT=AA,OBJ=1100,MCU=1,SUB=BEAR from those data selection, you may get no. of multiple detail lines.
Now, The report will fetch and display those fields, Account Name ,DESC , Narration , Credit Amount , Debit Amount

These multiple lines are need to be print the BI Publisher report. So, those XMLs are imported into the template. When we export the template into PDF. The output should be,

For Eg: No.of multiple detail lines be 30.

So, In the pdf output , it should be with 15 multiple detail lines in first page and followed by next 15 multiple detail lines in next page.

The page break should be happen for each 15 detail lines, in the rtf template.

Kindly help into this !!!

Thanks
 
Thanks .. gurpreet.

I tried with this above link,

<?for- each:printing_S6?>
<?if : position() mod 15 = 0?>
PAGE BREAK APPLIED
<?split-by-page-break:?>
<?end if?>
<?end for-each?>

Still facing some issue.

If possible, convey your request to [email protected] , So I would be sending the rtf Template and XML format.

Awaiting your request.

Thanks
 
Back
Top