BI Publisher (MOSC)

MOSC Banner

How to select a section based on a language attribute

edited Mar 9, 2015 11:12AM in BI Publisher (MOSC) 10 commentsAnswered

JD Edwards uses BI Publisher internally to format output documents. The Report output is delivered in XML and can be used in formatting.

When the report is printing in different languages the report column headings are delivered in all these languages.This XML has the same format as:

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>

<!--modified-->

<Report>

<Report_Section_Column_Headings Language="DU">

<ColumnHeading1>Kolom-

kop1</ColumnHeading1>

<ColumnHeading2>Kolom-

kop2</ColumnHeading2>

</Report_Section_Column_Headings>

<Report_Section_Column_Headings Language="E ">

<ColumnHeading1>Column-

Heading1</ColumnHeading1>

<ColumnHeading2>Column-

Heading2</ColumnHeading2>

</Report_Section_Column_Headings>

<Report_Group>

<Report_Section_S1>

<Language_ID1>DU</Language_ID1>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center