BIPub : Problem : Display invoice amount total at the last of a page — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

BIPub : Problem : Display invoice amount total at the last of a page

Received Response
21
Views
5
Comments

Summary

BIPub : Problem : Display invoice amount total at the last of a page

Content

Hello all,

I am a newbie in BI Publisher, so i began to learn and apply the BI Publisher Oracle Documentation (12C).

I have a problem with this code for displaying invoice amount total at the last of a page :

<?start@last-page:body?> <?end body?>

I put it like this :

<?start:body?>

<?section:force-page-count;'end-on-even-layout'?>

for-each

Supplier : VENDOR_NAME

Invoice num

Invoice date

GL Date

Curr

Entered Amt

Accounted Amt

F INVOICE_NUM

INVOICE_DATE

GL_DATE

INVOICE_CURRENCY_CODE

ENT_AMT

ACCTD_AMT E

<?start@last-page:body?> <?end body?>

Total for Supplier: VENDOR_NAME

<?sum(ENT_AMT)?>

<?sum(ACCTD_AMT)?>

end

      

<?end body?>

but when i run the PDF previsualisation, i have this error :

ConfFile: C:\Users\Administrateur\AppData\Local\Oracle\BIPublisher\TemplateBuilderforWord\config\xdo.cfg

Font Dir: C:\Program Files (x86)\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts

Out File: C:\Users\Administrateur\AppData\Local\Oracle\BIPublisher\TemplateBuilderforWord\tmp\tmp\431490089166501out.pdf

Run XDO Start

Template: C:\Users\Administrateur\AppData\Local\Oracle\BIPublisher\TemplateBuilderforWord\tmp\tmp\tmp.rtf

RTFProcessor setLocale: fr-fr

oracle.xdo.XDOException

    at oracle.xdo.template.rtf.RTFParser.generate(RTFParser.java:165)

    at oracle.xdo.template.rtf.RTF2XSLParser.generateXSL(RTF2XSLParser.java:343)

    at oracle.xdo.template.RTFProcessor.process(RTFProcessor.java:347)

    at RTF2PDF2.runRTFto(RTF2PDF2.java:392)

    at RTF2PDF2.runXDO(RTF2PDF2.java:343)

    at RTF2PDF2.main(RTF2PDF2.java:235)

The template and the xml file are in attachment.

Please, help me

Thanks

Regards

Answers