Thank you for the response, the field has values that are a list, some examples would be:
'1,'
'1,2,3,4,5,'
'1,2,3,5,6,10,'
And I'd like to convert it to a range (or ranges) if possible. Using those examples, something like:
'1'
'1-5'
'1-3,5-6,10'
I've continued searching and it seems the...