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
------------------------------------------------------------------------------

Similar Messages

  • 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...

  • Two buttons on one region

    Hello,
    here my problem:
    I have a region(SQL_Report) called "Search". There I have a search-function. On this region I have two Buttons. One calleed Search and one called Reset.
    If I search after a word and click on the Search Button I get a result table -> that works.
    If I click on reset I want the result table to be cleared.
    How can I do this?
    Hope anybody can help me.
    Steffi

    Hi Scott,
    first my Code was like this:
    declare
    q varchar2(4000);
    begin
    q := 'SELECT NAME Name,VERANTWORTLICHER_TEAM Verantwortlicher,BETRIEBSSYSTEM Betriebssystem,WERKZEUG_SPRACHE Sprache FROM PROJEKTE';
    if :P1_SUCHEN is not null then
    if :P1_RADIOBUTTON = 'B' then
    q := q || ' WHERE UPPER(BETRIEBSSYSTEM) LIKE ''%' || UPPER(:P1_SUCHEN) || '%'' ';
    elsif :P1_RADIOBUTTON = 'V' then
    q := q || ' WHERE UPPER(VERANTWORTLICHER_TEAM) LIKE ''%' || UPPER(:P1_SUCHEN)|| '%'' ';
    else q := q || ' WHERE UPPER(WERKZEUG_SPRACHE) LIKE ''%' || UPPER(:P1_SUCHEN)|| '%'' ';
    end if;
    end if;
    return q;
    end;
    Here I search after specific criterias. This works. I click on the radio button "Betriebssystem(operating system)" and write "L" into my textfield. If I press the search button I got a result table with all datas about the project running with the operating system Linux.
    Now I want to press the reset button and want the table to be cleared. But I didn't get it yet.
    Hope you understand what I mean.

  • 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

  • Plant abroad - when use tax indicator? Two reporting countries one invoice

    Hi!
    My customers has its head office (company code) in Sweden. It has plants abroad and we have activated this function. Now the sellers in Sweden have been on business trip in both Sweden and in Australia (where we have plant abroad). They have used their master card and now the invoice from the bank has arrived and my customer wonders what tax indicators should be used when posting the invoice (with travel costs both in Sweden and Australia). My questions are:
    -Should we use only swedish tax indicators (rep. country Sweden) on all costs on the invoice, both from Sweden and from Australia? Or should I use different tax indicators, since the customer is VAT registered in both countries?
    -Does plant abroad only regards shipping material to and from the plant in Australia? Or can other costs that appears when having travelling costs within the country also be reprted with Australian tax indicators (reporting country Australia)? If it it so, how can I post an invoice with tax indicators with different reporting countries in one transaction in  fb60?
    Thank you very much in advance!
    Best Regards, Åsa

    Hello,
    Could you please tell me the solution for the same as I am having some similar situation.
    Thanks.

  • 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..

  • Two tabular reports on one page

    Hello,
    I've a page with master an two different detail regions.
    For both detail regions I need a tabular form.
    The first is no problem. Because the second one cannot be created automatically by ApEx I created the region with the buttons (other names) and the processes manually.
    When I press the button "add" in the second tabular report region the empty column is added to the first tabular report region. The same problem I have with the "Delete" button.
    Is there generally no possibility to place two tabular reports on one page?
    Thanks in advance
    Regards
    Ulrike

    I have a similar need, where I would like to display two reports within different regions on the same page. Both reports would be linked to a Form, such that the desired row could be edited. If the user clicks on a row within region A then it would go to one form for editing that row, and if the user clicks on a row within region B then it would go to a seperate Form for editing.
    I wondered if I could use two "Forms with Reports" and then create a third page that references these to pages through an I-Frame. Hopefully, when I clicked on a row within the I-FRAME everything would navigate to the proper form with the proper row. Is this feasible, or is there a better approach that I should consider?

  • Combine Two Crystal Report In One Report

    Hi
    I made a two crystal report in that two report i used subreport
    I want to combine this two report.
    that is i have to make multilevel crystal report.
    when i Combine this two report
    the subreport which is contain in that two report is not import.
    so how can i import this two reports in one.

    Hi,
    When you combine two reports, you can only have one subreport working directly. Then other subreport has to be recreated in the new report.
    Thanks,
    Gordon

  • Two half report in one A4 size.

    I have a report. the preview of that report is half of A4 size. so i want to show two reports in one A4 size.
    How to do this?
    Thanks and regards,
    Skud.

    You have to combine your two reports to one report, sharing the same layout.

  • 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.

  • How to merge two crystal reports into one in Delphi using TCrpe?

    I am absolutely new to Delphi and Crystal Reports. I figured that I can export a crystal report to pdf like this:
          crpe.Clear;
        crpe.ReportName := 'BasicInfo.rpt';
        crpe.ParamFields[0].CurrentValue := '0';
        crpe.Output := toExport;
        crpe.ExportOptions.Destination := toApplication;
        crpe.ExportOptions.FileName:='C:\CoverSheet.pdf';
        crpe.ExportOptions.FileType:=AdobeAcrobatPDF;
        crpe.Export;
    (Although this is working, please let me know if I am doing it wrong )
    My main problem here is: I have two .rpts "BasicInfo.rpt" and "Details.rpt" and I need to create one pdf out of them in Delphi.
    Is there any way to merge two .rpts and export it into one pdf in Delphi?

    You cannot merge two reports into one PDF - not in any CR SDK. There are 3rd party utilities that will let you do this, but no APIs for this in CR.
    BTW.; What version of CR are you using?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for

  • Problem in Creating new Essbase Connection in JDeveloper

    I have formatted my machine and installed new JDeveloper in my machine. I am trying to create New Essbase Connection in my JDeveloper..I am giving all the server details and I can able to test the connection and the connection test will be success. A

  • Syncing music from iphone

    I usually sync my phone to my work computer. If I sync with my home computer will I lose the music I recently purchased on my phone? It should just transfer the new songs to the itunes library on my home computer right?

  • Physical Inventory Count...

    Hello Gurus.  We are trying to perform our first Physical Inventory.  Our procedures our Installer provided, does not seem complete.....  We start by entering LX16, and selecting what storage type and range of bins we want to perform the search on. 

  • OIM11gR2 AD Connector SSL Configuration

    Hi, Can anyone provide me the steps to configure SSL between OIM - Connector Server - Active Directory ? We followed the steps provided in the AD Connector guide, but that does not seem to work. In the connector server logs, we see "SystemNotSupporte

  • Compteur TTL

    Bonjour, j'ai essayé de compter les fronts montants à partir de la broche ND_PFI_3 sur laquelle j'ai injecté un signal TTL, mais je ne sais pas comment spécifier sur quelle période je souhaite compter. Mon programme de comptage est le suivant : GPCTR