a single button for export

Hello

Using obiee 11g.would like to know one thing, is it possible to have an export button for a single page and then when we do an export all reports in this page gets exported?

I have some 25 reports in a page and its similar each time that all users they need all 25 reports to each time then export one by one, they are having difficulty.
If no work around for this will be very useful

Thank you

Reference http://123obi.com/2011/05/obiee-11g-configure-oracle-bi-scheduler-e-mail-settings/
http://obieemanu.blogspot.com/2011/06/OBIEE-11g-configure-Oracle-BI-Scheduler.html

Tags: Business Intelligence

Similar Questions

  • Can we apply a createInsert single button for the two master form, details of Table?

    Mr President.

    Can we apply a createInsert single button for the two master form, details of Table?

    I want to just click a button and fields are available in form-Master and details-table.

    As below

    vfdt.png

    Concerning

    Mr President.

    My worm jdev is 12 c

    And I can do your job for you.

    His code

    For any organization that wants to do this job

     public void createVoucherAndVDetailsRow(){
                VoucherViewImpl voucherVO=this.getVoucherView1();
                VoucherViewRowImpl row=(VoucherViewRowImpl)voucherVO.createRow();
                voucherVO.insertRow(row);
                RowIterator iterator= row.getVoucherdetView();
                String voucherNumber=row.getVoucherId();
                NameValuePairs nvps=new NameValuePairs();
                nvps.setAttribute("VoucherId", voucherNumber);
                VoucherdetViewRowImpl voucherdetRow=(VoucherdetViewRowImpl)iterator.createAndInitRow(nvps);
                iterator.insertRow(voucherdetRow);
                }
    

    Concerning

  • A single button for more than one task?

    I have search the forum but vacuum came on it.  So, if it has been discussed, I apologize in advance!

    I have a form with auto numbering as a way to keep track of individual requests.  My shape is on a network drive.  I would add a single button that does the following: SAVE the file of the application number/PRINT the application to the person assigned to printer automatically / OPEN an email that uses the demand for the subject heading number and adapts electronic mail form, clicking 1 button on the form. Is this possible with a script? or what I need to do the individual buttons?

    Any input you would know that my plant manager is everywhere on me to get there!

    Thank you

    Brian

    All this can be done with a single button using JavaScript. Here are some tips:

    1. for more information on the savings, see: https://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript

    2. printing is easy using the JavaScript doc.print method. More information is in the Acrobat JavaScript reference, which is included in the kit SDK Acrobat: Acrobat SDK Documentation DC | Adobe Developer Connection

    3. you can start an email in various ways as shown here: https://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address

    The doc.mailDoc method will be probably the most flexible for what you do.

  • Single button for play symbol...?

    I have a symbol "NA". It is an animated map that is moving upward, and then again in place when closed. I added a button on the main stage to play this symbol with the following code to the event "click":

    sym.getSymbol("NA").play ();

    What Miss me? Something, because it doesn't work for some reason any.

    Simple button for a simple mind?

    Any help would be appreciated.

    No problem, glad it worked! You can mark my answer "correct"?

  • A single button for his start & stop Flash AS3

    Hello

    I'm trying to create a sound button to play a sound, and then stop when you click New.


    I thought it would be easy because there is a snippet of code for "click to play/stop sound.

    I have my sound file in my library.

    The following code does not work:

    Directions for use:
    1. replace "http://www.helpexamples.com/flash/sound/song1.mp3"below with the URL address of your audio file that you want. " Keep the quotation marks ("").
    */

    CYOA2bttn.addEventListener (MouseEvent.CLICK, fl_ClickToPlayStopSound_11);

    var fl_SC_11:SoundChannel;

    This variable keeps track of whether you want to start or stop the sound
    var fl_ToPlay_11:Boolean = true;

    Proxy-Connection: keep-alive Cache-Control: max - age = 0 Cp > function fl_ClickToPlayStopSound_11(evt:MouseEvent):void
    {
    If (fl_ToPlay_11)
    {
    var s:Sound = new Sound (new URLRequest("CYOA2.wav"));
    fl_SC_11 = s.play ();
    }
    on the other
    {
    fl_SC_11.stop ();
    }
    fl_ToPlay_11 =! fl_ToPlay_11;
    }


    CYOA2bttn is my button and CYOA2.wav is my audio file.

    The error that appears when I try to test the Flash file is:

    Error #2044: Unmanaged by the IOErrorEvent:. Text = Error #2032: error flow.
    at CYOA_fla::MainTimeline/fl_ClickToPlayStopSound_11()

    ALL OF THE SUGGESTIONS!

    Help please

    Hello

    If the mp3 is in your library (in your fla) then the code is slightly different...

    First, right click on the sound in the library and select Properties. Then check "Export for ActionScript" and enter a name in the 'class' (for example: mySound).

    Then change your code:

    replace:

    var s:Sound = new Sound (new URLRequest("CYOA2.wav"));

    with:

    var s:Sound = new mySound();

    (replace 'mySound' with someone ' u came to the 'class' above.)

  • can perform us two actions with a single button in two clicks, one after the other?

    Mr President.

    can perform us two actions with a single button in two clicks, one after the other?

    I want that when I click on the button Add once it add data to the database and when I click again on this button it clears the form data to the empty fields.

    Concerning

    Tanvir

    In the code, it should be easy.

    The following code adds that a button called butman with text 'ADD '.
    It then registers a listener that will be called if the user clicks the button.

    This listener then calls the runAddData method if you clicked butman while it contained the text of "ADD" and it calls the runClearData method otherwise.
    That's why he will swap the functionality of the button between ADD and CLEAR on each click.

    final Button butman = new Button("ADD");
    butman.setOnAction(new EventHandler() {
              @Override
              public void handle(ActionEvent t) {
                        if (butman.getText().equals("ADD")) {
                                  butman.setText("CLEAR");
                                  runAddData();
                        } else {
                                  butman.setText("ADD");
                                  runClearData();
                        } // END IF-THEN
              }});
    

    I hope that's what you wanted.

    Further reflection.
    You might want to run the ADD and CLEAR methods in their own son so that it can run in the background without slowing down your user interface.

    I also reuse rather a single button for several features instead of to apply with hundreds of nodes used only rarely with masses of code to show and hide as needed.

  • Only one Integrator for export csv to table and update the table?

    Hello
    I have a requirement where I need to create a single Integrator for export data in the CSV file into a custom oracle table and also use the same Integrator to download and update the custom table data. Is it possible to do this in a single Integrator.

    Thank you
    Kishore

    Yes you can do it.

    You must create a type of UPDATE metadata Integrator.

    First time:

    Custom table is empty.

    WEB ADI will download a blank Excel sheet. Copy the data from the CSV file and paste this Excel.Then download this file that will update the Integrator.

    A sample example is as follows:

    web_adi_pkg.main (param_1, param_2,... param_n)
    download_data;
    upload_data;

    Download data-> select query to download the data (select * from custom_table)
    Download the data-> insert into custom_table where NOT EXISTS (select 1 from custom_table where primary_key = primary_key_col_from_csv)
    update of custom_table where there are (select 1 from custom_table where primary_key = primary_key_col_from_csv)

    Please try above logic.

  • How to get out of edit mode tex with a single button?

    Hey,.

    Is there a way to escape from the editing of text with a single click or a button?

    Until now I always press CTRL + ENTER, then V and then I click outside the canvas so that the subsection is not highlighted. But it's a pain in the butt! Cant it be a single button for this?

    Thaks

    AO

    Something interesting, I just noticed: double click outside a text box can have different effects depending on the context.

    • With the selected pointer tool, double click on a text box allows you to edit the text. In this "quick editing" mode, double click outside the text box to go back to the pointer tool.
    • If the text tool has been manually selected, double click outside a text box will create a new text box.
  • How can I have two buttons for 'new tab' in version 4?

    In version 3.x, there is a removable button on the toolbar for 'new tab' plus a button '+' at the end of the address of the open tab I could click to create a new tab.
    In version 4, I can have the removable button, but I do not see how to add the button at the end of the address of the open tab. I can move the single button at the end of the address window, but I can't have two buttons.
    Is it still possible?

    You must drag the button new tab (+) of the tabs to another toolbar toolbar to make the second button to appear.

    "Firefox > Options > toolbars" or "view > toolbars > customize.

  • How to move or get rid of the green button in the upper left screen McAfee. Cause 1/2 inch of screen to be tied to a single button.

    Green button McAfee lie 1/2 line display available for a single button. A way to move or delete this button?

    This has happened

    Each time Firefox opened

    == Installation

    What extensions do you have? Check by going to tools | Add - ons | Control Panel extensions

    Uninstall the Extensions:

    Extensions:

    1. in the menu bar, select Tools

    2 modules

    3. Select the extension you want to uninstall.

    4. click on Uninstall . Once again when you are prompted

    You need to restart Firefox

    It may also be listed in the Panel. Add or remove programs

  • Multitask single-button

    Hi guys, I'm Kinni. I am correctly with my mission and I fight with my Labview project. Can I ask for help from you guys?
    The question is, I do a single button to perform different tasks. Simply put, the button must execute the task as below:
    One click = LED 1 = T LED 2 = F LED 3 = F

    Click new = 1 LED = F 2 3 = LED LED T = F

    Click new = 1 = F 2 3 = F = T LED LED LED

    Click new = 1 LED = LED 2 = 3 LED F = F T

    and so on...

    Also, this will get done.

  • Parallel parameter really reduce time for export?

    Hi all;

    I do realize too fast, if I use a parallel option when exporting.

    As we know, the DIRECT PATH is much faster than the ACCESS EXTERNAL path.

    With EXPDP reference documents.

    When taking export using the parallel option, data access method would be 'EXTERNAL TABLE'

    For large tables data pump always using external path rather than direct path.

    in above case, if the size of the table in popular Go with "n" number of partitions, I can use parallel when the export option?

    The version is 11.2.0.1 on RHEL

    Hello

    In this case, there are two types of parallel

    external table 1) using a parallel query - what is likely to be slower in many cases only a process series using the direct path - query in parallel or single worker process usnig

    (2) extract several tables "at the same time" and each made as direct path. -many workers all do another object at the same time

    Thus, for example, that if you say Parallels 4, it is possible to get 4 datapump work process, each of these processes can extract another table at the same time, each of these excerpts is in the direct path,.

    For most tables that's how it will work, if you use the query or you have some weird datatype or feature, then run the path may not be possible but in almost all cases of Parallels to export must be faster - because of the parallel unloading of objects.

    Parallel queries to a single table for the external table access is generally slower.

    Hope that makes sense...

    See you soon,.

    Rich

  • Need help for export to 1080 p 60 fps into 14 components (the video is silent)

    I just bought 14 items two days before, so I'm incredibly at this news. In which case it is important, I run 64 bit Windows 10.

    So, I create a 3D animation in MMD (MikuMikuDance), a program of 3D animation to be animated music videos.

    Following another problem with MMD, if I want to make the animation to superior qualities, I need to make it into pieces - if it's 1080 p 60 fps, then the pieces is executives from 1999. Once it restores a 2000th image without taking a break, the program crashes. For the same reasons, I can't use the audio in the original clip, so I need to add it separately.

    So, I use editing programs to combine these pieces and audio into a single file, I can then save on my hard drive and download on various websites. That's what my edit looks like so:

    Elements Timeline.png

    When I tried to export the file to MP4, I discovered that there is no integrated adjustment for export to 1080 p 60 fps; I could do 720 p 60 fps or 1080 p 30 fps, but 1080 p 60 fps was not an option. I decided to customize a setting for 1080 p 60 fps, but when I watched the videos, it was 1080 p 60 fps, but it is also completely silent, with no sound whatsoever. At first, I wondered if it was just a fluke and it made again. He was still silent. I restarted my computer, and left the computer alone while it has made, but he was still silent.

    A test, I used the setting for 1080 p 30 fps, and while it was not the quality I wanted, the audio worked well in this one. So, the problem - I guess - is with my fps setting custom 1080 p 60. If it works on an integrated framework, but not a customize one, then this is the only conclusion I can come to.

    Here is a series of screenshots showing my custom setting:

    Elements Export.png

    Because you can't see it all, the name of the preset is "MP4 - H264 1920 x 1080 p 60 fps 15Mbps Medium ' (I just changed pre-set at 60 fps 1080 p and reflects by changing the 30 in the title to 60; "I do not understand most of the title); and in case it is too small to see, the custom settings are:

    Resolution: 1920 x 1080

    Format: H.264

    Frame rate: 60

    Audio: MPEG, 160 kbps, 48 kHz, stereo

    Lasted: 3 minutes, 34.34 seconds

    Flow: 15 MB/s

    Now, here's the complete list of parameters for the screening:

    Elements Export Settings.png

    Elements Advanced Settings.png

    Elements Audio.png

    Elements Multiplexer.png

    So, which-if whatever this is-am I hurt? Should I change the bitrate or something?

    Try to set your audio Dolby Digital instead.

    But a lot depends on a lot.

    I don't have "everything about the specs of the MMD video that you use in your project, but which could also be a factor in this problem."

    And so couldn't your video settings, personalized 1920x1080p60 MP4, which can not be in the capacity of the program.

    And no matter what video player you play your MP4 on. Unless you use a good versatile player like VLC Media Player, you don't hear no audio from your video could be due more to the media player as the audio file itself.

  • Switch between two intelligent forms with a single button?

    Hello!  I work at 8 Captivate and try to use a single button to switch between two smartshapes.  I can't for the life of me figure out how to do it.  I know its possible to make it 'show' and 'hide', but is it possible to simply create a user click on a button and whenever we click on it, it comes and goes between two different smartshapes?

    Im trying to show the user the functionality on a piece of equipment when they press a button.  When they push the button, it comes and goes between two different read out on the screen.

    Thanks in advance!

    Have you looked at the blog post that I posted a link: I offer 4 scenarios.

    It can also easily be done, if you have a separate (shape) button to switch between two different objects:

    1. Create a user with a default value of 0 v_visib variable
    2. Create two objects and one of them is visible, the other invisible output ("eye" in the Properties Panel icon); I've tagged the ShapeOne and ShapeTwo, where ShapeOne is visible at the beginning
    3. Create this advanced conditional action (you can also turn it into a shared action):

    IF v_visib equals 0
    Hide ShapeOne
    See the ShapeTwo
    Toggle v_visib
    ON THE OTHER

    Hide ShapeTwo

    See the ShapeOne

    Toggle v_visib

    4 assign this action to the success of the button event

  • Two actions with a single button Oracle adf

    Hello
    Dear all,
    I want two action with a single button. Before posting, I studied this thread, but it seems that it cannot solve my problem two actions with a single button?
    It's my button and its action http://4.bp.blogspot.com/-tpP5wIW8JLI/T66zhLZgG0I/AAAAAAAAAPY/F1A-Ka8KGPY/s1600/req1.JPG
    getReqID button is actually a call to a procedure that returns a value to his class of action. The cb1_action function is...
    public String cb1_action() {}
    BindingContainer links = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("getReqID");
    Object result = operationBinding.execute ();
    int id = Integer.parseInt (result.toString ());
    System.out.println ("result =" + id);
    If (! operationBinding.getErrors () .isEmpty ()) {}
    Returns a null value.
    }
    Returns a null value.
    }
    It works very well. Don't know I want to, click this button, it also opens a page of .jsff. but I'm unable to open this page.
    Help, please
    Thank you
    Muhammad Nasir

    The first image you provided shows a small 'Attention' sign on the "request for quote-global-TF" which, I guess, gives you the sentence.
    This warning tells you that there is a problem with the task flow that you imported from the pot. Move the mouse over the warning sign a see what message you get from the frame on the error. If you don't get one, in 'source' view and look for red or orange squares in the gutter of the right hand. Scroll to the position of the red square and move the mouse over the underlined part red or orange of the code.

    Timo

Maybe you are looking for