So, I've a Radio button that I've populated from a Table. Simple example here:
Table({Name:mydatasource.d_copy0,Value:0},{Name:mydatasource.d_copy1,Value:1},etc...)
The label (value) for the Radio button is showing is using the Name field in the table and when selected the radio.selected.value is showing the label - is there a way i can get it to show the Value field instead instead (I don't mean in the control - i want the text there, but as an output) or do I need to filter the table based on the Name field to obtain the Value...which seems clunky?
