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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

one Dropdown output as input to another dropdown

Sruthi
14-Alexandrite

one Dropdown output as input to another dropdown

HI, 

In first drop down I need to display locations as location 1, location 2 etc. If i select Location 1,  the second drop down should list the meters of the Location 1. for ex. meter 1, meter 2 etc. If I select meter 1 the current and power values should be displayed in a LED widget.

Similarly for Location 2. How to do this? 

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:Sruthi)

You can use the DataSource / Selected Row(s) from the first dropdown and use that to set the SelectedItem(s) in the DataSource of the second drop down.

View solution in original post

2 REPLIES 2
PaiChung
22-Sapphire I
(To:Sruthi)

You can use the DataSource / Selected Row(s) from the first dropdown and use that to set the SelectedItem(s) in the DataSource of the second drop down.

Sruthi
14-Alexandrite
(To:PaiChung)

One more thing, If user-1 logs in then only  Location 1 should be visible to him in the drop down. whereas if user-2 and user-3 logs in all the Locations should be visible to them. Ho to do this?

Top Tags