I have a report in which a user is asked to enter a number. (parameter @number1 int).
How do I validate what the user entered?
eg. the number should be >0 and <99.
Is there some vaildation I could use? Or is there something to be done with expressions in 'available values'?
Thanks for thinking with me!