I have two report parameters, region and state
What I desire is to have all the regions selected by default, which would make all states default.
But if you choose a region only the states for that region show up in the drop down ((by stored procedure)
What's happening is if all regions are selected the drop down for states is only showing for the first region
Ex
ATL is the first region and the states are fl, Nc, al, ga
So if I choose all regions only the states for ATL are showing up in the drop down list