Whenever I input any number at all it automatically converts it to decimal place but every time I input the same number it doesn't convert to decimal place. It's like it recognizes it as exactly the same value with the previous input when repeating the number so it doesn't perform the OnChange. Any ideas or is there a function to accomplish this task? Thank you very much in advance!
OnChange Property:
Set(
varNonTaxBasicSalary,
Text(
Value(
dcBasicSalary.Text,
"en-US"
),
varNoFormat
)
)
OnStart:
Set(varNoFormat, "[$-en-US]###,###.00")