Hi expert,
[1]
The field QUAT of table ZCOMP is 6.1

[2]
Create Calculation View based on the table and New Calculated Column CC_QUAT, whose data type is decimal(2,1). CC_QUAT = "QUAT" * 1000

[3]
The value of CC_QUAT in data preview is 6100.0
which is longer than the pre-defined data type decimal(2,1).
