SQL2008R2 Reporting Services: Subscribing Report to multiple email list from table

Hi,
I need to subscribe one report from SSRS to different set of people. EMail list is dynamic and will come from a database table.
Could somebody help us please.

Hi AjayKumar_MIND,
According to your description, you want to configure subscription for the report to send it to different sets of people. If that is the case, we can achieve your goal by using Data-driven Subscription.
Reporting Services provides data-driven subscriptions so that you can customize the distribution of a report based on dynamic subscriber data. Data-driven subscriptions use query results to determine the recipients of the subscription, delivery settings,
and report parameter values. At run time, the report server runs a query to get values used for subscription settings. We can use the Create Data-driven Subscription pages to define the query and assign query values to subscription settings. For detail information,
please refer to the following steps:
  1. Open Report Manager, and locate the report for which you want to create a data-driven subscription.
  2. Hover over the report, and click the drop-down arrow.
  3. In the drop-down menu, click Manage. This opens the General properties page for the report.
  4. Select the Subscriptions tab, and then click New Data-driven Subscription.
  5. Select the delivery extension and data source for the subscription.
  6. Specify a query that retrieves subscriber data like below:
CREATE TABLE Name (
Group varchar(20),
Country varchar(20),
Type varchar(20),
Email_to varchar(50)
INSERT INTO Name values
('Group1', ’Country1’, ’Type1’, '[email protected]'),
('Group2', ’Country2’, ‘Type2’, '[email protected]'),
('Group3',’Country3’, ’Type3’, '[email protected]');
  7. Specify delivery extension options like below:
  8. Specify report parameters for the subscription like below:
  9. Specify when the subscription is processed, then click Finish to save the configuration.
For more information about Data-driven Subscription, please refer to the following documents:
http://msbimentalist.wordpress.com/2013/08/26/how-to-create-data-driven-subscription-in-ssrs/
If you have any more questions, please feel free to ask.
Thanks,
Wendy Fu
If you have any feedback on our support, please click
here.
Wendy Fu
TechNet Community Support

Similar Messages

  • Send report as an email attachment from a page

    Hi
    I have page which generates a report based on two filters. After the report is generated, 'I want to send that report as an email attachment from that page, when button is clicked "Send Email"
    Thanks a lot in advance.'

    I accomplished functionality I believe similar to what you are looking for in an application once by querying a report into an html e-mail message. This approach gives you all kinds of flexibility. At least this would be one way of doing it. I am going to include a simplified sample here of what the script looked like. I hope this is at least helpful.
    DECLARE
    l_body_html CLOB;
    BEGIN
    l_body_html :=
    '<html>
    <head>
    <style type="text/css">
    body{font-family: Arial, Helvetica, sans-serif;
    font-size:9pt;
    margin:30px;
    background-color:#ffffff;}
    </style>
    </head><body>
    ' || UTL_TCP.crlf;
    l_body_html :=
    l_body_html || '<table border="1"><tr bgcolor="#999999">
    <th width="75" scope="col">
    Department
    </th>
    <th width="75" scope="col">
    Course
    </th>
    </tr>' || UTL_TCP.crlf;
    FOR c1 IN (SELECT some_table.DEPARTMENT, some_table.COURSE FROM some_table)
    LOOP
    l_body_html :=
    l_body_html || '<tr><td>
    ' || c1.DEPARTMENT || '
    </td>' || UTL_TCP.crlf;
    l_body_html := l_body_html || '<td>
    ' || c1.COURSE || '
    </td>' || UTL_TCP.crlf;
    l_body_html := l_body_html || '</tr>' || UTL_TCP.crlf;
    END LOOP;
    l_body_html := l_body_html || '</table>' || UTL_TCP.crlf;
    apex_mail.send(
    p_to => '<some email address>',
    p_from => '<desired from address here>',
    p_body => NULL,
    p_body_html => l_body_html,
    p_subj => '<desired subject line here>');
    END loop;
    apex_mail.push_queue;
    END;
    Edited by: stbrownOSU on Dec 8, 2009 2:53 PM
    I think something must have happened when I copied and pasted the code from TOAD. I have corrected the above code. Please try it again.

  • How can I add multiple email addresses  from spreadsheet into email?

    how can I add multiple email addresses  from spreadsheet into email?

    I have tried that, but the system reads the emails as one long email and I can't find any way of separating them - it ignores spaces, colons and I have also tried putting them through a word doc... still does not work. It works perfectly easily on a PC system!! ( I have just moved to a mac!)
    any ideas would be good
    thanks

  • How do I copy multiple email addresses from one email sent TO me into a new message?

    How do I copy multiple email addresses from an email sent to me into a new message?

    Are they in the body of the mail?
    Hold your finger down in that mail until the little blue bubble pops up. One of the options should be to select all. Choose that and all will be hilighted. then a pop up comes up to copy, choose that, open your destination and hold your finger down to get the paste dialogue.

  • How to delete multiple email messages from my Iphone 5c; email folder?

    How to delete multiple email messages from my Iphone 5C; email folder.

    there used to be option to keep last 50,100,200 messages/emails. We need that back. This is ridiculous to delete one by one.

  • How do I create a Group email list from my contacts??

    I can't figure out how to create a Group email list from my contacts on my iPhone??

    I thought that was how I did it before ( a year ago ) but the group is created in my Email software but the group won't synch to my phone?! However it will synch randomly - i.e. singular new emails synch from my phone to my computer, but I am not noticing the computer transferring data to my phone...same with calendar...hmmm, maybe that's the problem - issue synching anything entered into my computer first...anyone hear of this? It seems that this started about a month ago, I had to restore my phone and it would not restore with the most recent backup, so I had to go back a couple of back ups... since it has been glitchy! HELP!

  • I am trying to send a friend a group email list from Contact.  When it arrives there is only one contact in it.  There should be 30!  Any ideas?

    I am trying to send a friend a group email list from Contact.  When it arrives there is only one contact in it.  There should be 30!  Any ideas?

    The procedure for exporting a group is to right-click (or Control-click) on the group in Contacts and select Export Group vCard, then email the resulting file to your friend. Is that what you're doing? If not, give that a try.  You can confirm the contents of the file by doing a Quick Look on the file.
    Hope this helps.

  • How to embedded oracle report data in email body from forms?

    Hi,
    I am working on oracle forms and report 10g and i am new to this. I want to knw How to embedded oracle report data in email body ?
    Regards
    Shruti

    I have uploaded a sample . This might help
    http://www.alexyscorp.com/send_report_email.zip

  • Filter report on multiple select lists dynamically

    Hello
    Can somebody tell me how to filter/refresh a interactive report based on multiple select lists?
    The select lists are created with apex_item.select_list_from_query, because I need to create them dynamically.

    do not post duplicate questions/posts when you already have {message:id=10453848}
    It doesn't make any sense

  • Is there a way to change how Thunderbird checks multiple email accounts from several at once to checking them one at a time?

    There is one problem I've had that I've never seen anyone else have! I live in an area of the Philippines with very poor performing Internet service. Things are slow but, it's enough if you have patience. My freelance work requires that I have multiple email accounts. Thunderbird handles this well except when initially checking emails. Because it checks email accounts all at once, I usually get timeouts and then have to resort to checking them manually, one at a time. So, I'm wondering if the way Thunderbird checks accounts can be changed to one at a time, especially at startup? Thanks!

    Don't know any 'automatic' way - but, i have "Fetch Headers only" set on each of my 'secondary accounts'.
    With varying internet service, manual "Get Messages" is probably the "Best Practice" because you will know how good your service is before you even try.
    maybe set "Check for new messages every 'n' minutes" to different times
    (3 minutes, 6 minutes, etc.) on each 'secondary' account.

  • Sending mails from a email list from a table

    Here is the question on e-mailing reports via OBIEE IBots
    I am trying to schedule Answers and Publisher reports to be e-mailed to a set of recipients based on the below criteria.
    The recipients for the reports will be stored in tables (and available in the RPD) as explained below. Can IBots send e-mails by looking up the join of two tables below (through a query) and send out e-mails accordingly? E-mail recipients must be picked from table 2 and the cost centers that the recipients are eligible to see is stored in Table 1.
    Table 1:
    Classification Cost Center
    A 111
    A 222
    A 333
    B 444
    C 555
    C 666
    Table 2
    Classification E-Mail Field E-Mail ID
    A TO [email protected]
    A CC [email protected]
    A BCC [email protected]
    A BCC [email protected]
    B TO [email protected]
    B CC [email protected]
    C TO [email protected]
    C CC [email protected]

    I have never had this problem and can't recreate it however Try this
    '''Open Thunderbird''' choose '''View''' from the menu bar select '''sort by''' and then choose '''From'''
    Answer 2 '''Open Thunderbird''' select '''Tools''' from the menu then '''Options''' select '''Advanced''' select the tab marked '''Reading and Display''' in the area marked '''Display''' there is a '''check box''' which says '''Show only display names for people in my address book'''.
    These may not be the solution let me know

  • Still trying to extract an email list from my contacts.  Any ideas?

    I am trying to extract a list of email addresses from my business conatcts.  I can't seem to get a list without dragging all of the emails to a new group.  Help!

    Barney,
    I have four groups.
    I just typed the name of one of those groups in the To field on the iPhone's email, and received:
    Invalid Address
    "<group name>" does not appear to be a valid email address.  Do you want to send it anyway?
    I clicked continue and it remains in my outbox.
    Help is appreciated.
    Thanks,
    Michael

  • How do I copy a group email list from an incoming email

    I am on a group email list someone else created. Can I steal it to make my own group list of the same recipients?

    I thought that was how I did it before ( a year ago ) but the group is created in my Email software but the group won't synch to my phone?! However it will synch randomly - i.e. singular new emails synch from my phone to my computer, but I am not noticing the computer transferring data to my phone...same with calendar...hmmm, maybe that's the problem - issue synching anything entered into my computer first...anyone hear of this? It seems that this started about a month ago, I had to restore my phone and it would not restore with the most recent backup, so I had to go back a couple of back ups... since it has been glitchy! HELP!

  • How do I my email list from my old computer. I am using my personal email that I have had for 15 yrs

    Need to import my email address list from my computer to this new unit. HELP
    Never used Thunderbird previously, my old computer email is Outlook Express

    Outlook express stores the address book in a windows address book file. These have a WAB file extension. Locate the address .wab file on your old computer and put it on a USB disk to transfer to you new computer.
    In the new computer type "contacts" without quotes into the search box on the start menu and press enter.
    In The windows contact pane that appearsselect import from the top row and follow the prompts to load your wab file.
    Then make a couple of changes to Thunderbird as I discuss here http://thunderbirdtweaks.blogspot.com.au/2013/12/windows-contacts.html to have the windows contacts appear in Thunderbird.

  • PDF Report generation and email it from a DB trigger

    Dear all
    Is it possible to run a report in PDF format ad email it to some clients after a specific envent through Database Trigger. For example whenever a client makes an entry into order entry table (through entry form), a trigger should execute on Orders table, this trigger should execute or generate a PDF formatted report and finally mail it to Sales team?
    I'm using Oracle Database 10g. Rel.2 on Windows-XP.

    kamranpathan wrote:
    Is it possible to run a report in PDF format ad email it to some clients after a specific envent through Database Trigger. No. Not the way you imagine.
    A trigger is fired when? During the transaction. The transaction still is not committed and can be rolled back. So if you start doing notifications and what not in the trigger, and the transaction is rolled back, then that transaction never happened. But your notification code did. And the users have been informed incorrectly - about something that did not happen.
    The same trigger can also be fired in the same transaction for the same row - more than once. This can happen in specific circumstances in Oracle, where basically Oracle itself does an undo of the transaction (trigger already fired) and then redo that transaction (trigger fire again).
    So in such a case, your trigger will generate two notifications from the same trigger for the same event. Inside a transaction that still could be rolled back by the session owner.
    The correct approach is not to perform the action in the trigger. It is to queue the action to be executed when the transaction is committed.
    For example, the trigger is on the PRODUCTS table. When a new product is added, a notification needs to be send to customers that have selected to be informed of new product releases.
    The first step is to write a package that performs this notification. The procedure that drives the notification processing, gets a product identifier as input and does the checks and notification.
    After this package has been tested, it is implemented indirectly via a trigger on the PRODUCTS table. Instead of the trigger directly calling this package, the trigger needs to queue an action that will execute the notification package when the transaction is committed.
    This can be done using DBMS_JOB. In the trigger, a job is submitted to execute that notification package for the current product ID. The job submission is part of the existing transaction. If the transaction is rolled back, so is the job and it is removed from the job queue. If the transaction is committed, the job is also committed to the job queue and executed.

Maybe you are looking for

  • How to get value from list item

    Hi all, How to get value from list item? I have a problem with the List Item object in the Oracle forms. How can I retrieve the selected item from a list ? I didn't find any function like 'list.GET_ SELECTED_ITEM()'... thanks Bala

  • NEF files only show as thumbnail size in preview window

    I am using PSE 8 with Bridge CS4 and camera RAW 5.5 on MAC OS X 10.5.8 I recently upgraded from a D80 to a D300s. when i import  RAW files into bridge from the 300s they only show up as thumbnail size in the preview window. It was fine with the D80 a

  • Binary Data Type in finder methods for CMP beans

    How to write an equivalent ejb-ql query in ejb-jar.xml for a finder method accepting a byte array as a parameter. The finder method is for a cmp-field mapped to a database field with binary data type

  • What would cause my autofill to stop working?

    I have an iPad 2 with wi-fi and 3G.  I also have an iPad 1 with just wi-fi.  Both iPads are 64 GB. I am the sole user and both iPads were brand new when I received them. Can someone please help me? I have broken both my hands in the past and I am sur

  • BAPI_CONVERSION_EXT2INT1 sampel

    Hello, I am working on a project to connect from an external system to a SAP system using JCO. In some cases it is mandantory to convert external data to sap internal e.g. costcenter.  At the BAPI Explorer i´ve found the BAPI "BAPI_CONVERSION_EXT2INT