Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
saspsnvg
Starting Member
6 Posts |
Posted - 2006-06-17 : 12:26:21
|
How would you go about adding date validation in reports? For instance, I'd like to ensure the "start date" parameter is an earlier date than the "end date" one. Is it appropriate to use as data type string for the Date parameter to suppress the time b'coz in my company they doesn't want the time to be displayed for the Datetime parameter while executing the Report. So i used the string datatype instead of DateTime to suppress the time is it appriopriate to use.Thank's. |
|
jeroena
Yak Posting Veteran
76 Posts |
Posted - 2006-06-22 : 08:31:49
|
I guess for advanced parameter validation, Microsoft wants you to build your own front-end (for instance ASP website) where you define your parameters and parse these yourself. Then link to the reports using URL Access (see BOL) to start the report.Jeroen |
 |
|
|
|
|