Skip to main content
Nintex Community Menu Bar

Calculated Value Adds Extra Incorrect Decimal Digits

  • December 11, 2019
  • 2 replies
  • 14 views

Forum|alt.badge.img+3

I have a Responsive Form with a Calculated Value as 

5906iB89D54251699148A.png

Check the video to see what happens when I use .8883 as a value.  

 

Any ideas?

 

2 replies

Forum|alt.badge.img+12
  • Scholar
  • December 11, 2019

@bbollmann ....I think it's because of the data type. Is it Generic/String? Can you try changing it to decimal and set the # of decimals you need?


Forum|alt.badge.img+3
  • Author
  • Rookie
  • December 11, 2019

The columns were already set as numbers.

 

I got around the problem by using the Round(xxx,y) function, but this still seems like a bug.