cancel
Showing results for 
Search instead for 
Did you mean: 

Read Drop down by key value?

Former Member
0 Kudos

Hi all,

I am using DDBK, and i am getting values.

I want to read select value, which reading i am getting key value, i want value.

for example:

k5 type string value '4',

v5 type string value 'VPart' .

value-key = k5.

value-value = v2.

APPEND value t5o set. when i am trying to read using get_attribute or get_static_attribute it return always '4',

i want VAPART text. How to get this..

Thanks

venkat.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member199125
Active Contributor
0 Kudos

Venkat,

Tell me your requirement so that we can think of alternative.

Regards

Srinivas

former_member199125
Active Contributor
0 Kudos

hi ventkat,

you got any alternative?

Regards

Srinvias

former_member450736
Active Participant
0 Kudos

Hi,

In general we use Key and then read the internal table which you are using to populate the Dropdownbykey

you will get the value right??

former_member199125
Active Contributor
0 Kudos

Hi venkat,

Its standard behaviour for ddbk. it wll always return the 'key' value..

if you reall want... 'Value' value.. you can try like this..

value-key = v2.

value-value = k5.

Regards

Srinivas