So I have two combo boxes, box1 and box2. The requirement from within SSRS is if box1 is selected set Box2 to None and if box2 is selected then set box1 to none. Now I don't think this is possible because you can only cascade parameters in one direction. Otherwise you get forward dependencies are not valid
.
But the question becomes can I validate the boxes when they click View Report
to display a msgbox saying Please either choose box1 or box 2 but not both
Note: I am still working in 2005.