Skip to main content
Nintex Community Menu Bar

number of blank fields

  • August 16, 2020
  • 2 replies
  • 7 views

Forum|alt.badge.img

I built an internal audit form for my team with 46 questions (columns). 1=Yes 0=No blank=N/A. There are 46 possible points if every question is applicable. I need a way to calculate possible points for an item that has N/A fields. Is this possible with a workflow or calculated form value?

 

 

 

2 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • August 18, 2020

Hi,

 

Basically you setup a variable for each question to outout a 1 or 0 then you just sum the variables up in a calculated value control.

I have attached a demo responsive form to demonstrate 3 yes/no controls.


Forum|alt.badge.img

@SimonMuntz wrote:

Hi,

steamdb

Basically you setup a variable for each question to outout a 1 or 0 then you just sum the variables up in a calculated value control.

I have attached a demo responsive form to demonstrate 3 yes/no controls.


Thank you for the recommendation. I'll be sure to check it out.