Skip to main content
Nintex Community Menu Bar

how to add all row values in a column

  • February 24, 2016
  • 1 reply
  • 8 views

Forum|alt.badge.img+2

i want to create a workflow to add all row entries of one particular column.

1 reply

Forum|alt.badge.img+7
  • March 22, 2016

Hello Sanath,

If I understand correctly, you are trying to sum up all the numerical data of one column..

This can be done with the workflow actions: Use Query list action, get all the items IDs to one collection variable.

Loop though this collection variable and sum the numerical column data. To store the result create a number type WF variable.