Hi,
I have a requirement to round the decimal number to two numbers, Is there any function to achieve this requirement?
Regards,
Murthy
Hi,
I have a requirement to round the decimal number to two numbers, Is there any function to achieve this requirement?
Regards,
Murthy
You can try this: @divide(‘propertyname’,1.0,2,“half_up”)
below 2 approaches might help
use @round(.Property) function
create your property as Decimal and add a property qualifier(pyDecimalPrecision) as 2