I need to reorder my option set Values so that charts based on this field put the options in the correct order. For example, in the option set below I need to swap the Values for the Green & Red options to get them in the correct order.
Label Value NewValue
Blue 1 1
Green 3 2
Red 2 3
Do I just change the Values for each option? Or will this cause all my existing records that currently point to OptionValue=3 , to now point to Red instead of Green (the correct color)?
Label Value NewValue
Blue 1 1
Green 3 2
Red 2 3
Do I just change the Values for each option? Or will this cause all my existing records that currently point to OptionValue=3 , to now point to Red instead of Green (the correct color)?