Hi, I am building some crystal reports in VS.Net. I am using Views in SQL Server to create the data for my crystal report which seems to be working fine.
However I would like to set parameter on my report but I am unsure how to do this? As I need to set the parameter in my View on SQL Server however I cannot add = @StartDate to the View as it does not see this as a valid syntax. Also how do I tell Crystal about my parameters I cant seem to see any place to set parameters in the report wizards.
Any help would be much appreciated
Thanks in advance
However I would like to set parameter on my report but I am unsure how to do this? As I need to set the parameter in my View on SQL Server however I cannot add = @StartDate to the View as it does not see this as a valid syntax. Also how do I tell Crystal about my parameters I cant seem to see any place to set parameters in the report wizards.
Any help would be much appreciated
Thanks in advance