View Single Post
Old 06-16-2023, 01:08 PM   #4
Luiztfc
Member
Luiztfc began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2009
Location: Rio de Janeiro, Brasil
Device: PRS-600
Quote:
Originally Posted by ownedbycats View Post
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 View Post
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.
Luiztfc is offline   Reply With Quote