Quote:
Originally Posted by ownedbycats
Text is one option.
You may also be able to use a composite column that checks the integer and convert it to text. But that's a bit more of an effort.
|
Good idea, thank you!
Quote:
Originally Posted by theducks
If the columns purpose is Edition, why Ordinal?
2 in the edition column is the second edition
Also note you need to pad text if the number is above 9 if you want to sort (alpha sort rule)
Personally, I just append (2nd ed) to the title
Stuff in the paren does not affect the sort value
|
You're right, there's no practical reason to do this. I hadn't thought about adding the edition in parenthesis. Thank you.