all groups > sql server reporting services > january 2005 >
You're in the

sql server reporting services

group:

report manager parameters


report manager parameters Ben Sullins
1/7/2005 3:05:04 PM
sql server reporting services:
Greetings...

I have a report that is going to be distributed daily. I need the subject of
the email to be something like, 'Sales Report for <date>' where date is the
date it was ran for. I tried using the report parameter but it only gave me
the parameter name, not the value. Does anyone know how to accomplish this?

Thanks,
--
Ben Sullins
Our Vacation Store
Re: report manager parameters Ben Sullins
1/7/2005 3:33:02 PM
Not working...

I'm typing this into the subscriptions page in report manager, this is what
it looks like. I tried using the ampersand and the plus sign, both just
showed up exactly as I typed them.

="Combined Sales Master updated through " + Parameters!startdate.value

[quoted text, click to view]
Re: report manager parameters Bruce L-C [MVP]
1/7/2005 5:12:38 PM
Change expression to this:

= "Sales Report for " & parameters!paramname.value

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services


[quoted text, click to view]

Re: report manager parameters Bruce L-C [MVP]
1/7/2005 9:51:19 PM
I'm sorry, I missed about it being the subject of the email. I thought you
meant as the title of the report. I haven't tried to modify the email
subject. Sorry. You could have the subject of the email static and have the
title of the report (a textbox at the top of the report) have the
expression.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: report manager parameters Daniel Reib [MSFT]
1/10/2005 10:18:14 AM
You can use the @ExecutionTime token in the subject to get the time the
report was run.

--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button