‎2008 Oct 14 6:44 AM
Hi ,
I have a numeric type , such as numeric 24 , when I set the value to it, for example '9236', it will convert to
'00000000000000000000009236' automatically.
This will cause a problem. If I use CP for this ,
for example there is a number '122341234219236' , if I use CP, the return value should be true, but now it is false.
How can I deal with this problem?
Best regards,
Blake Le
‎2008 Oct 14 6:47 AM
Hi
Use FM conversion_exit_alpha_output, it will remove the 0's...pass the value field to this fm and in output pass another variable..use that variable..
Regards,
Vishwa.
‎2008 Oct 14 6:47 AM
Hi
Use FM conversion_exit_alpha_output, it will remove the 0's...pass the value field to this fm and in output pass another variable..use that variable..
Regards,
Vishwa.
‎2008 Oct 14 11:29 AM