Question
Issue with Appian text() function and decimal formatting
Hi All,
I’m seeing unexpected behavior with the Appian text() function when formatting a decimal value.
For example:
text("2.00000001", "0.0000000000")I would expect the output to be:
2.0000000100I’m getting:
3.00000000000Has anyone encountered this behavior before?
Is this related to how Appian is interpreting the first parameter as a number/decimal, or is there something specific about the text() format "0.0000000000" that I’m missing?
Any explanation of why the value is being returned as 3.00000000000 would be appreciated.
