Is it possible to sort a document collection (using Lotus script) depending on an alphanumeric field? What I am trying to achieve is that if the values of the alphanumeric field in a document collection is:
Of course, there’s some difficulty in that 3a would follow 12, and I suspect you wanted it to precede 12. You might have to use @Transform and test how many digit characters there are. This is not the sort of thing you want to do in a view column, however, if best performance is wanted; you would want a hidden computed field on the form.