Two Reports One Region

I have two report regions.
I would like to place them on the page, side by side.
Is there a way to place two report regions inside one master region
Master
Report 1 Report 2
End of Master
Any help appreciated
Gus

The link given above
Align sub-regions side by side
also refers to
"I followed what Patrick suggested".
Does any body have a link to this ?
Gus
Edited by: Gus C on 11-Apr-2012 00:34

Similar Messages

  • Run two reports but generate one output

    I have developed two reports, one is a detail (portrait style) and another is a summary report (landscape). Now I need to provide an option that will run both the reports but display the output in one document (the document should contain both the detail and summary content).
    Ideal scenario would be to call the report one after another but capture the output in one file but I am not sure whether it's possible in Reports.
    Any help is highly appreciated. Thanks in advance.
    Sundar

    Hi DC,
    Thanks for your reply. I tried to figure out how to create a new section by looking at the document i have (building reports), it directs me to create a new report block and treat it as a new report. Is that what you meant? I tried to follow the report wizard but it's only displaying the summary total columns not the details (i know it's difficult to troubleshoot without viewing the report). I just want to make sure i am at the right place creating a new report section.
    Again thanks for your reply.
    Sundar

  • Two reports in one region

    Hi,
    I have region and I want to add two reports to this region, every report has diffrent query
    can I do this in Apex ??
    Thanks for all.
    Best Regards.
    Mohd.

    This can be done in several different ways:
    1. the way it was done in my demo application
    2. modifying region templates and making the regions to appear beside / below each other in order to look as one
    3. using HTP.p to create your own region / reports manually.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

  • Oracle Reports : one query - two reports?

    Help, please, Oracle Reports 10g.
    I have a query, need to make two reports in one. They are similar, just couple parameters are different, say, entreprise type and region;
    How do I display these two reports in one? I tried to make parameters as placeholders, package variables, put an trigger on outer frames for reports. parameters do change their values but just the same report displays twice. where is the trick?
    Thank you

    The way I have done this in the past was to create 2 master frames, 1 for each report and then put conditions on each frame as to when it is to appear. Hope this helps..

  • Multiple Reports In One Region - Question For Denes Kubicek

    Denes,
    I looked at what you've done on your demo app 31517, Page 152
    (http://htmldb.oracle.com/pls/otn/f?p=31517:152), in which you place several reports in the same region. It is nicely done and a great example of something I
    need to do at my work place.
    I have two questions.
    1) In your explanation link (takes me to your blog) you say you made changes to a copy of the Report Template and placed this copy into a copy of the Standard Page Template. However, I see that your reports are set to "No Template".
    I've probably missed something here, but don't know what.
    2) A more general question ... I'm intrigued in how you get tab item in, say, your Section 4 Tab Set (or any of the other Tab Sets) to "Stand Out" in bold letters
    when clicked on. How are you doing this?
    Thanks very much for your help. Yours is one of the great sites to learn from.
    Elie

    Apex v4. has parent and child regions (subregions) where child regions display inside the parent. If you make the child regions with no template, they will probably appear as if it's just two reports in one region.
    Problem is, they display one above the other, not side by side. But there's been a recent thread on working around this just in the past few days on this forum.

  • Display Two Report IN ONE

    hi Expert,
    how to display two report in one please help me .
    Regards,
    Hamad

    Hi,
    Refer the sample code:
    CLEAR w_event.
    w_event-name = slis_ev_top_of_page.
    w_event-form = 'TOP_OF_PAGE'.
    APPEND w_event TO i_events1.
    CLEAR w_event.
    w_event-name = slis_ev_top_of_page.
    w_event-form = 'XTOP_OF_PAGE'.
    APPEND w_event TO i_events2.
    DATA: lv_repid LIKE sy-repid.
    lv_repid = sy-repid.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'
    EXPORTING
    i_callback_program = lv_repid
    i_callback_user_command = 'USER_COMMAND'
    i_callback_pf_status_set = 'PF_STATUS'.
    *-- Vendor Schedule List
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
    it_fieldcat = i_field_cat1
    is_layout = w_lay_out1
    i_tabname = '<I_TABLE>'
    it_events = i_events1
    TABLES
    t_outtab =<b> <i_table>.</b>  Data for Report 1
    *-- Error Lsit display
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
    it_fieldcat = i_field_cat2
    is_layout = w_lay_out2
    i_tabname ='I_ERROR' 
    it_events = i_events2
    TABLES
    t_outtab = <b>i_error[].</b> -  Data for report 2
    w_print-reserve_lines = 2.
    w_print-no_print_listinfos = c_x.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'
    EXPORTING
    is_print = w_print.
    ENDFORM. " f0504_create_list
    *-- Top of Page
    FORM top_of_page.
      WRITE: sy-title.
    ENDFORM.
          FORM xtop_of_page                                             *
    FORM xtop_of_page.
      WRITE: 'Error Records'.
    ENDFORM.
    Reward points if this Helps.
    Manish

  • Run two report in one Excel sheet1 and sheet2

    Hi all;
    I want to have my one report in sheet1 and another one in sheet2 when I opened my excel sheet. How can I perform this two report in one excel sheet. I can copy the report and paste but then there would be no drill down or other functionality.
    thank. you.

    Hi Krishma,
    You can save this workbook to your PC and email it to your user. They need to open the workbook (with Bex running in Excel). When they click the refresh button they system will prompt them to log on (if they are already not logged in) and then the queries will be executed.
    Hope this helps...

  • Combining two reports with headings and body into one

    I currently have two seperate XML reports for Oracle projects. One report prints out all the Labor information. One prints out Expense information. The users want those two reports married into one. So if there was Labor data in the XML that would report would print first, break to a new page and Expense data in the XML the second report would print.
    I have that working. Now what I need to find out how is how not to print anything if, for example, the XML had no Labor data. The way I have it configured now, even if no Labor data it is still printing the headings for the Labor.
    Any suggestions?
    Thanks,
    Nancy

    Thanks Vetsrini,
    The report has parameters of project number and draft invoice number. The XML has always had both labor and expense on it.I orginally created 2 templates. One that only picked up labor and one that only picked up expense.
    Now they want to just run one report and if both labor and expense print both out on same report, but seperating them.
    BI Publisher 5.6.3
    27459.xml is an example of xml that has no labor on it. just expense. so would just want the expense to print but the labor headers are showing up.
    27267_Invoice1_Labor2.xml is an example of xml that has both labor and expense.
    I you can look at that would be great.
    How do I paste? Can I just email you?
    Thanks!

  • Refresh two report regions separately

    hi all,
    I have two report regions on a page. I can add a Button to sumbit the page upon clicking, which will refresh the two reports. Is there a way to refresh each report region on demand separately?
    Denis

    then its simple, create two dynamic actions for each button
    go for advance option on "click" event
    Selection type: button
    select the respective button (template of this button should have "#BUTTON_ID# substitution string")
    and in the action select "refresh" then in affected element select the respective region.
    Regards
    Ani

  • Two reports combined in one Go URL

    Hi All,
    Can I include two reports in one Go URL? If so, Can you please tell me the syntax?
    Thanks in advance.

    add those two reports into a dashboard page and use that page in dashboard URL.

  • MAP Component: Two District in one Region!

    Hi Experts,
    Good Day Greetings!!
    I'm working on maps (INDIA), there is a requirement from the user.
    In Dashboard i found INDIA map with Region, in my company, in one region i have different branch's.
    Lets say, Karnataka (region)----> Bangalore and Mangalore.
    Now I want to represent these two cities in Karnataka ( Region)..
    How can i achieve this ????
    Appreciate you help and suggestions..
    Thank You & Regards,
    Manoj

    Hi Manoj,
    Right now all charts functions based on the standard region provided by SAP. In this case i would request you to keep a push button or toggle button to display to your data based on your logic.
    below links can provide you some idea on this. Revert back for any clarification.
    India map in Dashboard

  • Multiple reports in one region

    Hi
    Ive got 2 views that i want to display in one region, as i have to pass in a value into a page item froma column link, is this possible or is there such a thing as a glbal item that can be incorporated into multiple regions.
    Marco

    Hi Marco,
    You can have as many reports in a region as you like. When you create a report just put it in the same region position - using the sequence numbering to put them in the order you want them to appear.
    However, I think what you really mean is that you want to specify one value for the page that can be used for both reports?
    If so, all you need to do is have a hidden page item at the TOP of the page and set this value with your column link. ALL your reports can then use this value as a filter.
    It is also possible to use Application Items - these are created through Shared Components and can be set/used anywhere
    Andy

  • Joining Two Reports in one Detail Section

    Post Author: NewITGuy
    CA Forum: Crystal Reports
    Hello I am working with Crystal Reports XI, I have two reports that I want to see it I could join together on one report. The closest example I can give is :
    Customer Order table is Linked to Purchase order Table- This report shows all items on order for the customer with expected delivery. These are two tables.
    Then
    Customer Quote table- This report just shows all quotes for items to be purchased in the future.This is one table.
    I would like to join these two reports to show our customers what is on order along with what is currently being quoted.
    Thanks in advance for your help!!

    Hi,
    Assuming you want to have two, or more, reports that look like a single report, then see: Re: Questions about reports
    Andy

  • How to combine two reports in obiee 10g(not union)

    Hi Everyone
    I have got a requirement where client is asking to combine two report to one
    Report A has columns
    "Region", "category" ,"in house " ,"sales" which can be shown by applying filters for current running year
    Report B
    Region,Category, Week5,week6, week7,week8 in this showing sales in individual week by using pivot view and limiting to four weeks
    with a week filter
    Now client req is to combine both reports into single one
    region, category,inhouse,sales,week5,week6,week7,week8 here the issue is inhouse and sales data has show yearly data and week 5,week6,week7,week8 has to show weekly data .And weeks columns has to get updated automatically .
    I am having a confusion in this will it possible to combine both reports, if possible pls help out how to do it
    Regards
    Sandeep
    Edited by: Sandeep on Jul 31, 2011 9:20 AM
    Edited by: Sandeep on Aug 1, 2011 1:43 AM

    First of all, proof read your post. Generally, grammatical and punctuation errors can be deciphered, but where words are critical to presenting your issue clearly, you must type those sentences correctly. Otherwise, it can be confusing and turn off someone who may want to help.
    "...which can be shown without and filters and want data for current year." What does this mean?
    "...And weeks columns have to update its week no based on that week." What does this mean?
    In an attempt to answer you question, do this:
    1) Base your query filters on the "current running year." This will satisfy the requirements for displaying data from the first report.
    2) Now add 4 "sales" columns (i.e., same column, but 4 instances of it). In each of these columns, click on the fx button, click on Filters, go to your Time dimension and select the appropriate week, and then click "OK." Now, each of these columns will hold the measure value for the particular week while the "sales" column will have the "running total" for the whole time period.
    Once you get the above to work, you can work on automating this by substituting a function in place of the hard-coded week number values.

  • Multiple forms in one region???

    Hello guys,
    I have created application with couple of pages, but now I have one critical issue with one page.
    In this page I have created multiple forms in one region by customize templated, that is working very much fine, but I unable to insert/update data into the DB table through this page.
    My sinceraio is something like that, I have couple of tables, where p_id is common in all of the tables, now this issue page I have created multiple(2) forms in one region where both the forms are built but two separated DB tables in one both of them has one column in common ie p_id, the value of p_id is processed from the previous page.
    I am aware of the apex limitation about one table for region and hence I created View from this two different tables and above that created INSTEAD OF trigger for insert and update purpose as through I can't, so.
    got the help from this below forum:-
    Report & form on Multiple table
    But still I am unable to get any sucess.... if somebody can help me out...????
    I have created same example on apex workspace... let me know if you need any credentials than...???
    Thanks
    regards,
    Kumar

    Hi again,
    I'm getting error as :-
    ORA-20508: Unable to perform insert operation. -22816 ORA-22816: unsupported feature with RETURNING clause
    Error Unable to process row of table RENAL_BIOPSY_SYMPTOMS.
    OK
    I have created view on 2 tables as :-
    CREATE OR REPLACE FORCE VIEW "RENAL_BIOPSY_SYMPTOMS" ("P_ID", "RENAL_BIOPSY_CONDUCTED_YN", "DT_CONDUCTED", "CONFIRMED_BY", "REPORTED_ON_BY", "INSTITUTION", "RESULT_TYPE", "COMMENTS", "HEMATURAI_YN", "HEMATURAI_DT", "MICROHEMATURIA_YN", "MICROHEMATURIA_DT", "PROTEINURIA_YN", "PROTEINURIA_DT", "HYPERTENSION_YN", "HYPERTENSION_DT") AS
    SELECT
    RB.P_ID,
    RB.RENAL_BIOPSY_CONDUCTED_YN,
    RB.DT_CONDUCTED,
    RB.CONFIRMED_BY,
    RB.REPORTED_ON_BY,
    RB.INSTITUTION,
    RB.RESULT_TYPE,
    RB.COMMENTS,
    SY.HEMATURAI_YN,
    SY.HEMATURAI_DT,
    SY.MICROHEMATURIA_YN,
    SY.MICROHEMATURIA_DT,
    SY.PROTEINURIA_YN,
    SY.PROTEINURIA_DT,
    SY.HYPERTENSION_YN,
    SY.HYPERTENSION_DT
    FROM
    RENAL_BIOPSY RB
    INNER JOIN
    SYMPTOMS SY
    ON
    RB.P_ID=SY.P_ID
    and created INSTEAD OF trigger on the above view as:-
    CREATE OR REPLACE TRIGGER "RENAL_BIOPSY_SYMPTOMS_TRIGGER"
    INSTEAD OF INSERT ON "RENAL_BIOPSY_SYMPTOMS"
    FOR EACH ROW
    BEGIN
    DECLARE
    PAT_ID NUMBER;
    BEGIN
    INSERT INTO RENAL_BIOPSY (RENAL_BIOPSY_CONDUCTED_YN, DT_CONDUCTED, CONFIRMED_BY, REPORTED_ON_BY, INSTITUTION, RESULT_TYPE, COMMENTS)
    VALUES (:NEW.RENAL_BIOPSY_CONDUCTED_YN, :NEW.DT_CONDUCTED, :NEW.CONFIRMED_BY, :NEW.REPORTED_ON_BY, :NEW.INSTITUTION, :NEW.RESULT_TYPE, :NEW.COMMENTS)
    RETURNING P_ID INTO PAT_ID;
    INSERT INTO SYMPTOMS (P_ID, HEMATURAI_YN, HEMATURAI_DT, MICROHEMATURIA_YN, MICROHEMATURIA_DT, PROTEINURIA_YN, PROTEINURIA_DT, HYPERTENSION_YN, HYPERTENSION_DT)
    VALUES (PAT_ID, :NEW.HEMATURAI_YN, :NEW.HEMATURAI_DT, :NEW.MICROHEMATURIA_YN, :NEW.MICROHEMATURIA_DT, :NEW.PROTEINURIA_YN, :NEW.PROTEINURIA_DT, :NEW.HYPERTENSION_YN, :NEW.HYPERTENSION_DT);
    END;
    END;
    ALTER TRIGGER "RENAL_BIOPSY_SYMPTOMS_TRIGGER" ENABLE
    My apex workspace is :-
    ws :- newapex
    us :- [email protected]
    ps :- kg
    and application as "BeforeDemo_Application" with page as 6(the ISSUE page).
    Any help guys..... appreciated..!!!!
    Regards,
    Kumar

