Hi,
If someone can help me with the next problem I’d be very grateful.
I’d like to have 2 comboboxes with predefined numerical values, and a text-field that displays the result of the selected combobox items multiplied.
I guess this should be really simple but somehow I can’t figure out how to use ‘selected combobox items’.
(Combobox A selects “2”, Combobox B selects “9”, TextField should output “18”)