Is it possible to set up a filter where I can select a state, and when that state is selected, it displays a list of the hospitals within the state, which I would then be able to select all or some or just one.
Right now, I have 2 filters:
Hospital (state):
And, hospital name:
However, in the hospital name filter, there are over 50 selections.
I would like to be able to select, for example, VIC (in the state(hospital) filter), and when that is selected, another drop down list is displayed, which lists the 28 hospitals in VIC.
Or if it cannot be done within the one control, is there a way to link the Hospital (State) filter and the Hospital_Name filter, so that selecting VIC in the first filter, means that only the VIC hospitals can be selected from the Hospital_Name filter?
Thanks.