cancel
Showing results for 
Search instead for 
Did you mean: 

How to do filter in DropdownByKey

Former Member
0 Kudos

Hi All,

Our customer expect that we can also do the filter work in a DropdownByKey.For example,if there's one company "5100 ShenZhen", then the user can input 5100 and the cursor can go to the first which has "5100" as a begining in the dropdown list. Could WD4J can achieve this effect? If so, how should I do? Or what others can reach?

Thanks + B.R.

Golden

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member197348
Active Contributor
0 Kudos

Hi Golden,

Dropdown in WDJ is used to show the values, it is not possible to enter any values in to dropdown. I think it is not possible for Inputfield as well.

regards,

Siva

Former Member
0 Kudos

Hi Zhang GuoDong,

Using Extended Value Selector u can achieve this.

The Extended Value Selector creates a pop-up table on the screen. The table always

has two columns called Key and Display Text. At the top of each of these columns

is a filter field. Any value entered here will act as a filter, reducing the number of

visible rows in the table to only those that match the filter value.

Regards,

srikanth

Former Member
0 Kudos

Hi Srikanth,

Thanks for your quick response.

I've tried, but the customer don't won't that effect in EVS. They want the effect like that in SAP GUI where you can also input your choice in a DropdownList.

Thanks + B.R.

Golden