Is there a way to sort a query by a partial field value?
Ex: I would like to sort by Project #, but only by a certain portion of the project number.
WA-1234
WA-5678
OR-2345
OR-6789
I want the projects to be sorted by just the number portion. So if I were to sort in ascending order, the result would be the following:
WA-1234
OR-2345
WA-5678
OR-6789
In essence, I want to ignore the WA- and OR- for each project number. Is this possible?
Thanks
Ex: I would like to sort by Project #, but only by a certain portion of the project number.
WA-1234
WA-5678
OR-2345
OR-6789
I want the projects to be sorted by just the number portion. So if I were to sort in ascending order, the result would be the following:
WA-1234
OR-2345
WA-5678
OR-6789
In essence, I want to ignore the WA- and OR- for each project number. Is this possible?
Thanks