using SUBSTR and INSTR together in XML PUBLISHER
we need to customize amount in check template for R12 . it should display amount as
"Nine Hundred Ninety-Nine and 60/100"
actual field "PaymentAmountText" displays "Nine Hundred Ninety-Nine Euros And Sixty Cent"
I am trying to use formatting in xml template using below command:
<?xdofx:substr(PaymentAmountText,1,Instr(PaymentAmountText,' Dollars',1))?>
but using the above syntax is giving blank output . please help.
Something is wrong here ?please help.