Hello
I'm using CE 10 and SQL2000 I have a view and a stored procedure that performs some calculations over this view.
The thing is that on the view I have "evaluations" made over a period of time recorded in a date field and each "evaluation" has near 40 rows with diferent items/points.
The SP then calculate the nr of "evaluations" and the average points of each item.
My trouble begins when I must set a parameter where CR/CE must ask the report a period of time.
Any ideas of how can this be done? I've set parameters within the SP but I'm not able to execute them in runtime after the report is finished and deployed in CE.
I'm a begginer in CR/CE and I have medium SQL knowledge.
Thanks
AB
I'm using CE 10 and SQL2000 I have a view and a stored procedure that performs some calculations over this view.
The thing is that on the view I have "evaluations" made over a period of time recorded in a date field and each "evaluation" has near 40 rows with diferent items/points.
The SP then calculate the nr of "evaluations" and the average points of each item.
My trouble begins when I must set a parameter where CR/CE must ask the report a period of time.
Any ideas of how can this be done? I've set parameters within the SP but I'm not able to execute them in runtime after the report is finished and deployed in CE.
I'm a begginer in CR/CE and I have medium SQL knowledge.
Thanks
AB