Navigate from a (summary) report to other (detail)

Hello friends.
I am trying to build a summary report with two columns.
Column A column B
ABC PQR
ABC XYZ
DEF LMN
DEF RST
That is to say it is a unique value in column B.
Now, what I want to achieve is, if we click on any value in column B, a detailed report opens showing this value and some additional data.
Column A column B column C column D E
ABC               PQR              ...               ...               ....

ABC               PQR               ...               ...               ....

ABC               PQR               ...                 ...               ....

Assuming you click PQR, synthesis report, detail report will look like above.

Basically the detailed report will be initially built for each value in column B of the report. When you click on PQR it filters the second report and display only the values for it.
The report must be run from the table edge and that the link from summary report that we will be provided.
Please guide me on how to do this. Any idea will be useful. Thank you...

Hi Max,.

The best way to achieve this is through a navigation. Make two reports, one with the summary and the other with the details. Make sure that they both use the same domain that the filtering will be more difficult, and sometimes impossible. The target report (the wave with the details) to define a filter "is invited" on column B. In the synthesis report, define the interaction on the navigation (to the detail report) on column B.

It should work.

Best regards, Tim

Tags: Oracle

Similar Questions

  • How to use go URL to navigate from one report to the next

    I used the option Actionlink to navigate from one report to another, it's nopt working on the dashboard because I used in my first report presentation variables and its throwing me an error below, I have to pass the ID of a summary to the report detail report, I created URL go, do I have to use this URL in my column of the synthesis report?

    Need information ~ thanks ~ Srix



    An invalid object was consulted during the evaluation.
    Error details
    Error codes: QBB4RZQS:SDKE4UTF
    Geographical area: saw.views.evc.activate, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    Expression: report.variables ['TimePeriod']

    Hello

    See the link below. This link should give you an idea how to do it:

    http://oraclebizint.WordPress.com/2008/02/17/Oracle-BI-EE-101332-drilling-on-measures-passing-multiple-parameters-during-drills-go-URL-and-HTML-formatting/

    Allocation of points, it is useful.

    Thank you
    Satya

  • gauge the battery to the boot screen and battery on report menu conflicting Details about the level of the battery. The gauge from the battery to the Starter incorrectly displays the low battery level that prevent the macbook pro battery retina start

    gauge the battery to the boot screen and battery on report menu conflicting Details about the level of the battery. The gauge from the battery to the Starter incorrectly displays the low battery level that prevent the start of the battery. This happens on macbook pro retina 13 inches

    When I try to startup macbook pro retina in battery mode, it will fail to start showing low battery level and an indicator to recharge the battery. It does not start on battery. When I then connect via the power cable at startup (and check the battery level), monitor of battery in the menu bar indicates that the battery is charged to the top.

    It gets really frustrating and remove my ability to use the macbook pro retina as a truly portable device...

    Appreciate any help on this

    Have you tried resetting the SMC? Reset the management system (SCM) controller on your Mac - Apple Support

  • Navigate from a to an other navigation pane navigation pane

    Hi all

    In the navigation pane, we can spread one component to the next.

    But what happens if I want to navigate from a navigation to another part of the navigation pane.

    for example: -.

    hand. QML: -.

     ActionItem {
                    title: qsTr ("ReadFromSD")
                    imageSource: "asset:///images/action_addcontact.png"
                    ActionBar.placement: ActionBarPlacement.OnBar
    
                    onTriggered: {
                        if (_addressBook.detectSD()) {
                            var page = secondPageDefinition.createObject();
                            navigationPane.push(page);
                        }
                    }
                }
    

    and the second page definition is like: -.

     ComponentDefinition {
                id: secondPageDefinition
                source: "filePicker.qml"
                Page {
                    Container {
    
                    }
                            paneProperties: NavigationPaneProperties {
                                backButton: ActionItem {
                                    title: "Back"
                                    onTriggered: {
                                        /*username.text = "";
                                        password.text = "";*/
                                        navigationPane.pop();
                                    }
                                }
                            }
                        }
            }
    

    The problem that is happening, is that the flow is not the trigger from one component to the other:

    NavigationPane {
        id: navigationPaneFilePicker
    
        onPopTransitionEnded: page.destroy()
    
        Page {
            titleBar: TitleBar {
                title: qsTr ("Select contacts File")
            }
    
            Container {
                layout: DockLayout {}
    
                // The background image
                ImageView {
                    horizontalAlignment: HorizontalAlignment.Fill
                    verticalAlignment: VerticalAlignment.Fill
    
                    imageSource: "asset:///images/background.png"
                }
                FilepickerScrollView {
    
                    Container {
                        horizontalAlignment: HorizontalAlignment.Fill
                        verticalAlignment: VerticalAlignment.Fill
    
    ................................................
    ...............................................
    

    When I click the first page its not sailing does not to the second. When the second does not have the navigation pane it worked correctly, but as soon as I added the tag in navigation pane to it it stopped working

    Please suggest

    The element root firstPage.qml and secondPage.qml doesn't have to be a NavigationPane but a page element. You already have a navigationPane in your hierarchy of context and as a result, you can refer to your main QML file NavigationPane directly.

    For example:

    hand. QML:

    include bb.cascades 1.3
    
    NavigationPane {
      id: root
      Container {
        Button {
          text: "Push the first pane"
          onClicked: {
        var first = firstPane.createObject();
        root.push(first);
          }
        }
      }
      attachedObjects: ComponentDefinition {
        id: firstPane
        source: "firstPage.qml"
      }
    }
    

    firstPage.qml

       include bb.cascades 1.3
    
        id: navigationPane
    
        // The initial page
        Page {
            content: Container {
                Button {
                    text: "Display First Page"
    
                    onClicked: {
                        var second= secondPage.createObject();
                // Use the navigationPane defined in main.qml
                        root.push(second); //pushes the defined component definition (first)
                    }
                }
            } // end of Container
    
          attachedObjects: [
            ComponentDefinition {
                id: secondPage
                source: "place the asset filepath to your secondPageQML here"
            }
        ] // end of attachedObjects list
       } // end of Page
    
  • APEX - passing values from one page to the other

    Hello

    I created a new page with a report. I put one of the columns as a link that opens another page. This page should contain other details of the particular line.

    For example:
    There is a page with a list of employee names and the number of employees in both columns. When I click on the name of employee, he must open another page with additional details of the employee in particular (such as date of birth, e-mail etc.).

    What I'm trying at the moment is to create another page with a report inside. How do I pass the name of the employee as a parameter to this second page? And how do I do the query in the second page accept this setting?

    Is there a better way to do this?

    Kind regards
    Santhosh Jose

    Hello

    on your detail page (2nd report) create a hidden page element called P2_EMPID
    Now change the query on this page to use this page element in the where clause (such as a variable binding).
    for example:

    Select * from EMP
    where empid =: P2_EMPID

    On your first page, you need to set a link to the column for the chosen, employed at the point P2_EMP on the second page. This can easily be done via a column binding in the report on the first page (have it redirect to a page in the apex and set the page to the second page of the report, and also set the P2_EMPID value to the value of #EMPID #, correcting the names of these variables can be chosen in the selection lists when you set the link in the column).

    concerning
    Bottom

  • Quick filter dashboard, navigate to various tabular reports

    Hello

    I could implement this in halfway.

    My guest of dashboard has 4 filters, the fourth filter has three values in drop-down list.

    "Commensurate with the amount of sales.
    "Report with the amount of the purchase.
    "Report with the purchase and sale.

    When the user selects the first choice, he must navigate to my "SALES REPORT" that is section 2 of the dashboard page.
    When the user selects the second choice, he must navigate to my "PURCHASE REPORT" which is article 3 of the dashboard page.
    When the user selects the third choice, he must navigate to my 'COMBINED-REPORT' which is article 4 of the dashboard page.

    All three are three entirely different report, with previous reviews so far, I created the line of the dashboard and the presentation variable, but unable to go further.

    Thanks for your time and your help.

    I'll show you how do it with one. Repeat for the other two reports.

    (1) build a little rapport with any two TANK columns. For the first column, click on the fx, copy the column name, and then delete it. Type this: WHEN 1 BOX = 0 THEN (paste the column name you copied here) ELSE 'Report with Sales Amount' END. The second column let such what. The reason for the second column is OBIEE requires that all reports have at least one column. Since we "dummied out" column, if you do not have another column, OBIEE will be error.

    (2) place a filter on the first column and assign the Variable presentation you had for the fourth guest column (that users can select "Report with Sales Amount" of).

    (3) on your dashboard, drag the "SALES REPORT" report to a section.

    (4) this section, click on the properties of the Section (NOT the report properties button!) button and then select guided Navigation.

    (5) browse the small report created in step 1) and click on the radio button 'when the report returns lines. "

    So what does is the following: when the user selects 'Report with Sales Amount' from the dash prompt, it will produce a line on your small report. And for this reason, guided the section Navigation appears this report. When the user selects something else, the small report will return no line and this section will not display.

    Repeat the above for the two other reports with the appropriate modifications.

  • Unable to send the message from my account to my other in Outlook Express 6

    Unable to send the message from my account to my other in Outlook Express 6

    What is a Pop3 account? IMAP? Hotmail? Can I assume that it used to work? If it worked until recently, follow these steps.
     
     
    Spend most of your messages out of the Inbox and then create new folders to send and sent items box after having moved the messages you want to save to a local folder that you create.
     
    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.
     
    In Windows XP, the files of user OE (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.
     
    With OE closed, find the DBX files for the items in the Outbox and sent and delete them.  New ones will be created automatically when you open OE.
     
    After you're done, followed by compacting your folders manually while working * off * and do it often.
     
    Click Outlook Express at the top of the the folder tree so no folders are open. Then: File | Work offline (or double-click on work online in the status bar). File | Folder | Compact all folders. Don't touch anything until the compacting is completed.
     
    General precautions for Outlook Express:
     
    Do not archive mail in the receipt or sent items box. Create your own user-defined folders and move messages you want to put in them. Empty the deleted items folder daily. Although the dbx files have a theoretical capacity of 2 GB, I recommend all a 300 MB max for less risk of corruption.
     
    Information on the maximum size of the .dbx files that are used by Outlook Express:
    http://support.Microsoft.com/?kbid=903095
     
    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the CPUs, slows down sending and receiving and causes a multitude of problems such as time-outs, account setting changes and has even been responsible for the loss of messages. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3 
     
    Why you don't need your anti-virus to scan your email
    http://thundercloud.NET/infoave/tutorials/email-scanning/index.htm
     
    Note that for some AV programs, it may be necessary to uninstall the program and reinstall in custom Mode and uncheck analysis when the option is the result of e-mail messages.
     
    Compact often as specified above.
     
    And backup often.
     
    Outlook Express Quick Backup (OEQB Freeware)
    http://www.oehelp.com/OEBackup/default.aspx 
     
  • Custom host summary report

    Is Hi possible to make a summary report Host which gives me a list of all hosts and their current state.

    I know that I can run a detailed report, but it gives me pages and pages of information, and I can run a management report (number of hosts), which is great.

    But... What I would like is a one page report that gives me the host name description and if them are active or not. Similar to the information appears on the screen of welcome/CSA system.

    I'm under v6.0.1.106

    Thank you very much

    Ian Vickery

    Ian,

    Probably the best way to get a report with these 3 data fields would be to query the database directly. Otherwise, you could use the API and parse the output of these fields:

    http://www.Cisco.com/en/us/docs/security/CSA/CSA601/user_guide/Scripting_Interface.html#wp965225

    If you are looking for this report just find hosts who are not active the I advise to use the search for the host with your criteria.

    Thank you

    Josh

  • How to record music, films and messages from my external decoder and other decoder satellite tv on my computer

    How to record music, films and messages from my external decoder and other decoder satellite tv on my computer

    Hello

    I suggest you to contact the cable operator for more details.

  • Transfer files and to develop guidelines from one House to the other.

    I have a House on both sides and PC in every home where I installed CC.  I want to have the same files on each computer.  How can I transfer files from one PC to the other so that all the "setting instructions" are transferred with files.  I have a portable hard drive. Export, move, copy, save or import them.  I know how to get the original files not adjusted from one to the other, but I want to make sure that (the ' development' 'instructions') adjustments are transferred too.  I don't want to take the PC all from East to West in order to migrate.

    You must move the file catalog to computer 2 and ensure that the hierarchy of folders for the photos is EXACTLY the same on the 2nd computer as it is on the first computer.

    There is no export or import. If you export or import, you're doing it wrong.

    More details: http://www.lightroomqueen.com/how-move-lightroom-to-new-computer/

  • Standard report that provides details of the main category

    Dear,

    There are standard report that gives details of the asset (not minor) category which give us total of the net book value of depreciation and the cost of all this major miners.

    Thanks in advance

    Try this report.

    Ixr: Capital Book

    Only give broad category and other required details and try to run it. We could help.

    Tarun

  • How to navigate from one stream to another taskflow task

    How do to navigate from one task flow to another example of taskflow.for in taskflow one I will be clicking on a button that takes me to another taskflow

    I'm happy to help, just mark the thread as a response to other readers.

    Pedja

  • No additional text region report view report items below details

    I have a report based on EMP which displays EMPNO, ENAME and JOB and two text items disabled in the report area above the report. When the user clicks a row in the report these text elements are filled with the additional information of the date of HIRING and SAL for the selected employee. Layout below.

    HireDate February 20, 81
    SAL 1600

    Job name empno
    7698 SMITH CLERK
    7499 ALLEN SALESMAN

    What I want is for additional information (hiredate, sal) to display below the State lines.

    Note that I can't put these extra fields in a separate under the report area as the ratio in the region is a region of Hide and show. I tried the separate region approach by changing the report model to lose the table end tag at the end of "after rows', it seemed to work until I pressed Next on the report and then second region had not at all.


    Details of the page: -.

    HTML Page header - has the function

    function selectEMPRow (phiredate, psal)
    {
    $x('P9002_HIREDATE').value = phiredate;
    $x('P9002_SAL').value = psal;
    }


    Page in the region of report items
    P9002_HIREDATE - text field (disabled, only records do not state)
    P9002_SAL - text field (disabled, only records do not state)


    Region report
    definition
    (SQL query)

    SELECT
    E.EMPNO, E.ENAME, E.JOB,
    E.MGR, E.HIREDATE, E.SAL,
    E.COMM, E.DEPTNO
    OF EDP. EMP E

    Model UI - hide and show the region.

    Attributes
    All columns defined to display
    Report template - P9002_EMP_ROWTEMPLATE.

    Custom Report Template P9002_EMP_ROWTEMPLATE.
    Model name column Type (model line)
    Model - Standard class

    Model of line 1
    < tr #HIGHLIGHT_ROW # onclick = "selectEMPRow (' #HIREDATE #',)"
    #') ; ">
    < class td = "t15data" > #EMPNO # < table >
    < class td = "t15data" > #ENAME # < table >
    < class td = "t15data" > #JOB # < table >
    < /tr >

    Front of the lines
    < table class = "t15standard" summary = 'Report' >
    < class th = "t15header" #ALIGNMENT # > employee no. < /th >
    < class th = "t15header" #ALIGNMENT # > name < /th >
    < class th = "t15header" #ALIGNMENT # > job < /th >

    After the lines
    < b >
    < td colspan = "99" class = "t15afterrows" >
    < span class = "left" > EXTERNAL_LINK # CSV_LINK # # </span >
    < style table = "float: right;" text-align: right; ' Summary 'pagination' = >
    #PAGINATION # < /table >
    < table >
    < /tr >
    < /table >

    Published by: Pete @ LSC on January 6, 2010 01:18

    Published by: Pete @ LSC on January 6, 2010 01:22

    Hello

    Did you try to place your report point of view "Page Template Body (2. (Les éléments ci-dessous le contenu de la région) '?

    BR, Jari

  • Passing the value from one page to the other page

    Hi gurus,

    I need to pass the value from one page to the other page and two pages use different AMs.
    In the first page I have sellers results region table where the $vendor_name column is a hyperlink that navigates to the page Vendor_Sites. Now after accessing the second page, I want to excute the VendorSitesVO in PR of CO based on the value passed to VendorsVO (vendor_id) of first page.

    can someone help me on this?

    Thank you
    Vincent.

    Published by: user4933347 on December 4, 2009 12:19 AM

    You can set parameters of Pagecontext and transmit values through them. These values can be passed between pages, even if the AMs are different.

    Try:
    pageContext.putParameter ("Parameter1", value1);
    pagecontext.setForwardURL (second page)

    Concerning
    Sumit

  • Any other details in Keychain Access

    I bought a second hand MacBook Pro and can see someone other details in Keychain Access. Is it safe to delete these?

    Yes but the Mac can still be associated with Apple ID of owner

    Evolution of the property of a Mac of opportunity

Maybe you are looking for

  • How to highlight an email address to send? There is no police control which is allotted or highlighted option.

    I need to send to an email address is highlighted on their business card. The option control police or the underscore is not available for me to write a new message. Mail keeps me is returned. I want to send to is a County/State address ending in. Wi

  • Compacq CQ58: Downgraded Compaq CQ58 Windows 8 for windows 7 pro

    Hi I'm having a hard time finding this driver downgraded Win 8 for Win 7 pro PCI\VEN_10EC & DEV_5209 & SUBSYS_169A103C & REV_01PCI\VEN_10EC & DEV_5209 & SUBSYS_169A103CPCI\VEN_10EC & DEV_5209 & CC_FF0000PCI\VEN_10EC & DEV_5209 & CC_FF00 Thanks in adv

  • Error 1722 (Borderlands)

    Allora io non riesco installare he gioco Borderlands sul mio pc (windows 7). Prima mi dava error 1721, sono riuscito a sistemarlo my adesso mi da error 1722. Che cosa posso fare?

  • How many watts can shoot a full charge SR - 520?

    I would like to know the needs of maximum power of the SR-520 to a UPS-sizing effort. The information is not * to http://www.cisco.com/en/US/prod/collateral/routers/ps9305/data_sheet_c78-484356.html , where it should be. Thank you David.

  • Extraction of values within the brackets():

    HelloPlease, help me to overcome this problem.I want to extract the value inside the caliper.example:place (Chennai.Mumbai, Delhi)I want inside the support value which is chennai.mumbai, delhi.I used replace Regualr expression but I can't.Thank youEl