Hi,
In data, I have Region and States. I need to create an app, in the app I need to give three drop downs. 1. Select Region, 2. Select State and 3. Select Input File. Using Interface tools we can achieve it.
but If user select any region from under the list Select Region drop down, it has to show only the states which comes under the selected region in the select State drop down.
Ex: if user select East Region, under the select State drop down list it has to show only states comes under East, New York, New Jersey, Ohio so on.
Data:
Region | Stare | Date | Value |
East | New York | 01/10/2016 | 3487.67 |
East | New Jersey | 01/18/2016 | 2376.85 |
Central | Texas | 01/15/2016 | 2139.9 |
North | Illinois | 01/22/2016 | 1296.18 |
East | Ohio | 01/30/2016 | 2016.10 |
Hope there is a way to do it dynamically.
Thanks in advance,
Harsha.