In my SSRS report, I have a start date and an end date as two of my parameters. I have others as well, so the start and end date can be NULL. However, I would like to make sure that if the start date parameter is selected, then the end date parameter is also selected. Also, I would like to make sure that the start date is earlier than the end date (for obvious reasons).
Are these two things something I can do in SSRS or will I need to use SQL - or both?
I'm using T-SQL Server 2005 and SSRS 2005. Thanks!