I have a field and its data type is (number)
and its field size: decimal
Precision: 4
Scale: 3
decimal places: Auto
value in the field
example: 3.45, 1.25, 0.324, 0.5, 0.45
I want this field to be truncated and only have 2 places
example of field value 34, 12, 03, 05, 04
Does anyone know how to do this
thanks in advance
and its field size: decimal
Precision: 4
Scale: 3
decimal places: Auto
value in the field
example: 3.45, 1.25, 0.324, 0.5, 0.45
I want this field to be truncated and only have 2 places
example of field value 34, 12, 03, 05, 04
Does anyone know how to do this
thanks in advance