Using results of a report as settings for another report to the Disco

I was wondering is it possible to use the results of a report as parameters to another. For example, a report that produces a list of let say number of employees. Can these employees number then injected into another report, it's settings, instead of manually select employees. I use discoverer 4.1.

Any help would be appreciated.

Thank you

Hello
Because you are using Desktop it may be possible. Office has a way to transmit the results of one column to a second worksheet.

Here is a simple workflow:
1. create the spreadsheet that will generate the list of employee numbers
2. create the worksheet (in the same workbook) that must use the list of numbers
3 create a new condition on the number of employees and in the drop-down list, select Create subquery
4. in the dialog box, select the worksheet, and the column that you want to use, and then click the OK button
5 test that it works

Discoverer 10 and 11 Oracle introduced what is called hyper exercises where a user can drill a pre-built map sheet to another pre-built, passing the values of parameter or the cell of the first sheet in the second as parameters. Both worksheets not even need to be in the same workbook.

However, even this feature can be used to transmit the entire result set, so because you use Desktop I think you'll be fine.

Furthermore, anyone reading what is using 10 g or 11 g the same feature exists in Desktop here too. The cool thing is that if you create a new workbook with a worksheet that uses a subquery in a different worksheet in the office 10g or 11g and then open the workbook in more or spectator the subquery will still work. The not so cool, is that you can only create and maintain these subqueries use of Google Desktop.

Best wishes
Michael

Tags: Business Intelligence

