Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

When CP met numeric type

Former Member
0 Likes
632

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
534

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.

2 REPLIES 2
Read only

Former Member
0 Likes
535

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.

Read only

0 Likes
534

Hi Vishwa,

Thanks, that's what I need.

best regards,

Blake Le