Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jbphoenix
Yak Posting Veteran
68 Posts |
Posted - 2008-12-17 : 14:14:02
|
I'm sort of new with reporting services we have been using MS Access for everything up to this point. I'm working on creating reports in reporting services. I'm a little stuck on how to do somethings. For example in MS Access I have a form that calculates dates after a field is updated and then uses the calculated field in a query. How do I do something like this in reporting services? Do I need to create a stored procedure? Thanks for any help. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-12-17 : 23:51:05
|
yup. you need to create a stored procedure with parameters. the values you enter through report will be passed to procedure and using it you calculate the reqd values and you display them in reports. |
 |
|
|
|
|