Hi,
I am connecting a stored procedure with date parameters to the report .
My issue is since in SQL date is datetime the parameters in crystal show the time.How can i edit parameters not showing time
Since you are using a Stored Procedure, you are FORCING Crystal to use the parameter, and SQL Server only has a datetime data type.
Options some people use are to change the parameter to a string, or to place the report as a subreport and make the main report use a date parameter which links to the subreport.
Right, both solutions are kludgy. Remind MS next time you speak with one of them that they need to support basic data types.
For years, we've trained our users to ignore the time part of the parameter, and we handle it (the time, that is) in the stored procedure. This works great if the time doesn't matter as far as the data being retrieved.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.