cancel
Showing results for 
Search instead for 
Did you mean: 

Filter action for more than one dropdown list in WDA...

simadri_sekhar
Participant
0 Kudos

Hi all,

As per my requirement i hav to make a UI in which 4 dropdown lists will be present,but these 4 lists should be interrelated, means there are 4 processes namely core process,subprocess,subprocess1,subprocess2....

Ex ABC,ABC10,ABC10.10,ABC10.10.20.

I want to develope a UI in which when i select a value in process dropdown list the respective dropdown lists for all subprocesses shoud be filtered out ....means when I chose ABC in process dropdownlist the sub process dropdown list shoud show ABC related data and not other data...

How can i make this arrangement... I did a demo using flight details as per the documents available on net and it shows correctly using inputfield..but when i use this method for my tables it won't work at all..

kindly give any sugestion in this regard...

thanks in advance...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As my understanding is correct, based on one drop down value you want to set and arrange values in another drop down right?

are you using ddbkey or index?

Check this..

cheers,

Kris.

simadri_sekhar
Participant
0 Kudos

thanks for your quick reply...and sorry for my late response.. actually am using ""dropdown by index"" but the links that u mention, I followed those methods but when i select any value in 1st dropdown list the 2nd dropdown list becomes blank... what I did is that I transfer all the required data for 2nd dropdown list based on the data selected in 1st dropsownlist to an internal table and then bind that table to the 2nd node... now when i selected one value in 1st dropdown the 2nd dropdown became blank...

please suggest something for this...

Thanks..

sekhar

Former Member
0 Kudos

Hi,

Kindly post your code.

Cheers,

Kris.

Answers (1)

Answers (1)

simadri_sekhar
Participant
0 Kudos

hi kiss ,, actually the problem is solved ....

thanks a lot for your valuable help...