Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
peterkumar
Contributor III
Contributor III

Sort Fields (Alpha and Numeric)

Good Afternoon - 

I am looking for some help with a sort - field has strings like these - 

- this field(T12345)

- that field(P34567)

- good field(T23456)

- another field(P12345)

Need to sort by code in the parenthesis

- P12345 should be first; T23456 should be last.

Thanks very much!!

 

 

1 Reply
jwjackso
Specialist III
Specialist III

You could create a sort column with this formula, =SubField(SubField(Dept,'(',2),')',1).