Maybe you are looking for

  • File upload and download through web Dynpro2.0.9.

    Hai All,       File upload and download through web Dynpro "IWDResource" package is used.But in web Dynpro 2.0.9. this package is not possible.How to uplolad and download  files through web Dynpro2.0.9.       Anyone can help me? Thanks in Advance, Ki

  • Oracle 11g - Invoke JOB  on another server?

    Oracle 11g - Invoke JOB on another server? =========================== I hope this is the right forum for this issue, if not let me know, where to go. I posted on other forum, but I did not find resposnes there, so I am posting it here. We are using

  • ORA-00214

    Hello All, Could anyone please help me to get my control file back. While opening the database I am getting below error. SQL> startup ORACLE instance started. Total System Global Area  835104768 bytes Fixed Size               2217952 bytes Variable S

  • M2t files show wrong aspect ratio in Bridge CS5

    We're using Bridge CS5 version 4.02.1 running on a Vista 64bit machine.  Our m2t files appear in Bridge as a 4:3 aspect ratio, when they should show 16:9.  They import correctly into PProCS5.  Our MOV files show correctly in both Bridge & PPro.  Why

  • Pre Earpiece Not Working after 1.3.1 update (not headset related)

    Right after I updated to Web OS 1.3.1 my Earpiece stopped working, and this is not related to the headset issue that many people have had problems with.  While making calls I cannot hear anything unless I use speakerphone.  The phone is working fine