Hello,
I have an object with a property that is a number.
This number is too precise and I want to reduce to 2 number decimal.
I used the function with decimal but when I execute it the app stopped.
I just made a small screen exemple. If I am setting directly the property of the text input 3.123212 in the label it is ok but if I am doing the function in the screen shot it crashes
I also tried with “,” instead of “.” for a decimal separator but it is not changing my issue.
Thanks for your help
Alex