How to sort List collector choices as per user's order
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 12:04 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 04:16 AM
The list collector available choices will only display in the alphabetical order.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 10:35 AM
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