I have following data set in Fixed Decimal 19.2
I want to increase the precision of the decimal
input:
Expected output:
the end datatype should be in Numerical
@BRRLL99 if you look at the below WF i just set the data type to Fixed decimal 19.2 and got the desired result.
Im using
Version: 2022.3.1.553 Patch: 6
if i convert to 19.2 fixed decimal
it is giving me 46.9
and 6.3 only
please share your screen shot
@binu_acsusmanbashirQiu
Expected Output: in my end output i would like to remove point and negative sign
the datatype should be NumericalI have tried different ways , but unable to get the expected output, i have checked the show numerical separator in results also
@BRRLL99 Use ReplaceChar() function