Conversion of string or integer in double

Hi @Kal_Lam ,

I also need conversion of string or integer in double.
I need user input in one field and conversion of the input in calculate field then output in the label field.

Thanks!!

Could you share with the community a sample of what it looks like? You could share a dummy question and the calculation that it should undergo to display your required output. Maybe if we have this the community should be able to understand it much clearly.

here is the screenshot.
Do we have any function like count() to convert the string or integer to double?
Example:- double(“3.24”) should return 3.24 And double(25) should return 25.0

@zash0012, could you provide some more examples. And why is double(25) not 25.00 instead of 25.0?

Hi @Kal_Lam ,

25.00 is also fine.

1 Like