I have Sections in my form which have several questions. Each Question
contains a radio control with values 1 - 10. I want to add the total score
by doing a sum(sectionName) but i get NaN .. the values are sent as 6 7 10
4 etc.. instead of actually adding them up.
Any ideas ??
TIA
Alex [MSFT] - 27 May 2005 05:55 GMT
Use + instead of sum. For example, write "field1 + field2".
-----Original Message-----
From: K [mailto:KingBravo@gmail.com]
Posted At: Thursday, May 26, 2005 2:52 PM
Posted To: microsoft.public.infopath
Conversation: Need to sum values in a section
Subject: Need to sum values in a section
I have Sections in my form which have several questions. Each Question
contains a radio control with values 1 - 10. I want to add the total
score
by doing a sum(sectionName) but i get NaN .. the values are sent as 6 7
10
4 etc.. instead of actually adding them up.
Any ideas ??
TIA