Hi,
We have an option set field with Label and Values as: Medium(0), Low(1) and High(2), when showing this option set on chart they come up in random order and client wants to show them in order of priority like: High, Medium and Low.
If i change the values like (High(0), Medium(1) and Low(2) to show in the correct order i know this will sort my order but issue is it will then muddle up the data in Production due to change of labels which was High before will be now Low etc..
What is the best way to sort chart based on Labels or if i change the values how to the correct the data mapping?
Thanks,
PS