Skip to Content
0
Former Member
Jan 17, 2011 at 06:31 AM

Mapping - UDF

62 Views

Hi,

Case:

Input Field Value: " 12345-"

Output Value: " - "

if the last character value " -", need to map with "-" and for any value need to map with "+".

I have used "endsWith" function and if condition...its giving some Runtime Exception like "cannot cast decimal value"

Can anybody help me for the same.

-Stallin