Hi
I tried to convert a string number into numeric one using ToNumber, however, I saw that the function converted the targeted String into V_Wstring . I did smth wrong yet I am not aware of that mistake. Any solution or guidance? Thank you
Hi @Lego in the formula tool you need to change the drop down "Data Type" to a numeric data type such as double. Its set on V_Wstring in your pictures.
Thank you @JosephSerpis . I did not pay attention.))
Hi @JosephSerpis I have the same issue, in my case the dropdown for data type is greyed out. My formula:
ToNumber(Trim([field],'%'))/100
Any thoughts on how to fix this?
Thank you in advance!