BI Publisher (MOSC)

MOSC Banner

Excel Template - Concat function returns error

edited Apr 23, 2015 10:00AM in BI Publisher (MOSC) 3 commentsAnswered

Hi,

I'm facing an issue with "concat" function in Excel Template.

If I try to concat static text like below,  it is working fine

<?concat('FIRST_NAME',' ','LAST_NAME')?>

And if I try to concat XML fields like below, excel template is throwing an error

<?concat(FIRST_NAME,' ',LAST_NAME)?>

Error Message:

XML-23006: (Error) value does not match required type

@Line 10 ==> <Cell Index="1" Style="R2C2" Field="XDO_?XDOFIELD5?"><xsl:value-of select="concat(.//FIRST_NAME,' ',.//LAST_NAME)"/>

Any help on this would be highly appreciated.

Thank You!

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