Unfortunately, that doesn't really help, this is building the list, not
using an existing one, and as they are still all keying off of the
value, not display value. Radio button: rbServiceQuality1=1. Bad
service2=2. Good service My workaround is to set the value to be the
full string, and then use regex to set the slice the first value. Radio
button: rbServiceQuality1. Bad service2. Good service Number box:
numServiceCalculation, code editor to Calculatevar str =
rbServiceQuality.value;var res =...