cancel
Showing results for 
Search instead for 
Did you mean: 

Help Required For DropDownByIndex and Table

Former Member
0 Kudos

Hi All,

Could anybody help me to solve my problem?

Actualy I am working with one DropDownByIndex and two

Tables.Where within one viewset DropDown

box and one Table(say Table1) are in one view and

another one table(say Table2) is in other view.

DropDown box is maped with one attribute suppose

countryName and and Table1 is maped with collageName

and locationName. So, when I will select the DropDown

with one countryName then the table1 will show all the

available collageName and locationName with multiple

row.

In other view I mean the Table2 is bind with

availableCourse and courseDuration this two

attributes. So whin I will click one row of Table1

that means one collegeName is selected then the

Table2 will show the availableCourse and

courseDuration for that particular college. When I

will select next row of Table1 then the value of

Table2 will be different.

Could anybody help me by sending the code and

details?

With Thanks and Regards

Sudip

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

One way is to get lead selected of drop down index , then get lead selected of table1 and pass it via a method to wdDoInit in the 3rd view so that you know what has been clicked in table1 and then accordingly get the data in table2.

Another way you can do this is to map the tables and drop down index to value nodes and create them in the component controller and then map these value nodes to the respective views. Now when your table2 view is triggered you get the lead selected in the value node of the table1 and accordingly generate the table2.