299.65 is automatically converting to 299.64.

Certified Associate Developer

Hi,

Whenever I'm trying to enter 271.64 or 2**.65 where (** can be any number) it's getting converted to 2**.64

I'm using below expression for this:

a!floatingPointField(
label: "Test Decimal Value",
value: todecimal(fixed(trunc(ri!value, 2))),
saveInto: ri!value
)

Not sure, if this is an issue from Appian. Can anyone confirm this.

Thanks in advance.

  Discussion posts and replies are publicly visible