Similar Questions

  • How to transfer all the parameters concerning auser as outlook mail settings of another user in the same computer and OS (win 7)

    How to transfer all the parameters concerning auser as outlook mail settings of another user in the same computer and OS (win 7)

    How to transfer all the parameters concerning auser as outlook mail settings of another user in the same computer and OS (win 7)

    Easy Windows XP, not so easy under Windows 7. Have a look here:

    http://www.bluemoonpcrepair.com/WP/?p=39

  • Best settings for maximum quality with the smallest file size

    I am generation PDFs from Indesgin. The InDesign document is a 24 page book for children, so the color work consits flat horizons that are made in Illustrator.

    PDF files are approximately 13 MB. But if I'm running their thinking the optimizer based on CSSTidy in Acrobat I can get up to 9 MB without quality.

    The only problem is that automatically generate these PDF files per day 100 automatically (it's a custom to produce via HP Smartstream book), so I can't open them every time in Acrobat format (unless there is a way to send it to Acrobat automatically after creation).

    Is there a way I can reproduce the 'effects' Acrobat in InDesign settings panel when you create the PDF file?

    My work is in EPS. I tried saving as a TIFF and before you import it into InDesign. Although TIFF files / HAVE individal are smaller that the EPS, the PDF output is the same size (sometimes more).

    The only thing that reduces the size of the file within InDesign is passing the compression of images in color at 300 DPI to 150 dpi. But I find that if I go lower than that, the print quality suffers.

    I was looking for conversion of PDF command line tools and eventually discovered this:

    https://www.PDF-Tools.com/PDF/PDF-Optimization-reduce-size-1.aspx

    For me, it's much too expensive (US$ 570), but maybe it's a viable solution for you. He watched folder workflows, this is why it may be convenient for your application. You can download a demo and even test online (PDF file is watermark).

    I submitted a file to their online test page and was impressed with the results: original PDF 1.5 MB format produces a 925 file (an "optimized" ot the same sample PDF file Acrobat turned _bigger_ then the original). What makes it even more impressive: in the online test I deselected ALL downsampling image settings, to force the PDF optimized to keep the quality of the original image and the resolution. Then, in Acrobat, I exported the images at the same time the original PDF and the optimized and compare in Photoshop. They were not the same, but the difference is practically imperceptible. I suppose that applying the downsampling to the test will result in even smaller PDF files, but I did not test this.

    In any case... I have no affiliation with these guys, and I have neither the need nor the money to buy this product. I only share these thoughts because they can point you to other ways to find a solution. The above-mentioned application seems to be very effective. If you can afford it, I think it deserves a try. If this isn't the case, you can search the Web for plugins or other tools that can be adapted to you needs and budget. Acrobat/InDesign approaches are not the only way to go.

  • Use a layer as map alpha (mask) for another - how?

    Hi, I do not understand how to do this in Photoshop. In After Effects, which I use a lot, it's easy. For example, I have a layer with semi transparent, transparent opaque areas. I can then say AE to use this layer as a map of alpha channel for another layer. But how to do this in Photoshop? I understand how to use a layer mask and draw on the same layer to create spaces treansparent. But I want to use a layer of separante, or even a separate image.

    I use Photoshop CS 5.

    Ingvar

    Get the clipping mask.

  • error after using a servlet in ADF - unable to choose another line in the table

    Hello

    I print a button and when I select a row in a table call a servlet to download. After I open or save the document, I can't make another selection from the table or another action.
    The table has a row selection active.
    The servlet are part of a workflow.

    Here's the code for the sevlet and my version of jdev is 11.1.1.2.0

    SerializableAttribute public class DownloadServlet extends HttpServlet {}

    @Override
    Public Sub init (ServletConfig config) throws ServletException {}
    Super.init (config);
    }

    public void doGet (HttpServletRequest request,
    HttpServletResponse response) throws ServletException,.
    IOException {}


    String ID = null;
    Den String = null;

    InitialContext ic;
    try {}
    IC = new world;
    } catch (NamingException e) {}
    }
    DataSource ds = null;
    Connection Conn = null;
    PreparedStatement cStmt = null;
    ResultSet rset = null;
    Byte [] bdata = null;
    String rezult_null = "";
    id_fisier_lcl = request.getParameter ("id");
    den_fisier_lcl = request.getParameter ("fileName");



    rezult_null = ' <? XML version=\"1.0\" encoding =------"UTF - 8\ '? "> \n ' +.
    "a fost arhivat Fisierul < body > < / Body >";



    try {}
    IC = new world;
    DS = (DataSource) ic.lookup("jdbc/ConnDS");
    Conn = ds.getConnection ();
    cStmt = conn.prepareStatement ("commit");
    cStmt.execute ();
    Conn.Commit ();
    cStmt = conn.prepareStatement ("SELECT a.item FROM table a WHERE = a.id" + id);

    RSet = cStmt.executeQuery ();
    If (rset.next ()) {}
    clob = weblogic.jdbc.wrapper.Clob
    (weblogic.jdbc.wrapper.Clob) rset.getClob ('content');
    oracle.sql.CLOB oclob = (oracle.sql.CLOB) clob.getVendorObj ();

    bdata = new byte [(int) oclob.length ()];
    InputStream is = oclob.getAsciiStream ();
    is. Read (bdata);
    RSet.Close ();
    cStmt.close ();

    } else {}
    bdata = new byte [(int) rezult_null.length ()];
    bdata = rezult_null.getBytes ();
    RSet.Close ();
    cStmt.close ();

    }
    } catch (NamingException e) {}
    } catch (SQLException e) {}
    }

    String username_lcl = null;
    username_lcl =
    ADFContext.getCurrent () .getSecurityContext () .getUserName ();





    OutputStream outputStream = response.getOutputStream ();
    String mimetype = "";

    FacesContext facesContext = FacesContext.getCurrentInstance ();
    response.setContentType ((mimetype! = null)? mimetype: "application/x-download");
    response.setHeader ("Content-Disposition", "attachment; filename =------"' + den_fisier_lcl + '. '" xml\' ");

    try {}
    outputStream.write (bdata);
    outputStream.flush ();
    outputStream.close ();
    }
    catch (Exception e) {}
    e.printStackTrace ();
    FacesMessage msg =
    new FacesMessage (FacesMessage.SEVERITY_ERROR, e.getMessage (),)
    "");
    facesContext.addMessage (null, msg);

    }

    }


    }

    How can I solve this problem?

    Thank you.

    Hello

    have you seen this?

    http://download.Oracle.com/docs/CD/E21764_01/apirefs.1111/e12419/tagdoc/af_fileDownloadActionListener.html

    If you want to continue with your approach, then a way out of your problem might be to add an af:clientListener on the command button. The JavaScript function would be

    function onDownload(evt){
    
      evt.noResponseExpected();
    
    }
    

    Frank

  • Display the results in a report on the APEX of two datepicker page elements

    Hi all

    I'm trying to get some data to display in a report by choosing between two dates. These two dates, I select by datepickers, then a button is pressed to submit and the report to appear.

    I made the conditional statement on the button, the button submit as "searchdates", then a branch that is conditional (when the button is pressed, the application is set to "searchdates") and the branch is: 'On Submit - after treatment.

    the query behind the report is:
    select * from desk_allocation
    where (DESK_ALLOCATION.DATE_FREE >= TO_CHAR((:P5_DATE_FROM), 'DD-MON-YY') 
          AND DESK_ALLOCATION.DATE_FREE < TO_CHAR((:P5_DATE_TO), 'DD-MON-YY') 
          AND :P5_DATE_TO IS NOT NULL AND :P5_DATE_FROM IS NOT NULL)
    AND DESK_ALLOCATION.ALLOCATED like 'No'
    and the sample data that I use to test:
    DESK_NO   DATE_FREE     ALLOCATED     ALLOCATED_TO 
    66         20-AUG-10       No             -  
    75         19-AUG-10       Yes            Superman  
    60         16-AUG-10       Yes            Spiderman 
    When I run the page, it is said no data displayed.

    Someone at - it ideas?

    Using APEX v3.2

    Thanks in advance :)

    I tried with your data with this query, remove the additional supports, SQLDeveloper. There is no record for 'No', then the data found was the correct result. Changed to 'Yes' and got results.

    select * from desk_allocation
    where DESK_ALLOCATION.DATE_FREE >= TO_DATE('10-AUG-10', 'DD-MON-RR')
          AND DESK_ALLOCATION.DATE_FREE < TO_DATE('20-AUG-10', 'DD-MON-RR')
         -- AND :P5_DATE_TO IS NOT NULL AND :P5_DATE_FROM IS NOT NULL)
    AND DESK_ALLOCATION.ALLOCATED = 'Yes'
    

    Kind regards

  • Settings for automatic coloring of the information of the film selected in iTunes?

    Before the 12.5.1 updated, iTunes displays the film selected using an algorithm to color text information and text background to complement the art of the poster for the film, and I was wondering if there was a way to get this behavior after the "update".

    It is based in preferences, or maybe a terminal hack?

    I'm a graphic designer in the way and was always amazed at how good the algorithm was. There not sometimes to some album covers, but usually it really improved the browsing experience for me.

    I totally agree and would like to know if there is a way to edit the preferences to get this feature. I'm a designer too and I think the new UX is awkward and annoying. I know it's supposed to be more "readable", but the color more old coordinated circles have a much nicer visual environment that really added to the listening experience. It was the main reason that I went from Apple's music Spotify.

  • I have 4 email accounts in Windows live mail. In one, I can't send emails. All of my settings for all accounts are the same.

    I have 4 email accounts set up with my Windows Live mail for Windows 7. All account settings are the same, but I'm unable to send an email with an account.

    Hello

    It seems that there is a configuration issue with the Windows Live Mail account. Given that only, you experience this problem with a specific account, we suggest that you remove and reconfigure the account on Windows Live Mail. To remove and add account on Windows Live Mail, please see this link.

    Let us know how it goes

  • The use of MDT to prevent Windows 7 for assigning driveletters to the card reader

    Hello

    Using MDT 2012 Windows assign driveletters to the accumulation in the card reader. I don't want Windows to assign the driveletters while no card is inserted. How can I make as possible using the registry?

    You should post your question on the forums of the configuration and deployment for Windows 7 on TechNet:

    : http://social.technet.microsoft.com/Forums/en/category/w7itpro/

  • Acrobat DC what happened to my graphics digital signatures I can't add them as I used with Acrobat XI.  No option for me to choose the signature that I want to use.  Is it still possible today?  Otherwise I'll go back to XI

    Well, what can I say the box previous says don't ask question title.

    The title pretty much everything said.  I can't understand how to add digital signatures my graphics with reasons for signature and the date of stamping etc.  I can see where they are put in place, but can't seem to add :-(

    Marko

    OK try to use the tool of certificates instead of the signature tool that works very well.

  • Use a text/shape as one mask for another layer Layer

    Hello!

    I can't understand how I can use a text layer or a shape as a mask for the layer below.

    See the attached example and you'll know what I mean. (I created the example with simply by cutting the outline of the text in the white box).

    I need a text mask and I need to be editable as text. Don't know if this is possible, experienced with clipping masks, but I can't get it to work.

    Thank you!

    cutouttext.png

  • Duplexer C9058A-002 - looking for another model of the printer to use on

    Now that my OfficeJet J6450 is no longer operational, I was wondering if anyone knows of any other current models of printers all-in-one type that the duplexer C9058A-002 (which came with the J6450) could be used on. I tried it searching unsuccessfully since the duplexer apparently is not a part number HP currently conducted.

    Thank you

    Dee in FL

    Hi DeeinFL,

    I'm sorry to hear that your OfficeJet J6450 is no longer operational. I see that you are interested in using the duplexer your J6450 on a new HP product, unfortunately there is no product that would be able to use the duplexer but the printer so that it was made. That being said most HP printers made today come with a duplexer.

    If you go to www.hp.com/shopping and select the Printers on the far left hand side tab, you are able to filter your search. I checked duplex printing from the narrow features option and it brings 51 printers.

    I hope this is useful, if you have any questions please let me know.

    Thank you

  • Please let me know how to use Openstack kilo - do not have tabs for other components on the Horizon

    Anyone can please answer...

    Thanks in advance

    Please read double time and is entirely

    Did you modify /etc/openstack-dashboard/local_settings ? check if these lines exist or changed

    HORIZON_CONFIG = {  'dashboards': ('project', 'admin', 'settings',),

    Hope that above determination of the answer to your question,

    Please let me know still any questions

    Thanks,

  • Document pages block for another user has the file open

    Hello

    I'm using Pages 5.6.2

    In our society, we begin using pages for the edition of our records. We use a shared network of synology to quickly access our files. It's a DS-209 + II.

    Now, we had several issues where a user still had a file open and open another file.

    My question: is it possible to have pages or finder or what ever tells me that the file is open by another user?

    I think something like Microsoft Word has set up: "the document is locked for editing by another user.

    Please let me know if there is a way to have this feature in place or to have a sort of work around.

    Thank you very much!

    N ° not a feature of the Pages, or configurable one or the other. The work is to use Word only (a safer bet), or an edit shared management of the users of the document will be closing their documents Pages and exit Pages to release the locks on files - when they are done with the document.

  • my privacy setting is stuck on do not forget history, won't stay on using the custom settings for history, after I've selected and click ok

    When I go to tools, Options, privacy and "Use the custom settings for history" of the value and then click on OK it won't save. It remains on "Remember history", even if she never will save "remember history" as I tested it. It seems if be produced after these recent last Firefox update. Anyone know why I can not choose "Use the custom settings for history", as is the parameter I want to use?

    Why aren't satisfied with the history settings by default that you currently have?

    Any changes (for example, to disable the cookies third party or form not given memory or keep cookies until you close Firefox and make an exception for the cookies you want to keep) that you will cause "use... custom parameters. "to be selected if you really want to see.

Maybe you are looking for

  • script error

    script error? Try open http://happygift.uniqlo.com/app/m/ or http://happygift.uniqlo.com/app/ and choose "Tokyo" option button, it won't work. other browsers can do.

  • Cartucce compatabili

    Ho una stampante HP 3070 e desidero utilizzare cartucce compatabili. Al momento risposta della stampante dice: 'Cartucce per stampanti di vecchia' (Matthew italiano). I like sapere quali sono I change da parametri by airfare rassegnazione the compati

  • Microsoft calls impromptu people to tell them that they have a virus and will help to get rid of it?

    I just got a phone call telling me that he has been detected Microsoft that I had a virus on my computer.  Asked if I was sitting in front of my computer.  I said NO and that I did not believe that him and hung up.  Microsoft did such a thing?  I nev

  • Portable HP15: help with video

    What doI need to doto look at videos. All I get now is healthy with a green screen, how to fix this? Please notify.

  • BlackBerry Z30, an error occurred during the installation of the software

    Hi all, hope someone can help. I have a new Z30 which does not seem device for Outlook synchronization. When I remove/open email on the device, it does not have the same on my Outlook on the PC, but it does not vice versa (i.e. When I remove/open an