BI Publisher (MOSC)

MOSC Banner

Adding calculations to XDO_METADATA worksheet

EBS 12.2

I want to add a calculation to an excel template on the XDO_METADATA worksheet but so far all the ways I've tried to do it have been unsuccessful.

To start with I'm trying to multiple the value in one column by a value in another column.

The syntax for my latest attempt is :-

<?xsl:value-of select ="(//RATE) *(//CONTRACT_HRS)"?>

I've tried:-

<?xsl:value-of select ="(.//RATE) *(.//CONTRACT_HRS)"?>

<?xsl:value-of select ="(RATE) *(CONTRACT_HRS)"?>

Can anyone point me in the right direction?

I'm not using BI publisher for the build.

Thank you!

Tagged:

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