cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping

Former Member
0 Kudos

Hi ,

whcih function is used to convert 1234.5678 to 1234.56? please give me a solution?

Is there any function to write that?

Thanks and Regards

Ksran

Accepted Solutions (0)

Answers (2)

Answers (2)

deepak_shah
Contributor
0 Kudos

Hi

You can use one of the following standard function as per your needs. these are available under Arithmetic category.

ceil - returns the smallest possible integer value (up to minus 'infiniteu2019) that is not smaller than the input

floor - returns the largest possible integer value that is not larger than input

round - returns the Integer value that is closest to the value of input

FormatNum - will simply format the input value as you configure in the function properties.

Former Member
0 Kudos

you can use FOrmat number function,

http://wiki.sdn.sap.com/wiki/display/XI/GraphicalMapping-Standard+functions

P.s: Search SDN Before posting the Query

Regards

Ramg