How to put links to the reports by e-mail?

We use ibots to schedule reports, then distribute them by e-mail.
Is there some way, we can send the links instead of reports.
The link that we see in the browser for a specific report should be sent by electronic mail instead of report.
Users should be able to click on the link and then provide the credentials to connect. Then only, they should be able to see the reports.
Can anyone suggest a way to do this.

Thank you
Swetha

OK, how about a total different approach?

You said that you needed your reports to run at a time specific (you gave the example of 09:00) with the data at that time. Links must be to the 'already-run' reports, not having only not reports to run when you click the links. Yes?

If so, then think about this. Use your iBots to run at the scheduled time and file reports on a file server. How? Read this:

http://oraclebizint.WordPress.com/2007/12/17/Oracle-BI-EE-101332-calling-Java-scripts-and-Java-classes-from-ibots/

Now you can use your email application to send regular emails (when reports are run) to have users access to reports on the server at a given time. You can create a javascript script for each different place depending on who needs to see that report. In this way, the when users connect to the site, they see only the reports that they are supposed to see.

Tags: Business Intelligence

Similar Questions

  • How to put bookmarks in the left side of the screen forever?

    I use every night, 64-bit laptop.
    How to put bookmarks in the left side of the screen for good to keep them here? I couldn't believe how you hide this option. Other browsers requires a simple click.
    THX

    To open or close the bookmarks bar, do one of the following:

    • CTRL + B
    • tap the ALT key, the Menu Bar temporarily displays, click on view > sidebar > bookmarks
    • Hold DOWN the ALT key while pressing the VEB keyboard letters

    If the bookmark sidebar is open when you exit Firefox (Firefox button > output OR file > exit), it should be there when you restart Firefox.

    Also see-> https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • How can I link to the top a game PS3 controller to my PC so I can play a game on it?

    Hello

    How can I link to the top a game PS3 controller to my PC so I can play a game on it? I recently bought Bioshock for PC and I can't get my PS3 DUALSHOCK controller to work.

    Thank you!

    You can not, not with a PS3 controller. Well, there is a way but you will need to run an emulation of sorts and it is not native, so you'll need to understand on your own. Otherwise the xbox controller is native with Win machines, then you want to try this for a plug and play solution.

  • How to put photos on the sd card and place it on a slide photo?

    * Original title: photo sharing

    How to put photos on the sd card and then place it on a photo slide7D

    Hello

    Please contact Microsoft Community.

    Insert the SD Card/Memory Stick in your reader of media and go... Start / computer.

    The drive should be recognized as one or more removable disks and
    each will have a drive letter.

    Example:
    Removable disk (e :))
    Removable drive (g)
    Removable disk (h :))

    Left-click each removable disk until you reveal the directory root of the SD.
    Card/Memory Stick.

    OK, now that you know the letter of player if you click right one selected
    Group of photos or an entire folder, you should be able to choose... Send to
    /
    Removable disk (? :))..) .This must copy the photos to the SD Card/Memory Stick.

    I hope this helps.

  • How to remove links on the same page?

    I have PDF documents with links to referenced sections (for example the text link "Article 2.2" points to the real page number of "article 2.2" "), but as the links are created from the cross references in the interpretation of the word to PDF, there are cases that the destination page number and the number of the page source of the links are identical (for example, text links"section 2.2 "on page 9 are created with the destination on page 9, which is the actual page the number of"Article 2.2"), I want to delete all these links, but I don't know how to get the landing page, I check the QAnywhere and finds that"PDLinkAnnotGetAction"may work, but I don't know how to use it, you could me check codes below and advise? Your help is really appreciated!

    PDPage page;

    ASInt32 i, of i2.

    AVDoc avDoc = AVAppGetActiveDoc();

    PDDoc pdDoc = AVDocGetPDDoc (avDoc);

    int pageNum = PDDocGetNumPages (pdDoc);

    for (i = pageNum - 1; i > = 0; i--)

    {

    page = PDDocAcquirePage (pdDoc, i);

    int annotNum = PDPageGetNumAnnots (page);

    for (i2 = annotNum - 1; i2 > = 0; i2-)

    {

    If...

    PDPageRemoveAnnot (i, i2);

    }

    }

    My product information:
    Acrobat Pro 8.1.6, Windows

    Start by reading the PDF standard (ISO 32000 - 1) to understand the Actions vs Destinations.

    Then for each annot, you'll want to see that she (and in the case of an Action, if it has more than one).  Next, you need to analyze the action or dest to see what it is and where it goes.  If you do not, you will delete it.

    From: Adobe Forums [email protected]<>[email protected]>

    Reply-To: "[email protected]<>[email protected]> ' [email protected]<>[email protected]>" "

    Date: Tuesday, October 25, 2011 09:25:32-0700

    To: Leonard Rosenthol [email protected]<>[email protected]>

    Topic: How to remove links to the same page?

    How to remove links on the same page?

    created byhttp://forums.adobe.com/people/OALDOALD > in Acrobat SDK - see the discussion complete onhttp://forums.adobe.com/message/3989576#3989576

  • the report server e-mail authentication to send emails usind mail dest

    Hi all.
    I need to configure the report server to send emails, my server requires authentication.
    How or where to put properties on the report 11g server only?

    I tried em weblogic console > report server > management > base Conf >
    user = base64_encoded key
    passwd = based64_encoded key

    also tried wit plain text data about the user and the password.

    have restarted several times to test, but I still can't send service.

    the form of error: http://192.168.1.200:8888 / reports/rwservlet/showjobs? Server = ReportsServer_FR_inst says:
    "Error".
    El informs to ha generated correctamente, pero the company has following destinos ha Fall. »

    I have:
    OS > Oracle Enterprise Linux 5.5
    WLS > wls 10.3.4
    EN > formulas reports 11.1.1.4

    Thank you very much.

    not really solved, using an authenticated mail server doesnot work for me.
    Thank you

  • How to send the link of the report?

    Hi all

    I have a region with a sql report. a column will be used as a link.

    I have a text element on the page that is empty at the beginning. P1_ID

    I have a branch that branches off to the same page.

    I have another region, with a sql query with on "select * from table where column1 =: P1_ID.

    whenever a user clicks on a link, I want to get the corresponding ID that records and place it on P1_ID and then submits the page that refreshes the second region and display records based on this id.

    How can I do this? I need to create javascript for this?

    Thank you
    Allen

    Hi Allen,.

    in your link column, you can specify not only which page should be called when you click on this link, but also which element of the page must be set to value.

    In your case, you must set the P1_ID to the value of your column in the report.

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at
    Training: http://www.click-click.at/apex-4-0-workshops

  • How to put (Link) certain data of the text block and layer 1 layer 2

    Hi guys...

    I have a block of text that contains 5 element xml, these items showing in the xml of my InDesign file structure,

    above the text, structure is in layer 1.

    I want to put (Link) a given in layer 2 xml element and xml structure shouldn't be change.

    This is the code...

    var doc = app.activeDocument;

    var OnlineLayer = doc.layers.add ({name: 'online'});

    var monnoeud = doc.xmlElements [0].xmlElements [2];

    I want to link myNode element with layer named 'Online'

    Is it Possible, if possible please tell me...

    Thank you...

    Hi guys,.

    It does not work correctly...

    var doc = app.activeDocument;

    var OnlineLayer = doc.layers.add ({name: 'online'});

    var monnoeud = doc.xmlElements [0] .xmlElements [2];

    myFrame var = doc.pages [1].textFrames.add (OnlineLayer);

    myFrame.geometricBounds = [3, 3, 13, -20];

    myNode.placeXML (myFrame);

    myFrame.fit (FitOptions.FRAME_TO_CONTENT);

  • Link in the report column

    Hello

    How can I create a column of link area of report (not an area of interactive report).

    Link column configuration section is not available for a report from the region.

    APEX version: 4.0.1.00.03

    Thank you.

    Dave,

    Do you not see a section labeled

    "Link in the column".

    When you drill down on a particular report column? I see this section of the Interactive reports and classic.

    -Joe

  • How to remove "Edit" for the report.

    Hi all...
    I've developed a master - detailed report with navigation concept.

    When the detail report opens in my dashboard, it has option change under him... that should be disabled for my users.
    How to disable this option.


    Please help me

    Thank you!

    Hello

    You should be able to change this through the report properties in your dashboard. Change your dashboard. Access report properties. Uncheck the edit in report links.

    Good luck

    Daan Bakboord
    http://obibb.WordPress.com

  • Link to the report that returns the user to the original browser window

    Greetings:

    I have a link in the browser that opens a new browser window B and run a report. In the present report in browser B, I have a column whose values have links. When the user clicks on the link, I want to redirect the browser to run a query that displays detailed information about their selection. Browser B would remain open.

    In the link in browser B, how can I redirect the browser to run this query?

    Any help would be appreciated.

    Thank you
    Stan

    P1_XYA is a text element on the page that is in the browser.

    the report of the browser request is

    Select col1, col2, col3 from myTable
    where col1 =: P1_XYA and: P1_XYA is not null

    Kind regards
    shijesh

  • Download the file from the link in the report

    I built a custom file upload/download capability that works very well. The UPLOADED_FILES table has 2 columns that are used to access the contents of the file - a sequence number of a related table entry and a varchar2 file type. I have a built procedure that downloads the contents of my table UPLOADED_FILES. Now, I would like to be able to display a link in my report which allows the user to download the appropriate file. I can't get the right format. I need to pass 2 variables to the procedure - a (p_file) is a column name in the report, while the other (v_type) is a static string value "SUMMARY."

    My procedure is:
    create or replace PROCEDURE download_my_file
      (p_file in number,
       v_type in varchar2) 
    AS
            v_mime  VARCHAR2(48);
            v_length  NUMBER;
            v_file_name VARCHAR2(2000);
            Lob_loc  BLOB;
    BEGIN
            SELECT UPLOAD_MIME_TYPE, upload_CONTENT, UPLOAD_NAME, DBMS_LOB.GETLENGTH(upload_content)
                    INTO v_mime,lob_loc,v_file_name,v_length
                    FROM uploaded_files
                    WHERE NOTIFICATION_SEQ_ID = p_file and
                          upload_type = v_type;
                                     owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
     
                            htp.p('Content-length: ' || v_length);
                     htp.p('Content-Disposition:  attachment; filename="'||replace(replace(substr(v_file_name,instr(v_file_name,'/')+1),chr(10),null),chr(13),null)|| '"');
                         
                    owa_util.http_header_close;
                 
                    wpg_docload.download_file( Lob_loc );
    end download_my_file;
    I tried
    javascript:popupURL("DOWNLOAD_MY_FILE?p_file=#NOTIFICATION_SEQ_ID#&v_type='SUMMARY'");
    and I tried
    <a href="#OWNER#.DOWNLOAD_MY_FILE?p_file=#NOTIFICATION_SEQ_ID#, v_type='SUMMARY' ">Download Summary</a>
    in the URL of the link in the column to the report item. Neither work. Can someone help me fix this please?

    Hello

    Sorry, it is just spotted 'in the URL field. You should put in the Expression of HTML and remove all the settings link. The & works ok in there.

    Andy

  • How to landscape Orientaion of the report?

    Hi all
    I want to set the property orientaion of main section in landscape mode, but when I put it, it gives me this error:
    REP-0801: layout canvas must be large enough to fit all layout objects

    There is another way to put this property by the layout, but it does not work!
    How to solve this problem?

    Thank U all

    Model layout-> header-> Orientation Section
    Model layout-main Section-> Orientation >
    -> Section layout model trailer-> Orientation

    Don forget to set the height and width of the page in each of these institutions.

    Also, if you run the report from Oracle Apps, you need to make sure that you have the correct style on your simultaneous program (i.e. landscape).

    Kurz

  • I have songs in a playlist, but they are not in my library how I put them in the library?

    I know how to move songs from the library to a playlist, but I'm on a playlist of songs that are not in my library and I want to remove them from the playlist, but when I do they have totally disappeared? Why? I thought that everything had to be in the library until he could be on a playlist?

    Hello

    1. don't you make changes to the computer until the problem occurred?

    I suggest you to see link below and check if it helps.

    Method 1: The link below will help you to add music to the media player library. You must know the location of the songs to be copied.

    Add items to the Windows Media Player library.

    http://Windows.Microsoft.com/en-us/Windows7/add-items-to-the-Windows-Media-Player-library

    Method 2: Troubleshooting to launch Windows Media Player library.

    http://Windows.Microsoft.com/en-us/Windows7/open-the-Windows-Media-Player-library-Troubleshooter

    Hope this information is useful.

  • How to put icons on the screen clickable muliple

    Hello

    I need to put several clickable icons on the screen and at the bottom of the icons I have to put the text

    describe the function of the icon...

    for this I think field Bitmap, but I can't seem to understand how to display text (describe the function of the icon) at the bottom of the icon...

    Hello

    You can try that too
    http://supportforums.BlackBerry.com/T5/Java-development/transparent-ToolTip-like-default-on-button-f...

    Kind regards
    pp

Maybe you are looking for