raj_vasant


Hi,

Is there any way to validate the input paratemers for the report For example: I want to restrict the value to be less than 100 in one parameter. How to achieve this

Thnx in advance.




Re: How to validate the parameter values?

Shyam Sundar


There is no way to validate and inform the user if the parameter value is not in a given range. Though you can restrict the values that user can select for the parameter by providing pre-defined available values to the parameter, either from query or non-queried.

Shyam






Re: How to validate the parameter values?

raj_vasant

Pre-defining the values will be helpful in case of numeric or string values. What if i want to compare date values. For example:

given date is less than or equal to today's date... I think, this is also not possible!!!

The RS Engine validates the date based on the format only. The validations are not possible.

Some alternative should be thought-of by microsoft... as validations are very necessary.