cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dropdown vaues

Former Member
0 Likes
142

I am using this formula to display a dropdown list.

WESelect ("my_parameter", link_values, disp_values, "default_pick_value", "");

But the dropdownlist is picking only the first element.If I try the following

WESelect ("my_parameter", link_values, "a|b|c|d", "default_pick_value", "");

The drop down list shows only "a" nothing else.

Can anybody help?

Thanks

venkat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi ,

In the dropdown values u have seen only one values because it will display the values upto which there will be 1:1 relatioship between link_values and disp_values.

Thanks

Former Member
0 Likes

Got it!! Thanks

Answers (0)