Drill-down page from table

I've created a table by dragging a Named Criteria of a View Object over. However, the table is quite packed because there are many fields, hence many columns. I want to show only a few columns, and make a drill-down page, in a way that I can click on any row and go to a page that displays the remaining fields for that row. How can I achieve that? I'm using JDeveloper 11.1.2.2.0.

Hi,
1. Select the page in the Application Navigator
2. Expand the table in the Structure Window
3. Delete the columns you don't want to see
4. Create a second page (or use a popup dialog)
5. Drag and drop the same View Object as a table or form
6. keep all columns or delete some
7. Add a command link to the table on page 1
8. Set the action property to match a navigation case you defined between page1 and page2
This is all it takes. The command link, whe added into a column to the table ensures the row is selected
Another option is to configure column freeze on the table. This way you can fix the columns that people always need to see and then allow them to use a horizontal scrollbar to scroll into the other
Frank

Similar Messages

  • First Page is Table and drill down page is chart

    Hi All,
    In my dashboard i should display only table. In table, if i select one drill down values. It should display only chart not for table formate.
    How to set this option.
    First page it sholuld be table
    Drill down page should be chart
    How will do this.
    Thanks

    Hi,
    Create two reports one with table and other with chart in compound layout view.Place Table in one page and to to column properties->data format->value interaction->navigation->select chart report that you created under column through which you want to navigate to chart.Make that column as prompted in chart if you want to filter data based on column selected.
    Regards,
    Srikanth
    http://bintelligencegroup.wordpress.com/

  • Conditional display of headings based on drill-down page or section shown

    <div>Crystal Reports 10</div><div>I have a report (originally written by someone else) with 1 drill down page.</div><div>The drill down shows section group footer 2.</div><div>I am adding a new drill down from the 1st drill down. This will show the details section.</div><div>There are headings which are displayed in the page header section.</div><div>I would like to suppress or hide these headings when the 2nd drill down page (details section) is shown.</div><div>I figured I could do it based on whether a section, or a field within a section, is displayed on the page or not.</div><div>How to accomplish this?</div>

    Thanks for asking this question.Â
    There is a formatting function (under the Document Properties group of functions) called GroupLevel(). It returns what level of group you're on. You can use this along with the Suppress conditional format to show/hide a section based on where the user is located. Â
    This would be a great one to "show" as a sample. I'll add it to my task list for submissions up here.Â
    Again, thanks for asking the question and start the ball rolling!
    Â Â Â Â Â - Kathryn Webster (Report Design Specialist)

  • Unable to Print Drill down pages

    Hi,
    We are using Crystal RDC to view & print reports in our Power Builder application. When we try to print a drilled down page, it is not priniting that page alone. It is printing from page 1. We are using Crystal ActiveX Report Viewer Control 11.0 in the window.
    Can anyone help me to print drill down page alone please?
    Thanks in Advance,
    R Ganesan
    Edited by: vssatish on Feb 14, 2011 10:33 AM

    Hi,
    We are using Crystal RDC to view & print reports in our Power Builder application. When we try to print a drilled down page, it is not priniting that page alone. It is printing from page 1. We are using Crystal ActiveX Report Viewer Control 11.0 in the window.
    Can anyone help me to print drill down page alone please?
    Thanks in Advance,
    Ganesan R

  • Drill down reports from Before Report Trigger

    Hallo,
    I am using reports 6.08 and I want to run several subreports from the parameter form of a master report. However when I call srw.run_report() from the Before Report Trigger with batch=no I get the error message ... When I use batch=yes I cannot use destype=srcreen. When I use the same call from a button trigger it works fine.
    How can I call a drill down report from the Before Report Trigger?
    The master report should not create a report itself; only the drill down report should be visible. How can I exit the master report without raising an exception after running the drill down report?
    Thanks a lot - Ulrich

    Ulrich,
    The only place where it is valid to call a report using srw.run_report() with a destype=Screen (or Preview) is from a button of an already run report (to provide drill down capabilities).
    In your situation where you're really only using Reports as a parameter form (in the master case) I would suggest that you look to use a real Oracle Form as the master driver, and run_product calls to generate the required reports.
    Hope this helps,
    Danny

  • Drill Down in Pivot Table with item on page level

    Hi,
    I've got a pivot table with Chart next to it. The chart is a separate view, I did not use the 'Chart pivoted results' option.
    My pivot table has one Page Level item being the Month Name.
    I now have the strange behavior that drilling down on the Pivot table elements gives me No Results as my filter would be too restrictive. The problem is with the 'Month Name'. Removing this item from the filter shows the correct data. When I use the chart next to my data to do the drilling I encounter no problems. This is because this way the restriction on the month name is not added when drilling.
    Has anybody encountered this behavior before and knows of a way to solve this.
    Thanks for your advice,
    Kris

    My query looks like this :
    SELECT TO_NUMBER (TO_CHAR (t1601.datum_prestatie, 'MM'), '99') AS c3,
    t1584.description AS c4, t1497.project_group AS c5,
    t1497.project_desc AS c6, t1497.project_code AS c7,
    CONCAT (CONCAT (t2241.firstname, ' '), t2241.lastname) AS c8,
    t2254.employee_number AS c9, t1601.duur AS c11,
    t1601.datum_prestatie AS c12
    FROM t_projects t1497 /* Dim_PROJECTS */,
    t_organization t1579 /* DimX_ORGANIZATION_Project */,
    t_organization t1584 /* DimX_ORGANIZATION_Project_Parent */,
    t_employees t2241 /* DimA_EMPLOYEE_Prestatie */,
    t_prestaties t2254 /* DimA_PRESTATIE_Project */,
    t_prestaties t1601 /* Fact_PRESTATIES */
    WHERE ( t1497.business_domain_code = t1579.department_code
    AND t1497.project_code = t1601.project_code
    AND t1497.project_code = t2254.project_code
    AND t1579.parent_department = t1584.department_code
    AND t2241.employee_number = t2254.employee_number
    AND t1584.description = 'Specialized Technologies'
    AND t1497.project_group = 'SUPP AP TM'
    AND TO_NUMBER (TO_CHAR (t1601.datum_prestatie, 'MM'), '99') = 3
    The last row being a check on the month number.
    At the same time in OBIEE I get this :
    No Results
         The specified criteria didn't result in any data. This is often caused by applying filters that are too restrictive or that contain incorrect values. Please check your Request Filters and try again. The filters currently being applied are shown below.
         Divisie is equal to Specialized Technologies
    and      Month is equal to 3
    and      Project Group is equal to SUPP AP TM
    and      Month Name is equal to Mar
    The physical query doesn't even show the restriction on Month Name which makes it even more spooky...

  • Drill Down with 2 tables

    OBIEE 11g
    Suppose I have 2 tables with both fact and dimensions contained.
    Table A has following columns:
    Category
    Count1
    Count2
    Count3
    Table B has following columns:
    Category
    Sub-Category
    Product
    SKU
    Count1
    Count2
    Count3
    I would like to create a report that uses both these tables as I will need to drill down as follows:
    Category-->Sub-Category-->Product-->SKU and get the corresponding counts.
    Is it better to have all these columns in only one table or can I use both the above tables and if so how.

    Check these
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10540/dimensions.htm#i1017813
    http://docs.oracle.com/cd/E05554_01/books/admintool/admintool_WorkInBM9.html#wp179033
    Edited by: Srini VEERAVALLI on May 10, 2013 3:15 PM
    Any updates on this?
    Edited by: Srini VEERAVALLI on May 22, 2013 10:07 AM

  • How to drill down reports from a chart?

    Hi,
    I need to build a 3d pie chart. For example, a department 3d pie chart. It has number of employees on math dept, physics dept, cs dept. When I click math dept from the chart, it will drill down to a report which has the detail of math dept: employee name, salary etc.
    Is this a way to achieve this?
    What is the difference between flash chart, html chart and svg chart? I can find the info from thh user guide.
    Thanks,
    Helen

    Helen,
    Drill-Down from a chart is quite easy. See this example I just created:
    http://htmldb.oracle.com/pls/otn/f?p=31517:156
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Drill Down for multiple tables possible?

    Hi,
         I have a web report with 3 tabs (Weekly, Monthly, and Quarterly) sales reports. 
         Is there a way to have a user drill down on any one of the reports and have it also affect/drill down on the remaining reports?  I can get the functionality to work if the 3 tables are not in tabs.

    are you using 7.0 or 3.x. I guess in 7.0 the Command is not executed against an invisible object. May you can try to to create a command sequence Show the items perfom drill down, and hide items.
    best regards,
    Kai

  • OBIEE 10g Drill Down Chart From Axis Label

    Hello All
    Does any one know if OBIEE 10g can drill down values in a chart by clicking the axis labels of the charts.
    In other words, if there was a bar chart with two bars, one for May and one for June, could a user click on the label 'May' or 'June' to drill down in the chart or can OBIEE only drill charts by clicking on the actual bar in the chart?
    Thanks!

    Hi,
    In 11g chart navigations have changed.They are now moved to the criteria level and are therefore not available in results view.In your case, navigate to the criteria ->interaction tab and add the target as action link.
    Refer-
    http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/navigation-between-charts-obiee-11g-4086065
    Hope this helped/ answered
    Regards
    MuRam

  • Can't copy and paste in pages, from table to table??

    As the title says...
    I select multiple boxes on a table in pages, I copy the info then try and paste in another table, but it's not having it
    I'm on a 2011 imac running the latest lion, but my pages is 08.
    Is this because a) my pages is old b) the documents were created on an older intel computer and migrated over, so do I need to uprgrade  iWork?
    You help would be most appreciated.

    Harry,
    We never know the experience level of the operator. I try to judge, but of course I am often wrong, in both directions. When you referred to "boxes", instead of "cells", in your first post, I didn't know if it was a language difference or an experience gap.
    The only thing I can suggest at this point is that it's always a good idea to run some maintenance after an upgrade. I use OnyX here.
    Good luck,
    Jerry

  • Will blocking certain cookies slow down pages from loading?

    Recently I have been experiencing some weird lag in loading pages. If I go to a new page - the site has a weird lag in showing the page. The bar in the bottom right stalls at 40 - 50%. This happens for up to a minute or two. Then everything moves forward.
    I have scanned for spyware. Ran my troubling shooting software like Onyx. Disabled my add-ons. All of this has helped a bit. But it is still kind of happening.
    The only other change I have made is that I have been adding to my blocked cookies list. I have been adding web addresses that have been coming up in my scan as tracking cookies.
    Is it possible that blocking cookies from loading is causing a lag in loading pages?
    Or do I need to be looking for something else?
    == URL of affected sites ==
    http://

    I guess I'll join another forum, were there's people smart enough to help.

  • Drill down SAP history table on Linux

    You may have noticed (or not noticed) that on some fields in SAP there is a History table that appears once you start entering (typing) information into the field.
    The History table is a field box that appears underneath a field when you start entering information. An example of one of the fields is the Fund field.
    This History table contains the last entries entered (by typing) into the field. Users have discovered that it allows a quick reference to regularly entered information.
    This we i m observing on windows platform , but when i am using SAP on Linux fedora
    same history table not creating.
    Please help us to maintain history table in SAP on Linux fedora core 3 platform
    Vijay Vadgaonkar
    India
    [email protected]

    Hi Vijay,
    I assume you are talking about the history table for SAP GUI? If this is correct, please move your post to a forum like e.g. "ABAP Development".  This here is dedicated to KMC in the SAP Enterprise Portal.
    Regards,
    Karsten

  • How to drill down and keep all my pivot table...

    Hello experts!
    I have a question about how to drill-down in pivot table. If I drill-down I can see the result in the same place...but it dissapear other bins or measures...
    Example:
    Pivot table:
    A
    B
    C
    If I click in A I can see:
    a1
    a2
    a3
    But I don't see B and C.
    I would like to see when I click on A:
    A
    ---a1
    ---a2
    ---a3
    B
    C
    In my example I have a lot of bins to do drill-down...so it doesn't work for me to create three pivot tables and to do a union...
    Is that possible? If you need more details you can post here...
    Thank you!

    Alex, this isn't another question. It looked like you were asking something different. That's why I said to start another thread. The bottom line is that OBIEE can't do what you are looking for.
    But I think what is more important is not necessarily how to do what the OP wants, but what is the best way (read: most efficient, simplest, viable) to achieve the goal.
    In this case, I think a better approach to your reporting is to use to Dashboard prompts. The first would be like Vehices (which has Cars, Trucks, Motorcycles, etc. in the drop-down window) and the second, constrained on the first, called Models/Brands (which has values dependent on what is chosen in the first prompt). With "All Choices" checked off in the prompt design, you have all the combinations a user needs to see in the pivot table. If the user chooses "Cars" from the first prompt, and "All Choices" in the second, then he/she will get all the car models displayed in the pivot table. Or, the user could select one particular moded from the start.
    In fact, this is how many product web sites are set up. This gives the flexibility to the user and the report looks clean and efficient. You can have the drill down on the particular model (value interaction) if you wish to supply extra data on the particular model chosen.
    I think this is the "correct" answer, Alex, though not the answer to the question you posed. Good luck.

  • Unable to call a form from drill-down report

    hello
    i have a drill-down report, from where i wanna to call a transacation level form, so that user can modify the data from that transaction level form after seeing the result from report. After modification in data through form, report should be refreshed automatically.
    i am using form6i, can't user dde.app_begin because it starts a new session

    Hi,
    if this is for Forms on the web, just call the Reports from web.show_document() when closing the Forms (assuming you close the Forms after the update).
    If it is on client/server then you don't have a hook into Reports except you run a new Reports from Forms and close the Reports that called the Forms application (needs to be done within this Report)
    Frank

Maybe you are looking for