Hi,
In the below table the first column has data type fixed decimal 19.4. Now in the second column i want to have the output as in below example
109.1574 --> 109.15
So what i tried is tried to convert the value as string limiting to length "6" . i need to use column in some numerical calculation so when i change the data type back to Fixed decimal 19,2 .. the values are rounding off.
Another example 103.1051 ... what i want to use in formula is 103.10 NOT 103.11 as shown in the below image..
any idea on how to retain the values i want but still be in numeric ?

