Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Dear all,
I have the following data, e.g. 170,55 (text), and I need to convert it in 170.55 (decimal number).
What I did was:
What I got was 17055, so without the point.
What Am I doing wrong?
Thanks.
Solved! Go to Solution.
it is depending on your format
instead of trying to convert number with this approach, you can use
With the following setting, it will automatically convert number with a comma for the decimal
With this change, I come from
to
It works.
Thanks.
it is depending on your format
instead of trying to convert number with this approach, you can use
With the following setting, it will automatically convert number with a comma for the decimal
With this change, I come from
to