Hello, I inherited a SQL query (SQL 2005, CR11) where the SQL is in a Crystal command object. There are 2 declared parameters in the SQL: @date1 & @date2 for the date parameter in the where clause.
When I add the SQL to the command window, I can enter parameters, but it doesn't seem to store them or let me use them in my report. I'm trying to be able to prompt the user to enter these date values.
I added 2 parameters to my SQL: @date1 & @date2. It prompts me in the beginning, but it's not returning any records.
Any help is greatly apreciated, thanks!
When I add the SQL to the command window, I can enter parameters, but it doesn't seem to store them or let me use them in my report. I'm trying to be able to prompt the user to enter these date values.
I added 2 parameters to my SQL: @date1 & @date2. It prompts me in the beginning, but it's not returning any records.
Any help is greatly apreciated, thanks!