Expand my Community achievements bar.

Can I calculate a drop list?

Avatar

Former Community Member

I have a drop down menu on my dynamic form with multiple users entries. 

Drop List:

Cheeseburger Meal

Hotdog Meal

Hamburger Meal

I would like the form to calculate how many people chose the different items.  For example, how many chose cheeseburger meal, how many chose hotdog meal...etc.  Is this possible?

1 Reply

Avatar

Level 7

You could use a variable for each of the options and everytime the option is selected the relevant variable increases by 1. If the users are allowed to change their selections you should also put a script into the change event which will take off 1 if they change to something else.