Adding input numbers


#1

Hello,
I am new to Axure. I am looking for detailed instructions on how to add variable that a user will input. In the prototype the users will input eleven sets of numbers (variables). The system will add ten of those numbers and then divide by one of the numbers. I would like to display the value of the numbers added in one field and value after the division in a different field. I am using Text Fields for the users to input the numbers. Can someone point me in the right direction.


#2

Hi!

You’ll need to use local variables to do this. Here’s a post that talks about local variables and has a summing example using them.


#3

Do you really need all values as seperate variables?
Here is a demo using a repeater to sum up some input fields and then divide them by the last one.
This is more flexible if you happen to need 8 or 12 values all of a sudden :slight_smile:

Lots-of-values.rp (56.5 KB)


#4

thank you, i will give this a try


#5

Thank you, i will give this a try