25
Views
1
Comments
how to search alphabetically in list ?
Application Type
Reactive
Service Studio Version
11.53.11 (Build 61107)

Hello Experts,

I am trying to search alphabetically in list but search keyword is searching in overall elements. See below snapshot. if I type "a" then i should get options starting from "a" only. But now a is searching in overall text.

See below code:

Please suggest some solution.

Thanks and Regards,

Nayana

2026-03-09 12-26-51
Fábio Fantato
 
MVP

Hi Nayana,


your condition in the list filter is looking index(...)<>-1. This will return true if your search conditions were found in any place in your field.  If you replace it for index(...)= 0 should work


Regards

Fabio

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.