在RTF模板中的分页符上显示其他页面(BI发布者)

时间:2018-07-03 06:36:56

标签: reporting rtf obiee bi-publisher

我试图在每个分页符后调用另一个页面,如下所示。这里的问题是我的条件(test2)只能与标题/总页显示在同一页中,而不能分成新页。我尝试使用(按分页符拆分),甚至用页面制动该节,但它所做的全部都与标题显示在同一页上。

  

标题/第1页(倒计时),然后是总计/第1页(测试)

     

分页符,然后按条件/第2页(测试2)

     

标题/第3页(倒计时),然后是总计/第3页(测试)

     

分页符,然后按条件/第4页(测试2)

<?template:countdown?>
Temp_Param
Recursive_Template
<?end template?>
**to call the total section** 
<?call-template:test?>
<?end body?> 
**this is to assign an after page break variable = 1**
<?xdoxslt:set_variable($_XDOCTX, 'Var', '1')?>
**to calculate the total section**
<?template:test?>
TOTAL   
<? format-number:Order_Total_Taxable_ID2;’999G999D99’?>     
<? format-number:Order_Total_Tax_ID3;’999G999D99’?> 
<?format-number:Order_Total_Gross_Amount_ID7;’999G999D99’?>
<?end template?>
**to call a different page**
<?if:xdoxslt:get_variable($_XDOCTX, 'Var')='1'?>
<?call-template:test2?>
<?end if?>
**different page after every page break**
**need to break into a new page**
<?template:test2?>
CONDITIONS
This Purchase order is subject to the following terms and conditions:
1.PRICE
TEST
2.DELIVERIES
TEST
<?end template?>

1 个答案:

答案 0 :(得分:0)

要在其中分页,请尝试使用以下代码:      页面

有关更多信息,请参见以下Oracle线程:https://community.oracle.com/thread/983330