Decimal value of calculated attribute is not showing
Summary:
Hi,
I am trying to use a calculated attribute, using IF_THEN_ELSE in script, and i would like to show a decimal value if my condition is not true, for example:
IF_THEN_ELSE({OBSERVAÇÃO} = ' ' , 0 , 1.1 )
If my condition is not true, I would like to show the number '1 .1', but ARCS is showing the number '11.0' (eleven instead of one point one).
is there a way that I can fix this?
Thanks!
Regards,
Tales Fernandes
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0