Skip to main content
Nintex Community Menu Bar

Calculating a total from 2 or more currency controls

  • November 26, 2019
  • 4 replies
  • 14 views

Forum|alt.badge.img+1

Hi

i have created a form for a PO system and I would like a total field to be automatically populated with all the line item totals.  I go to conifgure the control and look at inserting a default value and find there is a sum but not usre what to put in that sum control? can someone help please.  This is using NWC

5653i84FC728E46A3312F.png

4 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • November 26, 2019

Hi,

Create a variable:

5657iF42D08303C3B7EED.png

And then use it in a rule.

5658i25164F85DD5E3A0B.png

 


Forum|alt.badge.img+1
  • Author
  • November 26, 2019
Thank you so much, also whats the siymbol I use if I want to multiply is it *

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • November 26, 2019
I just tested
[Form].[Currency 1] * [Form].[Currency 2]
and that worked.

Forum|alt.badge.img+1
  • Author
  • November 26, 2019
thank you