I have a scenario which I am not finding any solution. Here goes my scenario.
My report has got 3 parameters. Each of this parameter is a dropdown list. Out of these 3 parameters, the first parameter is mandatory. Second or Third parameter is mandatory. Which means user has to select first parameter and can either select second or third parameter. Based on first parameter selection, the second and third parameter dropdown list gets populated. But upon selecting second parameter, the third parameter should get filtered or vice versa.
(It is not cascading the parameter)
Please throw some light.