Skip to main content
Nintex Community Menu Bar

Incorrect Values When Fetching Calculated Columns

  • November 8, 2020
  • 0 replies
  • 14 views

Forum|alt.badge.img+9

Topic

Numbers retrieved from calculated columns by a workflow are being shown with more decimal points than the column is configured to show.

 

Instructions

Round the number by calculation rather than the display setting using the ROUND() function. For example:

 

1/3 equals 0.3333333 . . .

 

=ROUND(1/3, 2) equals 0.33

Additional Information

Nintex Workflow is retrieving the raw value of the numbers in these columns.

 

Related Links