<matrixCol>
XML tagThe <matrixCol>
tag delimits
the column fields in a matrix style layout. The <matrixCol>
tag can only be nested within a <matrix>
tag. You must nest <field>
tags within the <matrixCol>
tag to list the fields you want to include as matrix columns.
<matrixCol>
master_group_content
</matrixol>
The following example shows a segment of an XML report definition that defines the column dimension of a matrix layout:
<matrixCol name="g_city">
<field name="f_city" source="city"
label="City: "
font="Arial" fontSize="8" textColor="yellow"
formatTrigger="F_cityFormatTrigger"/>
<field name="f_SumTOTAL_SALESPerCITY"
source="SumTOTAL_SALESPerCITY"
label="Sales: " font="Arial" fontSize="8"
fontStyle="bold"
textColor="yellow" formatMask="LNNNGNNNGNNNGNN0D00">
<labelAttribute font="Arial" fontSize="8"
fontStyle="bold" textColor="yellow"/>
</field>
<field name="f_SumTOTAL_COSTPerCITY"
source="SumTOTAL_COSTPerCITY"
label="Sales: " font="Arial" fontSize="8"
fontStyle="bold"
textColor="yellow" formatMask="LNNNGNNNGNNNGNN0D00">
<labelAttribute font="Arial" fontSize="8"
fontStyle="bold" textColor="yellow"/>
</field>
<field name="f_SumTOTAL_PROFITPerCITY"
source="SumTOTAL_PROFITPerCITY"
label="Sales: " font="Arial" fontSize="8"
fontStyle="bold"
textColor="yellow" formatMask="LNNNGNNNGNNNGNN0D00">
<labelAttribute font="Arial" fontSize="8"
fontStyle="bold" textColor="yellow"/>
</field>
</matrixCol>
Copyright © 1984, 2005, Oracle. All rights reserved.