Hi All,
I am trying to build an application where user can enter a part of Project description and get a list of Projects which contains the search key.
I am not sure how I can do this in the Design Studio
I am trying to use
DS_1.setFilter("ZPUR_INF1___F00163",INPUTFIELD_1.getValue());
DS_1.reloadData();
Dropdown.setItems(ds1.getMemberList("ZPUR_INF1___F00163", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 1000));
Its retruning the complet list and its not filtering based on my input.
Pls adivse ,
Thanks,
Manju