Substring last 5 characters from a string - OIC GEN 3
Need to Substring last 5 characters from a string from an integration in OIC GEN 3.
I am expecting substring("r e dwood", -5, 5) will result "dwood". So I tried below formula in OIC integration, but it is resulting Null value.
substring (oraext:left-trim ($Read810File/nsmpr0:ReadResponse/ns24:InvoiceSet/ns24:Invoice/ns24:Header/ns24:SYSTAD4 ), -(5),5 )
Tagged:
0