Strict alfabetical sort

First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.

What I’m trying to do

Sorting Notes by strict alfabetical sort.

Actual sort order:

  • N2
  • N3
  • N12

Wanted sort order

  • N12
  • N2
  • N3

Things I have tried

Making a formula:

Label: file.name.toString()`

and sorting by Label instead of `file.name`

Sorting on the formula file.name.split("") ought to do it.