Alphabetic Order

Hello World!

I'm new to the ODK world. I'm taking a course on GIS methods and techniques and I'm currently doing an internship at the Conservatory of Natural Spaces, where I'm learning to develop an xlsform.
For those who can help, I'm looking for a way to put my list in alphabetical order. I created a begin_repeat where several values can be selected and at the end of the repeat. For my list I used in the calculation column:

join('<br/>',${name})

I want this list to appear in alphabetical order.
I add my xlsform
test_vivian.xlsx (31.8 KB)

2 Likes

There's unfortunately no easy built-in way, as far as I can tell

Maybe you could use a select_multiple rather than a repeated select_one? I guess that depends on whether you want to allow the same answer to be selected multiple times...