I am having an SQL reporting server reports which has 5 parameters which is nullable values. user may enter values for any of the fields. I need to check the condition that user have to enter atleast any one parameter out of five parameter values(any one is required).
**Note: I need to do this in SQL Server reports itself.**
Please suggest me some good answer
Thanks