Need filter lookup choice variable values based on order on portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2024 12:32 AM - edited ‎06-20-2024 09:15 AM
I have look up select box variable referring from sys_choice table. I need to display the options based on sequence field from sys_choice table instead of displaying options alphabetically. I need to display the Other option at the end but not able to doo so even with reference qualifier condition as given below. Please help.
javascript:'name=incident^sequence!=0^ORDERBYsequence^element=category^inactive=false^language=en^dependent_value=' + current.variables.u_business
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 11:41 PM
Hi @ruchitha4
i just looked into the reference qualifier condition in that you have add like 'sequence!=0' then the choices with nothing means empty in sequence wont come in the drop-down.
if you removed the 'sequence!=0' from the condition then in drop- down with empty sequence will add first followed by order of sequence.
so please make sure that you have to add the sequence to choices.
If my response proves useful, please indicate its helpfulness by selecting " Helpful."
Thanks,
BK