Hello everyone,
I have a form with two select_one fields where the value is an integer value with a text label. Even with saving the result from the select_one field as an integer value to a calculate field it will not be recognized as an integer value. When I try to calculate the average of the choices, it gives me just some weird numbers. It works though if I use an integer question to save the value from the select_one question as integer. But this looks awful (and stupid) in my form, I would rather hide this step if somehow possible.