Delivering Report Results Via Email

Does anyone out there know of a method to extract information from a report being run through BOE and move it into the subject line of the email message delivering the report results.  We would like to move information items such as invoice numbers into the email subject line.  
If no such method exists, is there a third party product or add on to BOE that would allow this to happen?

Hi Giuseppe,
When you choose "Send by Email" as Output option in the Job properties screen, System will prompt you to specify the email address top which this report needs to be sent.
The possible way to achieve this is to create multiple reports specific to each BP and then creating individual jobs for each BP with output pointing to the BP email address. You cannot let the system autoselect the email address to which it is going to send the report.
Hope this helps.
Regards,
Hamsa

Similar Messages

  • Send report output via email as zipped attachment

    Is it possible for the report output to be zipped before being attached to an email when running on a windows reports_server? On unix we theoretically have the ability to modify the mail.sh shell script that performs the mail operation for reports.

    Hi Richard
    This is a Reports 9i solution.
    You may create a batch file that runs the report, compresses the file and invokes, say, a Java application that mails the given .zip file.
    More "advanced" options would be:
    You may create a pluggable destination that captures report output. Next, your code does the compresses the output file and mails it.
    A simpler solution would be to run two reports. First, that creates the reports output file. In its AFTER_REPORT trigger, call Java method (thru. Java Importer), that picks up the output file and compresses it. Second, that uses XML distribution feature of Reports 9i and mails the .zip file as a file attachment using appropriate construct.
    Regard
    Sripathy

  • XL report Job via Email

    Dear Friends,
    I would like to know if is possible to send a XL report to filtered by Business Partner to the specific Business partner email box.
    Giuseppe

    Hi Giuseppe,
    When you choose "Send by Email" as Output option in the Job properties screen, System will prompt you to specify the email address top which this report needs to be sent.
    The possible way to achieve this is to create multiple reports specific to each BP and then creating individual jobs for each BP with output pointing to the BP email address. You cannot let the system autoselect the email address to which it is going to send the report.
    Hope this helps.
    Regards,
    Hamsa

  • Captivate 3 send Quiz and Results via email

    I created a Quiz in Captivate 3. Upon completion of the quiz I would like to have all the questions which were answered and the results emailed to me in PDF (or word if possible). In Captivate 3 I can receive an email with the pass/fail completion scores etc. This is not enough information. I need to know which questionss were answered in order to get back to the person who took the quiz and give them further assistance. We have Adobe Connect Pro, but did not purchase the LMS. Can this be done without an LMS? Can this be done in Captivate 4?

    Short answer: no
    Longer: Search and read through these forums for all the issues surrounding email. Not only is it not terribly reliable but it's also not terribly customizable.
    You could possibly do what you need if you've got some Javascript folks there who can parse through the Captivate HTML/JS files and modify them to output interaction data to the email... To do that, I suspect you'd have to setup the lesson to work with SCORM, but then modify the resulting published HTML/JS files to redirect all SCORM API calls to some other functionality that would instead insert the desired information into an email.
    It may be better to just get an LMS. ;-)
    I think I've seen an article somewhere on Adobe's site, likely by Andrew Chemey, that discussed modifying the published files to send data to a standard database instead of an LMS...so maybe that would be an option, or that could be a base article for modifying the code to work with email. Worth a search of Adobe's site, I suspect.
    HTH!
    Erik

  • Help Needed!! - Sending Quiz Results Via Email

    Sorry guys if this is the wrong forum to post this topic in,
    I created a piece of e-learning with a simple quiz. I want a
    simple mail to be generated and sent to me once someone has either
    passed or failed this quiz,
    I think i'm doing everything right:
    Preferences - Quiz - Reporting - i select the email option,
    and enter my email address. This should mean that once a quiz is
    completed a .csv file should be sent to my email account.
    I then go on to publish the project as .swf file. It runs
    through fine, but no mail is generated and sent? Does anyone have
    any suggestions as to where i may be going wrong,
    Sorry if this was posted before, i've had a look around and
    couldnt see it?
    Thanks,
    Charlie

    This is a double-post. Probably a forum malfunction.
    Click
    here to read or reply to the original thread.

  • Bex Broadcasting:how to send BI report result to non BI users via abap prog

    Hi guru,
    We have 100 employees who must receive BI Report result by email via Bex broadcasting .
    We don't want to fill in the broadcast setting manually but via an abap program that will execute the boradcasting.
    Can you help me finding a program that can perform this task ?
    Thanks in adavnce

    Hi....
    You can use ABAP program RSRD_BORADCAST_STARTER with the variant value set to Broadcaster Technical Name.
    for more info : [Bex Broadcast creation user - best or common practice;
    Regards,
    Chintan

  • Sending results of Quiz via email

    We are playing with the email function here, sending the results of a quiz to an email address.
    This seems to work fine however we all have outlook email accounts assigned to our usernames here at the college.
    The problem or issue is:
    When this quiz goes live it will be used by people who will not have a username/email account, so when they click "Send Email", will it work? Basically, do you need to have an email account to be able to use this function and send the email?
    We tested it out by logging on as "admin" on the computer, going to the URL where the quiz is stored and sending the results via email....didn't work because there was no webmail profile associated with that user.
    Any help or advice would be greatly appreciated.

    Hi there,
    Unfortunately sending quiz results via email is plagued with difficulty, as described on our Frequently Encountered Issues page.Please refer to this for more details.
    Regards - Mark
    Visit the macrofireball blog

  • Report Distribution through Email (secure)

    Hi,
    I have tried emailing reports using SMTP and would kile to know if it is possible to do a secure email using Oracle Reports9iAS in-built 'report distribution via email' feature.
    If yes, how can this be done?
    Thanks,
    Bharat

    Bharat,
    I now get what you are exactly looking far ( I wasn't sure earlier)
    If you are looking for enxryting the mail content before sending, then you should go for a pluggbale mail destination. Tou could also explore oracleWireless destination wihc could be sued for mail destination. I beleive oracleWireless webservice mail destination supports encryption of mail body
    I was undarstanding that, you are probbaly don't want to have the receipients ids not exposed in the reports URL. This can be achived by reports bursting/distribution nand you can repeat on a goup which has a db column having mail ids
    Thanks
    The Oracle Reports Tea

  • Send report via email as xls file.

    Hello from Spain,
    Sorry if this is not the correct forum. It's both a forms and reports question, but I think it fits better in the reports forum. I have queried into the forums for similar questions and found some threads without any replies around this same issue. I wish I am lucky today.
    I have developed some web forms which generate pdf and txt reports. The latter ones make use of desformat=delimiteddata when calling the reports. They run fine. I have also developed one form which suscribes those reports to email addresses. To do so, I am setting those email addresses in the DESNAME reports parameter and setting DESTYPE parameter as MAIL. They arrive as an attachment with pdf or txt extensions.
    Now, I am required to deliver those reports as xls files. I have been reading that desformat=spreadsheet would allow me to do so (as well as formatting the reports and make them look "cuter" than by using just delimiteddata), but have been unable to do it so far. When setting desformat=spreadsheet, reports are sent via email as html attachments, and when they are opened they look awful. Is there any way I can do this? It shouldn't be a too big deal, but I feel completely unable.
    Thank you,
    Fernando G.

    Hi,
    Please check the following forum thread that may help --> Re: Generate report in Excel and send to user via email.
    Thanks, RZ

  • Can OBIEE deliver reports to email addresses of non-OBIEE users?

    We are considering using OBIEE, but one of our requirements is to be able to schedule and deliver basic reports (Excel or PDF perhaps) via email to a relatively large number of recipients.
    When I say "relatively large number" - what I mean is: more recipients than we want to buy licenses for. These recipients would not need or be allowed access to anything other than the scheduled report that we send to them on a weekly or monthly basis, so it makes no sense for us to buy licenses for them.
    But from what I can find so far, OBIEE only delivers reports to licensed users.
    Is there in fact some way to schedule and email reports to any (non-user) email address from within OBIEE?
    Or would I need a separate third party solution to accomplish this? (Any suggestions would be appreciated!)
    Thanks!

    If you store the ppl in a table (basically any datasource you attack with the rpd), you create a request pulling up all the targeted user, then in the "Recipients" tab of the iBot, you can choose
    "Determine recipients from conditional request"
    Then you specify the "Column Containing Recipients".
    Venakt wrote about it a while ago, as well: http://oraclebizint.wordpress.com/2007/12/28/oracle-bi-ee-101332-report-bursting-using-delivers-phase1-using-pipelined-functions/

  • Adding  prompts dynamically and then send the results to users via email

    Hi,
    We have to schedule the reports for auto delivery to users at a specific time period. Please, tell me the mechanism to schedule them and how to assign prompt values to them. Currently, the reports are run by users by selecting prompts from the dashboard. If we schedule them, we will have to add some of these prompts dynamically and then send the results to users via email.
    Thanks in advance!

    Hi,
    I haven't tested it myself...but may be the following steps can help you.
    Fill some session variables depending on the the name of the user who logs in (this can be done easily be creating different session variables and put some executing order in it)
    Then you use these session variables as default values for your prompts. So the report will be executed making use of this default values.
    And by scheduling your ibot..you can send it by mail.
    I don't know if it's this what you're looking for...probably you have to base your prompt values depending on the users that are selected in your ibot?
    Hope it can help y ou in some way or another...
    KR,
    A

  • PT61 - send Report Time Statement via email

    I have a question about Time Statement Report.
    Is there any change for send this report from PT61 to each person via email or is the only solution to create own report?
    Thank you,
    Mirko

    Hello Mirko;
    As far as I know there is no standard functionality for that.
    But you can read the results from cluster B2 and print it on smartform. And you can send this smartform via mail.
    Of course it will be a development and you will need assistance of an abaper.
    Regards,
    Okan

  • Bursting Reports via email with seperate email address for each page

    I have been reading "Oracle® Application Server Reports Services Publishing Reports to the Web" (most specifically chapter 15 Creating Advanced Distributions) trying to figure this out but still having difficulty getting my head around it.
    I am trying to email invoices when applicable. Here is the "perfect world scenario".
    Report is scheduled to run once a day.
    Any qualifying invoices are picked up in the run.
    If there is an email address associated with the record the invoice is sent via email. (email address would be included on report and variable)
    If no email address is associated, the invoice is printed.
    There could/would be several different invoices on a single run.
    Does this mean I have to write dynamically write a distribution.xml file for each run or can I pass the email address as a variable to the distribution.xml?
    (builder version 10.1.2.0.2)
    bump
    Edited by: sdortch on May 21, 2009 9:09 AM

    Hi !
    You're able to use Report-Variables (e.g. from a Group in the Data Model) in the distribution.xml-File to send email to different adresses.
    Just bear in mind that you also need to set the "repeat-on" Property of the relevant layout section and use a "foreach"-Loop in the distribution.xml.
    So, no, no "dynamic" building of xml-Files necessary (though we do it at times...).
    See also "Publishing Reports to the web" for a complete reference on "burst distribution" and the components of the distribution.xml
    I would, however, run the report twice, once for "all email-invoices" with email-distribution file, once for "all invoices w/o email-adress" with (probably) printer-distribution file, as "exception" handling inside a distribution.xml could be a bit awkward...
    Cheers,
    Jens Rettig

  • Send report Via Email in HTML format

    hi,
    i am using forms 6.0
    I want to send my report Via Email to an email address in HTML Farmat.i want to set destination property at run time retriving from database. (mean without giving any runtime parameter manually)Plz tell me how i can do that i am working in windows environment.
    Waiting 4 ur reply.
    Thanx in advance.
    Zahid Raj.

    Zahid,
    reports6i sends mails where the Report itself is attached as a file in the format you specified. The support for sending a report as part of the HTML mail body is provided in Reports9i.
    Frank

  • How to create an excel report and send it via email using a BPEL process ?

    Hi Experts,
    I have a requirement to develop a xl report based the data in the DB table. I will have to query the list of records entered / processed during previous day, generated the xl based report and send to users via email.
    I talked to one the experts, he asked me to use the following Adapter and BPEL activities to accomplish it.
                   DBAdapter --> {BPEL  process} --> Java Embedding --> Email Activity.
    Can someone please help me to pass the information retrieved by DBAdapter to Java Embedding and then to email import? I have created DBAdapter and Java Embedding. I don't know, how to retrieve the data read / sent by DBAdapter using Java Embedding. Also please help me to pass the xl attachment to Email Activity.
    Thanks for your help in advance!
    Thanks,
    Harisudhan Selvaraj

    I would suggest something like:
    DBAdapter --> Bpel Process --> File Adapter --> write file to location (you can write in csv which can be imported into xls)
    Read Location --> FileAdapter --> Bpel Process --> Email Activity
    Regards,
    Anshul

Maybe you are looking for