Hi ,
I have following data in column Field1 and want it to print in column Desired_Output. Please note my Feild1 is of Double data type
Field1
43.36275
1580.5988
2756.38083
490.52579
899.33922
14.73303
787.32983
43.4266
Desired_Output
43
1.581
2.747
491
899
15
787
43
How can i achieve it ?
Regards
Areeba