Nube syntax question

I know the syntax is wrong… not used before
2 selects on page.
1 variable: total_values.

on change of select add both values together(numeric) update total_values.

Concatenates instead of math addition??
Thanks in advance :slight_smile:

Try adding toNumber() to both of the values.

select2.value.toNumber()

Hi Ken, I dropped the origins id which works great :-).

Im not sure this is working on beta v7…didn’t seem to but I didn’t investigate fully