Hi,
I am creating a Nintex form in Office 365 that has 3 currency input fields:
The field Total A needs to update and show the sum of these three fields when one of these fields is filled in:
- Investments
- Labour Force
- Others
I tried to do this using a formula, but this does not work, the "Total A" field does not change when entering values:
sum([SharePoint Columns].[InvestmentsA], [SharePoint Columns].[MiscLabourA],[SharePoint Columns].[MiscOthersA])
I also tried it with a "Form rule" but also no luck with this.
I am doing something wrong?
Thanks in advance.
Wouter