cancel
Showing results for 
Search instead for 
Did you mean: 

decimal vakues

Former Member
0 Kudos

Hi ALL,

In graphical mapping which function is used to remove the decimal values.

please help me .

thanks and regards

saranya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use the function FormatNumber

In teh properties use ### as value in number format.

Answers (3)

Answers (3)

justin_santhanam
Active Contributor
0 Kudos

Saranya,

What do u mean by remove decimal values? Do you want to round it?

raj.

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi, use, format or round function and previous post sayd or create an UDF

//code

int value = Integer.parseInt(parameter);

return value;

//end code

Former Member
0 Kudos

Hi Saranya,

You can use the 'round' function in your message mapping editor.

Thanks,

Varun