sorting list in tabpanel

Attempting to set the sort order of a list in a tabpanel, I get an error. I followed the procedure from Servoy’s documentation example. (See attached.)

What am I missing?

use the sortChooser in the method editor between the brackets.

You will see, what is wrong than!

Aha- thank you, Harjo!

The example in the documentation fails to include quotes for the argument.

Using the SortChooser, as you suggested, did indeed make clear what was missing.

Jim