How to sort List collector choices as per user's order

GreeshmaA
Tera Contributor

Hi, 

 

I created a select box variable and added few choices, and now i converted it into list collector variable by selecting Question choice table, and in reference qualifier i put sys id of that question like (question=sysidxxxxxxxxxxxx).

 

Now, I need to sort the List collector variable choices as per the choice order created in select box.

 

please help on this.

2 REPLIES 2

creddy
Tera Contributor

The list collector available choices will only display in the alphabetical order.

Raffy1
Tera Contributor

You can achieve by variable attribute on List Collector.

For example to render options of List collector (Multi-choice) by "ref_ac_order_by=order" on variable attribute field

 

Hope this help you out.

 

Moon1