Round the decimal number

Hi,

I have a requirement to round the decimal number to two numbers, Is there any function to achieve this requirement?

Regards,

Murthy

@MurthyG17188927

You can try this: @divide(‘propertyname’,1.0,2,“half_up”)

@MurthyG17188927

Try using @pzRound(Property Name,2) function

Thanks,
Akshitha Vangala.

@MurthyG17188927

below 2 approaches might help

  1. use @round(.Property) function

  2. create your property as Decimal and add a property qualifier(pyDecimalPrecision) as 2