cancel
Showing results for 
Search instead for 
Did you mean: 

Populate the drop down list box values based on another dropdown list value

Former Member
0 Kudos

Hi,

My requirement is

I have a fields F1,F2,F3 in the table and initially i created 3 empty rows. The fields F1 and F2 fields should be drop down list boxes. Initially i have some values in field F1. Based on the value selected in field F1, i have to populated values in F2. From that drop down list values of F2 i will select some value.

Help me to solve this issue.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Create 2nodes for 2 dropdowons by Index.

In the table control, for the first dropdown implement the event on leadselection,

In this event you will get the value selected from 1st dropdown right.

Based on this, build an Internal table for 2nd dropdown and bind this IT to the 2node.

This 2nd node is mapped to the 2nd dropdown of the table.

Hope this solves your issue.

Please check these links -

Regards,

Lekha.