Skip to main content
15-Moonstone
April 14, 2020
Solved

one Dropdown output as input to another dropdown

  • April 14, 2020
  • 1 reply
  • 1096 views

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? 

Best answer by PaiChung

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.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
April 14, 2020

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.

Sruthi15-MoonstoneAuthor
15-Moonstone
April 15, 2020

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?