Hi I have a report that has two parameters
@StartDate @EndDate
You enter the dates then the report executes a stored procedure.
Is it possible to do some checking on the parameters before the stored procedure is executed. e.g. Check if the @StartDate is greater then the @EndDate? I want to do the checking in the report not in the stored procedure.
Thank you
@StartDate @EndDate
You enter the dates then the report executes a stored procedure.
Is it possible to do some checking on the parameters before the stored procedure is executed. e.g. Check if the @StartDate is greater then the @EndDate? I want to do the checking in the report not in the stored procedure.
Thank you