【发布时间】:2018-07-03 06:36:55
【问题描述】:
我试图在每个分页符后调用不同的页面,如下所示。这里的问题是我的条件(test2)只能显示在与标题/总页相同的页面内,但不能分成新页面。我尝试使用 (split-by-page-break) 甚至页面制动该部分,但它所做的一切都出现在与标题相同的页面上。
Header/Page1(倒计时),后跟 Total/Page1(测试)
分页符然后是Conditions/Page2 (Test2)
Header/Page3(倒计时),后跟 Total/Page3(测试)
分页符然后是Conditions/Page4 (Test2)
<?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?>
【问题讨论】:
-
很难理解您在寻找什么。也许视觉表示会有所帮助?和/或准确描述每页上的内容。
标签: reporting rtf obiee bi-publisher