ReportingAnalyst
MIS
I use
ASP
CR 8.5
SQL Server 2005
To solve the issue of sending my parameters, I created a simple test report with the 2 parameters of the report:
?EmpID
?Post Date
On the page header just to check if my parameters are working fine. First time I passed an employee ID, I was able to see the results in the report.
Just to test it more, I selected another employee, but my report still shows the name of the 1st employee. How can I make the report reflect the change in parameters everytime I send a new one from ASP.
Thanks.
ASP
CR 8.5
SQL Server 2005
To solve the issue of sending my parameters, I created a simple test report with the 2 parameters of the report:
?EmpID
?Post Date
On the page header just to check if my parameters are working fine. First time I passed an employee ID, I was able to see the results in the report.
Just to test it more, I selected another employee, but my report still shows the name of the 1st employee. How can I make the report reflect the change in parameters everytime I send a new one from ASP.
Thanks.