How to send a report using OBI EE provides users?

Hi guys,.

I have installation ibots on few reports. I get the report to my e-mail as an HTMl attachment after the report is run.

How can I send these reports to other users?

Thanks your help foy.

SK

Hello

You can give the list of recipients in the recipients tab

and, check this box:
http://gerardnico.com/wiki/dat/OBIEE/sasystem
http://oraclebizint.WordPress.com/2008/04/25/Oracle-BI-EE-101332-SA-system-subject-area-autoloading-profiles-and-bursting/
http://OBIEE-tips.blogspot.com/2010/02/SA-system-subject-area.html

Tags: Business Intelligence

Similar Questions

  • HP Laser Jet MFP M127fn Pro: How to send a fax using speed dial?

    I have a new HP Laser Jet MFP M127fn Pro: how to send a fax using speed dial, I entered already numbers in the address book.

    I'm embarrassed to say that I spent several hours trying to get the speed dial to work on a M127fn.  It turns out that there really no speed dial.  That's the conclusion of at least a HP tech that actually used the machine.  Another tech was able to describe a way to fax a phonebook entry, but it is quite too complicated to be called a speed dial.

    [1] press the button settings (key).

    [2] press the right arrow to access the phone book.

    [3] press OK button.

    [4] use the right or left buttons to reach the desired phone book entry.

    [5] press the OK button to reveal the label for the entry, or "empty" if it is not set.

    [6] press the OK button if the element is set to display the fax or dialing options.

    [7] press FAX to initiate a fax to this phone book entry.

    My users find it much easier to have their phone numbers pasted on the machine where they can connect looking them to instead scroll through menus, for the right option.

    It seems that there is some sort of disconnect between hardware, firmware, and technical writers on this machine, because this ancient feature has been neglected, and the user guide is left to sputter on the issue.

  • Sending pictures to option is grayed out. How to send the picture using Windows Photo Gallery?

    Original title: Gallery

    I would like to know how to send an image to a file open. When I choose "" send to "this option is"greyed out"."

    Do you use "Windows Photo Gallery" of Vista, or a third party library?  ' Send to ' is not normally associated with the images of the Windows Photo Gallery in Vista?

    Photos from the photo gallery Windows send to Flash memory
    http://social.answers.Microsoft.com/forums/en-us/vistapictures/thread/60055083-019c-44e0-b5d4-ba0640bd4522

  • How to create the report using the procedure.

    Hi all

    I want to create the report in the apex. But I don't have a sql code. I have a single procedure. Is it possible to create the report using this procedure in the apex.

    CREATE OR REPLACE PROCEDURE headcsv_prc2

    AS

    CURSOR cr_header

    IS

    SELECT ood.organization_code, fm.formula_no AS "FORMULA_NAME."

    FM.formula_vers AS "FORMULA_VERSION."

    FM.formula_desc1 AS "FORMULA_DESC."

    DECODE (fm.formula_status,

    100, 'new ',.

    400, "approved for use in the laboratory."

    700, "allow the general."

    800, "We Hold."

    900, "frozen."

    1000, "obsolete/archived.

    ) AS "FORMULA_STATUS."

    DECODE (fd.line_type, '1', msib.segment1).

    DECODE (fd.line_type, '-1', msib.segment1 ') ingrediant.

    DECODE (fd.line_type, '2', msib.segment1) AS "BY_PRODUCT."

    DECODE (by_product_type,

    "W', 'waste."

    "R',"rework. "

    "Y', 'Yield."

    The of ', 'Sample. "

    NULL VALUE

    ) AS "BY_PRODUCT_TYPE".

    Of org_organization_definitions ood,.

    fm_form_mst fm,

    fm_matl_dtl fd,

    mtl_system_items_b msib

    WHERE ood.organization_id = fm.owner_organization_id

    AND fm.owner_organization_id = msib.organization_id

    AND msib.organization_id = fd.organization_id

    AND fd.organization_id = ood.organization_id

    AND fm.formula_id = fd.formula_id

    AND msib.inventory_item_id = fd.inventory_item_id

    - and fm. FORMULA_NO like '% THE % '.

    AND fd.line_type IN ('1 ', ' 2', '-1' ")

    Ood.organization_code GROUP,

    FM.formula_no,

    FM.formula_vers,

    FM.formula_desc1,

    FM.formula_status,

    FD.line_type,

    MSIB. Segment1,

    by_product_type

    ORDER BY fm.formula_no, fm.formula_vers;

    BEGIN

    Dbms_output.put_line (INITCAP ('the ORGANIZATION CODE')

    || ','

    || INITCAP ('NAME FORMULA')

    || ','

    || INITCAP ('FORMULA VERSION')

    || ','

    || INITCAP ('FORMULA DESC')

    || ','

    || INITCAP ('FORMULA STATUS')

    || ','

    || INITCAP ('PRODUCT')

    || ','

    || INITCAP ('INGREDIANT")

    || ','

    || INITCAP ("PER PRODUCT")

    || ','

    || INITCAP ('PER TYPE OF PRODUCT")

    );

    FOR ch IN cr_header

    LOOP

    Dbms_output.put_line (ch.organization_code

    || ','

    || ch.formula_name

    || ','

    || ch.formula_version

    || ','

    || '"'

    || ch.formula_desc

    || '"'

    || ','

    || ch.formula_status

    || ','

    || ch. Product

    || ','

    || ch.ingrediant

    || ','

    || ch.by_product

    || ','

    || ch.by_product_type

    );

    END LOOP;

    EXCEPTION

    WHILE OTHERS

    THEN

    Dbms_output.put_line (' No error: ' |) SQLCODE. "Error Msg: ' '.

    || SQLERRM

    );

    END;

    EXEC HeadCSV_Prc2



    Thank you

    Rambeau

    Hi Christian,

    In addition to the fact that the Oracle database has an internal Java engine and it would be possible for Apex call a Java stored procedure, the Apex really has nothing to do with Java. To create a report, you discovered, you specify a SQL query. In certain circumstances, you can embed a query in a PL/SQL function, but the incorporation of an arbitrary Java application and waiting for it to be called from Apex for a kind of security is there with the fairies.

    I recommend you research the Apex and then enter your so-called "higher authorities" how things work.

    Concerning

    André

  • How to send e-mails using the RIM api.

    Hi all

    My requriement, it's that I need to develop an application to send e-mail using only the RIM api. Please help me by sending an email using the RIM api. I use version 4.7.0.41 JDE

    Through this Developer's Guide, Section, 'Integrate Messages'.

    http://NA.BlackBerry.com/eng/deliverables/608/BlackBerry_Application_Developer_Guide_Volume_2.PDF

  • How to create the report using pass-in parameters

    Hi all

    I want to create a report using the parameters passed from the previous page. Let's take an example:

    Now in page B, he got 2 parameters P1_Table, P1_column, from Page A, I want to get the report:

    Select * from P1_Table, where P1_column like 'test % ';

    This means that I want to get the date in the P1_Table table and its P1_column begins with the character 'test'.

    I tried to use dynamic sql in the source of the region, but failed.

    Please help me

    Thanks in advance.


    PPMonkey

    Published by: PPMonkey on January 4, 2009 12:53 AM

    Hello

    Ensure that the report is a "SQL (body of function from PL/SQL returning the SQL) query. Then, use a source of something like:

    DECLARE
     vSQL VARCHAR2(4000);
    BEGIN
     vSQL := 'SELECT * FROM ' || v('P1_TABLE') || ' WHERE ' || v('P1_COLUMN') || ' LIKE '''test%''';
     RETURN vSQL;
    END;
    

    Andy

  • How to send an email using the BlackBerry API.

    Hi all

    as topic, do you know if BlackBerry offers some API to send email?
    If yes what OS are supported? For example, OS 4.2 or higher?

    Will there be some indications on how to use this API?

    Have you actually looked for more information on making yourself?

    I suggest that you do and you can do before posting questions in general.

    I look at the developer's guide, search in this forum and the KB.  I think that you will find information that will help you to do what you want in all three places.

  • How to send the report of Oracle ACEs automatically by email

    Dear gurus,

    I would like to automatically generate an Oracle report and send an email. for this so I try using below command

    Server = C:\home\BIN\rwclient rep_servername_FRHome report=C:\reportpath\report.rdf userid=username/password@aliasname desformat = pdf destype = mail [email protected] Parameter1 parameter2 = parameter3 = parameter4 xxxx xxxxxx xxxxx = = xxxx

    But I am getting below error.

    REP-0177: error when running in the remote server

    Executed successfully, but there were a few errors when distributing the output.

    But if I tried to generate the output as a file on the local machine work very well and below comand generates report on the local desktop

    Server C:\home\BIN\rwclient = rep_servername_FRHome report=C:\reportpath\report.rdf userid=username/password@aliasname desformat = pdf DESTYPE = file DESNAME=C:\report\reportname.pdf Parameter1 parameter2 = parameter3 = parameter4 xxxx xxxxxx xxxxx = = xxxx

    My only problem is to use rwclient I cannot send emails

    Please help me on this.

    Kind regards

    Satish Kumar Sadhu

    Dear friends,

    I solved the problem by putting my server smtp on servicename.conf

  • How to send files TDMS using the TCP/IP protocol

    Hello

    I work with the cRIO-9025, cRIO-9118 chassis and module NI 9239.

    I did an acquisition (voltage) where data are in 1 d Wfm SGL. I saved these data using a PDM file, but now I want to send this file to another computer (in this case mine) because the file is stored in the target. I have implemented this example:

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/2842#0requirements

    The problem is that the tdms file is created but it has all the data. I have attached the image of the program. The program is in the other (not that I use to make Acq) to make it easy and then works when it works.

    * The file name of the client is not used because I had a conflict with the path.

    What I'm looking for, is to make an acquisition of 10 minutes every 30 minutes and then send this data to another computer (or other). I don't know if it's the best way, is perhaps better to send data at the same time as the acquisition is made, but my teacher told me that are easier if I send the file when acquiring ended. Acq, I use FPGA and RT.

     

    I would appreciate your help. Thank you!!


  • How to show the report use and history

    I need to view the information on the reports , my company has executed over the past 3 months.

    We will soon host updates
    and now is a good time to clean all the reports that we no longer use.

    I've used the System-> simultaneous administrator: program forms to map the report to concurrent programs files.
    But I do not know what reports we use actually.

    Thanks in advance for your support.

    Details of the message of pl of the EBS and OS versions.

    Reports, do you mean the simultaneous requests? Historic race is stored in FND_CONCURRENT_REQUESTS, assuming that the data has not been purged.

    If you use discoverer, use of report can be followed via statistics in the EUL

    HTH
    Srini

  • How to send when the access Internet (SES) provider does not provide an SMTP server?

    Help!

    I just changed provider, to find that my new provider does not have a server address to use for outgoing e-mail. I am currently using Windows Live Mail on Windows 7. I don't seem to have any kind of Outlook on my computer. I have the suite Office home/student who does not have Outlook in any form. I have my own e-mail address. Can anyone offer any help or advice on how I can begin to send e-mails. I can receive emails straight.

    [Original title: e-mail accounts.]

  • Send a report as an attachment by Email

    Hello
    I am a rookie at the Apex. I read a lot of wire based on the way to send an email from an Application.
    It seems to easy create the body of the email with a SELECT query. I use APEX_MAIL. SEND().

    I want to now if it is possible to send a report using the page as an attachment to an E-mail?

    Perhaps with something like create a CSV from the SELECTION of the shape, and then attach it to the Email?
    If someone has an idea?

    Thank you
    Fred

    Fred,
    To create a pdf file, you must either free print installed (FOP, Cocoon) engine or a pay to use the product (Bi Publisher, Pl/Pdf)... Anyway it's mor eon dba sys admins to install the product for use with apex...

    LOB is L arge B inary O object columns in a table. They allow you to store a file in the database table. You can build an excel like file in a process based on the query you want and then download the file into your database, then send, he...

    It might be easier access to the report through your app page. Why users are perhaps not able to access the pages?
    In doing so, you send users a link with the parameters in the url to run your report and then they can download an Excel file...

    Thank you

    Tony Miller
    Webster, TX

  • How to send the values in a column of "report" instead of a "part of the Page?

    Hello

    Here's my case: two pages A and B.
    A page is used to display each employee of a selected service.
    Page B is used to create / modify employees.

    I create a button page which redirects to page B.
    By default, page B is empty (from course to fill in the blanks to create a new employee).

    However, there are 2 values I want to send to page B (I want to fill in some blanks in advance): the service and the Manager ID ID (there is a Department Manager).
    -I managed with the service ID because it is a page element and in the "Action when click on the button" button I filled "Set these Items"-> agenda of Page B "with the values"-> about a Page A day.
    -I am confused with the ID of eating because it is not a page element, but a report column and there is nothing to do like I did for the service in the button ID to create.

    I'm a bit lost cause I don't know how transfer/send this value to the second page.

    Do you have any idea?

    Thanks again for your time!

    BR

    Ulrich

    "Cleared Cache to Page 4, when an employee existing is being changed."

    Where did you get that? >

    On page 3, region staff, the report Employee ID attribute

    See Empty the Cache under the link column

    Glad to have helped.

    Jeff

  • How to automatically send a report

    Hi buddies!

    I hope that someone would be able to solve my problem here.

    I create a report using the PSP online. (PL/SQL server pages)

    I created 2 tables 3 scripts insert that will extract the required information in the table and the report will continue to read from this table.

    Now, I need to somehow send this report, in any format, pdf, excel or to a certain e-mail address.

    How should I do this?

    I'm quite new to PSP.

    I hope someone could give me an advance.

    Thank you very much.

    See you soon!
    Benard

    Can you show the screenshort scripts and reports, so we can get an idea of clerarl.

    Malki

  • How doi send texts using the speech function without hitting the Send button?

    using the speech function in texting, how to send the text without actually pushing the Send button? When I say 'send' or 'send message' he just keeps typing

    "Hey, Siri, send a message to Bob. Siri will then ask you what you want text Bob. Once you stop dictating, Siri will ask then if you're ready to send the message. Say, "Yes." It's really very nice.

    If you are already in the message app and using speech-to-text, you must press the Send button.

Maybe you are looking for