goodspeed7
Programmer
Hi all!
In my report I am calling a stored procedure to supply the data. When the report is run the user gets to enter in the 'to' and 'from' dates and the report filters all dates not in that range.
The problem is that I am doing calculations in the stored procedure and all the unfiltered data is included in the calculations. I tried sticking parameters in the stored procedure and then making them the same name as the parameters in the report but that didn’t work.
This may be simple i just have no clue, thanks in advance
-Bob
In my report I am calling a stored procedure to supply the data. When the report is run the user gets to enter in the 'to' and 'from' dates and the report filters all dates not in that range.
The problem is that I am doing calculations in the stored procedure and all the unfiltered data is included in the calculations. I tried sticking parameters in the stored procedure and then making them the same name as the parameters in the report but that didn’t work.
This may be simple i just have no clue, thanks in advance
-Bob