Interactive report with the subreport Details on the same page

Hi all

I am fairly new to APEX, sorry if my question is too obvious. I use Apex 4.0.2 on top of Oracle 11.2.

I have an interactive report that lists the contents of a table. Since there are a lot of columns in this table I would like the report to only show that some identifier columns and all of the currently selected folder is displayed using another report in a separate area on the same page.

The 'link' on the interactive report column is almost that, except that he jumps on another page; I would just like to have a subreport, updated with the data that is selected instead of a new page is displayed. Does anyone know how to do?

Thanks for your help,
Chris

Chris,

This looks like what I usually do in my referential data.

I use the wizard to create the "report."

I make sure that the two regions (the form and report) will be created on the same page number

so I check/change the order of regions (second report in the first place, form)

then I put in the form to display in the column 2

Kind regards
Richard

P.S., the report shows only enough columns to recognize records. the screen displays all records

Tags: Database

Similar Questions

  • Several interactive reports on the same page

    Is it possible to work around the limitation to 1 report Interactive by page? If so, how?

    It is possible to use accordions (a control of type Iframe on a page) to allow multiple interactive reports that can be DISPLAYED on a page, even if they exist on separate pages...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • How to have two Interactive reports on the same page.

    Hello
    I have a requirement where I need to have two interactive reports in a page where the user can select lines in the two reports by a line selector & send the page to the transformation.

    Please let me know is direct or workaround for this problem at the APEX 3.1.

    Thanks in advance.

    Hello

    Apex do not support having more than one IR on the page.
    See this post for circumvention of blob Roels
    http://roelhartman.blogspot.com/2009/03/two-interactive-reports-on-one-page.html

    Kind regards
    Jari

  • Several interactive reports on the same Page (re example of Jari)

    Hello-

    I'm [referring to the example of Jari | http://apex.oracle.com/pls/otn/f?p=41715:23]

    It is really great, but I have a few questions...

    I would like to solve these two first.

    1. my Developer toolbar (which is the name? for the links at the bottom of the page?) are winding up in the i-Frame of order details, rather than at the bottom of the actual page... no way to avoid this?

    2. the instructions in step 4 wrote:
    -Empty the Cache: 24, IRB (clears the cache of the IR on Page 24)

    I understand where and how set him clear the cache of page 24.
    I don't understand what is IRB.



    Thank you-
    Marion

    Marion

    Ok. I undid the changes I had made earlier.
    I now put the link in the column of the parent report as
    IR_WRAP_SALE_ID-#WRAP_SALE_ID #.

    and specified that the cache clean for the comprehensive report in page 2.

    CITY

  • How to do a partial update of a form and a report on the same page?

    Hi all

    Im trying to make a page where you have a report on the top, and when you click on the link instead go to the form page, the form on the page is on the bottom of the report. Let's say that im trying to send an id from the report to the item below so that I could go get the rest of the element. However when I pass, other elements would still refer to it as null.

    If I am not wrong it could be done with the quote, but I want it to be partial refresh...

    I tried the steps detailed here, but it didn't work when the lower part is an also a report:

    https://forums.Oracle.com/thread/2345863

    I also tried, but this actually submits a page...

    Base Oracle: Tutorial Apex - form & amp; Report shares the same page

    would it not possible to get a form and a report in a partial refresh page?

    Post edited by: T101_cyberdyne

    Hello

    Do you mean something like this:

    http://Apex.Oracle.com/pls/Apex/f?p=vincentdeelen:26:26

    If so, you must create a dynamic action with a javascript action to set the id of the report line in the form of code field and further action from pl/sql to retrieve the record based on the identification number. You can use this record to set the shape of other items in the field.

    For the example in the link above, the code is as follows.

    action of javascript:

    var empno = $(this.triggeringElement).find('td[headers="EMPNO"]').text)

    $s ('P26_EMPNO', empno)

    action of PL/SQL:

    declare

    cursor c_emp is

    Select * from EMP

    where empno =: p26_EMPNO;

    BEGIN

    for r_emp looping c_emp

    APEX_UTIL. SET_SESSION_STATE ('P26_ENAME', r_emp.ename);

    APEX_UTIL. SET_SESSION_STATE ('P26_JOB', r_emp.job);

    APEX_UTIL. SET_SESSION_STATE ('P26_MGR', r_emp.mgr);

    APEX_UTIL. SET_SESSION_STATE ('P26_HIREDATE', to_char (r_emp. HireDate, 'dd-mon-yyyy'));

    APEX_UTIL. SET_SESSION_STATE ('P26_SAL', r_emp. SAL);

    APEX_UTIL. SET_SESSION_STATE ('P26_COMM', r_emp.comm);

    APEX_UTIL. SET_SESSION_STATE ('P26_DEPTNO', r_emp. DEPTNO);

    APEX_UTIL. SET_SESSION_STATE ('P26_ORDNO', r_emp.ordno);

    end loop;

    END;

    Make sure you list the item id in the field "Page of Items to submit" and ALL your form elements in the field "Page of Items of return" as follows:

    http://www.vincentdeelen.com/images/OTN/plsql_action.PNG

    A screenshot of the configuration of dynamic action:

    http://www.vincentdeelen.com/images/OTN/dynamic_action.PNG

    Kind regards

    Vincent

  • Form and report on the same page...

    Hello

    I want to have a form and report on the same page... as soon as the user enters the information and send the form via the button then the report should be able to display adding...

    can I know how to do this...

    Thanks in advance

    Hello

    Its simple...

    01. firstly create a page with a region to allow the user to insert records.
    02. it's over then add another region and choose 'Report' and region type and generate a report to show the details of the table above

    Thank you

  • A report on the current record of another report on the same page of filtering

    Hello

    I have a report on the same page and form in an APEX application. The interactive report is used for sorting/filtering etc. and the form is used to present the data for one record at a time, but also to allow updates in the selected fields. This was done using the wizards, little 'edit' is click on the button to change the shape of the selected record.

    I also have (or want to have) a second non-interactive report on the page, which contains some records according to the record of the main report that is currently selected and appearing in the form.

    I tried to make a simple 'SELECT fields WHERE the link field is equal to the main report', but he doesn't always says no data found.

    Basically, I need to be able to have a query for the second report which says "SELECT those fields WHERE the site is equal to the site displayed in the form.

    A click on the button 'Edit' of small pencil/paper on a report, this set some ActiveRow or something like that I can use to filter the second report?

    As you can tell from this post, I'm in my childhood skills database and any literature/advice on how to do this (outside MS ACCESS...) would be appreciated.

    Hello

    What is your version of the Apex?
    You define a column as to be the link.

    Do you mean something like this?
    https://Apex.Oracle.com/pls/Apex/f?p=40323:71
    If you click on the deptno column, it refreshes DEPT report.

    Kind regards
    Jari

  • Interactive report with the hierarchy

    Hello

    In Apex Oracle 5.1, I tried to use an interactive report to view details of employee based on a hierarchy. I used the query to display data below:

    SELECT last_name, employe_id, manager_id, LEVEL

    Employees

    START WITH employee_id = 100

    CONNECT BY PRIOR employee_id = manager_id

    Brothers and SŒURS of ORDER BY last_name;

    The output was as below:

    LAST_NAME EMPLOYEE_ID MANAGER_ID LEVEL

    ------------------------- ----------- ---------- ----------

    King                                100                                                       1

    Cambrault                        148                                 100                 2

    Bates                              172                                 148                 3

    Bloom                             169                                  148                3

    Fox                                 170                                  148                3

    Kumar                             173                                  148                3

    Ozer                                168                                  148               3

    Smith                               171                                  148              3

    De Haan                           102                                   100             2

    Hunold                              103                                   102             3

    Austin                               105                                   103             4

    Ernst                                 104                                   103             4

    Lorentz                              107                                   103             4

    Pataballa                           106                                    103            4

    Errazuriz                           147                                   100              2

    Ande                                 166                                    147             3

    Banda                               167                                     147             3

    ...

    Now, I would like to display data based on the connection of employees.

    For example (based on above request): If an employee named - Cambrault is the login, only employees under him (Bates, Bloom, Fox, Kumar, Smith, Ozer) and its own contact information should appear in the report.

    Please advise.

    Kind regards

    mebu

    Mebu wrote:

    Please take a look on the underside of the employees table, employee_id here will be used as a unique identifier for each lines and names of the connection will be with these employe_id. single sign on Option will be used for login purposes.

    Really?

    SQL > SELECT last_name, employe_id, manager_id, LEVEL

    2 FROM employees

    3 START WITH employee_id = to_number(:app_user)

    4 CONNECT BY PRIOR employee_id = manager_id

    5 brothers and SŒURS of ORDER BY last_name;

    LAST_NAME EMPLOYEE_ID MANAGER_ID LEVEL

    ------------------------- ----------- ---------- ----------

    Cambrault 148 100 1

    Bates 172 148 2

    Flowers 2 148 169

    Fox                              170        148          2

    Kumar 173 148 2

    Ozer                             168        148          2

    Smith, 2 148 171

  • How can I contact the high-level support and have an interactive discussion with the SAME person?

    I tried to get a fix for a problem with my account and her affair with an old email address I want dissociated with my account.  I sent a very detailed and clear request to the service the customer and I get the same, I mean exactly, Word for Word response, which is not at all what I wonder.  In addition, I get these email responses and tells me that I can not reply to this message; I wonder to start a conversation.  Believe or not, when I started a conversation and pasted my explanation and asked that the representative has read my message, that person got sent back the same word-for-Word pre-formatted message.  At that time, I wrote a very detailed re-explanation of with the letters "BOLD" and everything, and the guy or the girl still he sends me a sentence canned.  In addition, it is called cat, but it takes 2 person 5 minutes to respond; they read very slowly or watch TV or something.  During the whole cat 30 min, this representative managed to never sending me a message that he or she actually typed. but the entire cat with all pre-formatted responses.  Are these real people or some sort of software experience HAVE?

    If this community of users is not monitored by Adobe personnel, then I know that this message cannot go anywhere that will help me.  But if anyone has a secret formula to get around the wall built the auto-bots on the front line and get to higher level support, I would appreciate a tip.

    Thank you

    Hello

    I sent you a message. Can you please check and answer?

    -Usman

  • Select the line of the classic report to pass the value to another classic report on the same page

    Hello

    First a few details about the environment - I use the image of the last download oracle VM developer days to oracle.com. This includes DB version 12.1.0.2 and version 4.2.5.00.08 Apex. For the question although I don't know the specifics of the versions that are relevant.

    What I want to do an apex page which includes an analytical section at the top, followed by a section of retail slot - a line is selected / highlighted at the top which causes the relevant lines in this summary line is displayed. Its screen basically a master-detail - however the source of these two sets of data is just a query - is not a table.

    The query at the top of the page is something like

    Select * summary

    and the section below is

    Select * from details where id = (the value of the id clicked in the summary above)

    This feels like it should be really easy (and indeed, it is for the tables through the apex of master-detail Wizard) - but I can't understand when the two sets of data are the result of queries.

    I can't seem to make reference to the elements of the page when it comes to a report and I think that I might need to go down a kind of dynamic route of actions and jquery, but I don't get very far very fast. I found some notes that seem similar, but nothing which does exactly what I want. The function APEX_APPLICATION to browse a table also doesn't seem to be possible for the output report that I could see (tags are not there) - what is relevant for the forms?

    I hope that I have explained that quite simply.

    Can anyone help?

    See you soon,.

    Rich

    You link column can be just a null value in the sql code, if you want. Change the column and head down to the link attributes.

    Text link: "Click me" (source of sql using #MY_COL columns or #)

    Target: URL

    URL: javascript: $s ('P1_ITEM', #ID);

    Then have onChange dynamic action on P1_ITEM which updates the State. Do not forget to present the value of session state (either property right under the sql or pl/sql prior to update action report). The database needs to know the value of browser before running the query.

  • Error update of two reports on the same page! Could you please have a look?

    Hey guys!

    I have the following situation:

    two updated reports on a single page with ID "DATE_REPORT" and "WORK_REPORT".
    two processes of pl/sql on submit after named 'SUBMIT_DATE' and 'SUBMIT_WORK' c...
    two buttons named 'SAVE_DATE' and 'SAVE_WORK '.
    Finally, the process of the insert and update are conditioned to a request = 1 where for the "DATE_REPORT" Expression, it is set to 'SAVE_DATE' and 'WORK_REPORT', it's logically on 'SAVE_WORK '. There is no condition extra button.

    My problem: I press any button, the table is accumulation in the columns of the first report and continues to add lines of the second report.

    For example: "DATE_REPORT" has 11 lines and "WORK_REPORT" has 9 lines. In debug mode, I see that the picture is piling using the 'DATE_REPORT' although 'SAVE_WORK' has been accepted as a demand. The same problem vice versa for the other update.
    ......column CNT_ARBEIT_CRIT_DATE mapped to WWV_Flow.g_f02
    ......column LNG_ARBEITSSCHRITT mapped to WWV_Flow.g_f03
    ......column STR_ARBEITSSCHRITT not mapped - not stateful.
    ......column DATE_GP_X_START mapped to WWV_Flow.g_f04
    ......column DATE_GP_X_END mapped to WWV_Flow.g_f05
    ......column DATE_R_X_START mapped to WWV_Flow.g_f06
    ......column DATE_R_X_END mapped to WWV_Flow.g_f07
    ......column LNG_GEBIET mapped to WWV_Flow.g_f08
    ......column CS not mapped - not stateful.
    ...array has 20 row(s). Used f08 to count.
    
    Validate report columns(ApexLib_TabForm.validateColumns)
    Row 12 has checksum error. ORA-01403: no data found ORA-01403: no data found ORA-01403: no data found
    ...Row 12
    ...LNG_ARBEITSSCHRITT
    ...CNT_ARBEIT_CRIT_DATE
    ......is not required
    ...LNG_GEBIET
    ......is not required
    ...DATE_GP_X_START
    ......is not required
    ...DATE_GP_X_END
    ......is not required
    ...DATE_R_X_START
    ......is not required
    ...DATE_R_X_END
    0.00: A C C E P T: Request="SAVE_WORK"
    How can I make sure that the tables are made from the reports which are the subject of the update?

    Thank you very much for reading this post and give help if you have an idea!

    Kind regards

    SEB

    Published by: skahlert on 13.03.2010 10:57

    Hi Sebastian,.

    what you want to achieve is indicative of the browser not to send the region A fields when you want to commit region B.

    You have several options:

    (1) do not make the region all the (conditions of the region)
    (2) send any content and to ignore the lines of region A in your area of PL/SQL
    (3) the region has to withdraw before submitting the page (for example with jQuery: jQuery("#__).remove())

    But maybe you should start by rethinking your application, do you really want 2 different TabForms on a single page.

    Peter

    + Blog: http://www.oracle-and-apex.com+

  • Cannot create pdf with the same page size

    Hello

    I installed Adobe Acrobat Professional (writer). And created a pdf document. the pdf file contains images, each on his page. The problem is when I save or preview the document, some images are not sized for his area of page (or fit to page). Please check attached picture to see the problem.

    How can I add images to PDF with eqal size.

    Please check attached picture Pdfsnap1 & Pdfsnap2 (used the crop tool)...

    Someone helped me to visit the following link for the solution:

    http://forums.adobe.com/thread/841095

    Above the provided Adobe forum link is good, but 50% of my problem is solved. In other words, the selection of the image and using her crop tool 'page size' is increased, but the image on the page is still small, or it does not increase with the size of the page.

    Concerning

    Nauman

    pdfsnap.JPGpdfsnap2.JPG

    To resize the image, you need to select with the object tool and drag the buttons on the sides and the corners to resize it.

    Much of what you do can be done in Acrobat, but this isn't the ideal application for such actions. Acrobat isn't really an editing tool, but a tool to create a finished product that provides essentially platform independent product. You might find what you want to do is best done in a word processor or page layout tool, then a PDF file created from this result.

  • apex5 pre-release - url filter applies to the two IRs with the same column name

    I've implemented 2 interactive reports on the same page, one on EMP (static id Throne) and the other on DEPT (deptir static id). Both the DEPTNO column. If I create the following filter via the URL: IR [throne] EQ_DEPTNO:20, the filter is applied to the two interactive reports.

    Screenshot from 2015-03-29 08:30:33.png

    Hello

    Please let us know. It has the same root cause as your other reported problem. It's bug #20764255, which has already been identified and corrected on our development environment. A fix will be released in our production release.

    Concerning

    Patrick

    Member of the APEX development team

    My Blog: http://www.inside-oracle-apex.com

    APEX Plug-Ins: http://apex.oracle.com/plugins

    Twitter: http://www.twitter.com/patrickwolf

  • First group title below displays under the column headers using the model 23 classic report with the help of repeat titles on break

    Hello

    I am migrating an application from 3 APEX APEX 4.2 on a thing I noticed with the classic reports when I put them in the model 23, it's that the first section break has break notch under the headings of columns for this section of line while the remaining lines properly have it display above the headers on the subsequent sections of group.


    When I look at firebug code I saw that all the tables but the first, the break line is included in the last line of the previous table, so I can see how it did not work for the holidays since.

    I have tow questions.

    1. is it really intentional because it seems not terribly elegant and my users to zero immediately above as a perceived bug.

    2. is there a reasonable job around always use headers repeat on break? I have multiple reports on the same page in places so switch to interactive reports is not a quick fix for me in this case.

    Example of a question can be seen at apex.oracle.com at home

    Thank you

    Brad

    Roadling wrote:

    Hello

    I am migrating an application from 3 APEX APEX 4.2 on a thing I noticed with the classic reports when I put them in the model 23, it's that the first section break has break notch under the headings of columns for this section of line while the remaining lines properly have it display above the headers on the subsequent sections of group.

    1. is it really intentional because it seems not terribly elegant and my users to zero immediately above as a perceived bug.

    The Standard report template definition in issue 23 contains thead and tbody elements:

    Before the column header

    
    

    Column title template

    #COLUMN_HEADER#
    

    After the title column

    
    
    

    After the lines

    
    
    
    
    
    
    #PAGINATION#
    
    
    
    

    This is intentional, the best practice for marking up HTML tables. What is not expected is the problem that arises when this model is used with the break of repeat titles on break formatting option. The repeated headings result table consisting of soup of tags containing several poorly constructed tbody and thead, which is not valid elements.

    2. is there a reasonable job around always use headers repeat on break? I have multiple reports on the same page in places so switch to interactive reports is not a quick fix for me in this case.

    Create a copy of the report model Standard in Standard (break formatting) for use with reports of the break, remove the thead and tbody definitions of template tags and the breakdown of the reports to use the new model of change. (Or, if you use mainly break reports using the Standard template, keep the tags in the copy and remove them from the original in order to minimize the number of reports, you need to change.)

    Personally, I would create a report model of line custom to break complex reports in order to be able to have complete control over the structure and presentation.

  • Column 2 reports links point to the same page?

    I have 2 interactive reports on the same table, each on their own page (#1, #2). Each IR has the same column configuration (LOT_NUM) as a link to a page 3 (#9) with a report of type SQL that pulls data from different tables. I've hidden the items on each page to store the value of data to pass (P1_LOT_NUM, P2_LOT_NUM).

    The user should be able to click the link LOT_NUM on the page either 1 or 2 to display the detail data.

    The problem I have is with the query on page 9 to determine what item is hidden to use and when/how to clear their values. I tried to use the APP_PAGE_ID, but that doesn't seem to work. I also tried to use a page process to clear the P1_LOT_NUM and P2_LOT_NUM values without success.

    Select * from INV_VIEWER_REPORT_CMTS
    where LOT_NUM = decode(:APP_PAGE_ID,1,:P1_LOT_NUM,2,:P2_LOT_NUM)

    A do not understand why you are using 2 items to store values.
    Better Mayby will use 1 element hidden on the page #9 and id of sending IR #1 or #2 at this point?

Maybe you are looking for