Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Display data in sections Dashboard or Analysis

Received Response
21
Views
12
Comments
3244578
3244578 Rank 3 - Community Apprentice

Hi Team,

I have a requirement to create a report where i have to display data in sections

eg: say i have a prompt for Candidate name (choice list)

after i select candidate prompt

my report should display like

candiate name abc

fname lname age city

abc    asd     10   NYC

candidate name bcd

fname lname age city

bcd    gef     11   Florida

This was a an easy feature in BO and MSTR but since i am pretty new to OBIEEE so would be great if anybody can help

«1

Answers

  • Andrew Fomin.
    Andrew Fomin. Rank 6 - Analytics Lead

    Do you want something like this?

    pivot.PNG

  • 3244578
    3244578 Rank 3 - Community Apprentice

    yessss exactly this

  • Andrew Fomin.
    Andrew Fomin. Rank 6 - Analytics Lead

    Main steps are:

    1. Create a pivot table.

    2. Move "candiate name" field to sections.

    3. All other fields ("fname", "lname", "age", and "city") to rows.

    --

    Some tweaks:

    4. Make measure column hidden (this column is not necessary if your report base on a single dimension).

    5. Change section properties to display labels.

    As you are new to OBIEE take a look at this Creating Analyses and Dashboards. If you are in a hurry, read this section: "Working with Pivot Tables, and Master-Detail Linking"->"Formatting a Pivot Table and Adding Calculations".

  • 3244578
    3244578 Rank 3 - Community Apprentice

    Hi Andrew,

    I was able to fulfill that need but now they have asked us to modify the need eg:

    candiate name abc

    fname lname age city

    abc    asd     10   NYC

    job  startdate   enddate

    test   today        tomorrow

    candidate name bcd

    fname lname age city

    job  startdate   enddate

    test2   yesterday        tomorrow

    Basically instead of displaying just one table we have to now display two tables for the same section

    Is it possible

  • Andrew Fomin.
    Andrew Fomin. Rank 6 - Analytics Lead

    I don't like word "impossible", that's why I'd say that I don't know how to do that [in Analysis].

  • 3244578
    3244578 Rank 3 - Community Apprentice

    haha
    is it possible in dashboard?

  • Andrew Fomin.
    Andrew Fomin. Rank 6 - Analytics Lead

    It is definitely possible in BI Publisher.

    And I've forgotten about a Narrative view in Analysis. It allows you to directly code view using HTML.

  • 3244578
    3244578 Rank 3 - Community Apprentice

    Looks like there isn't any direct solution to it

  • Andrew Fomin.
    Andrew Fomin. Rank 6 - Analytics Lead

    Actually, quick and dirty narrative view took me about 15 minutes. I don't think it will take significantly more to make it good-looking. But yes, that is not the best report from a support point of view.

    double pivot.PNG

  • 3244578
    3244578 Rank 3 - Community Apprentice

    if possible can u share the code, i jsut want the basics
    u can share the code in a simple way if you worry about data nd all
    will be really helpful Andrew