Drill to related in OBIEE

Hi,
Is there a way to achieve something like Discoverer "Drill to related" in OBIEE 11?
Requirement standing behind is to let user drill from initial report structure through many different paths (customer specified 30 predefined drill paths, corresponding to different hierarchy levels of 7 dimensions).
Initial report Structure is 3 static columns of one hierarchy: L1, L2, L3. User starts drill from L3.
L3 -> Product Category -> Customer Type -> Sales Rep
L3 -> Product Category -> Sales Rep -> Customer Name
L3 -> Geographical region -> Sales Rep -> Customer Name
L3 -> Business Area -> Customer Type
I could use Action Links Navigate feature, but you can imagine amount of target reports standing behind.
Can you suggest any smart way to achieve such requirement?

Thank you PeakIndicators_Alastair for suggestions.
As you mentioned using multiple drill paths would be difficult as there are 30 drill paths specified and it would be quite impossible even for experienced user to do desired drill with ease.
In my case it will be also a bit complex to let users modify reports because:
- query filter is based on presentation variables set in dashboard prompt, so report won't return any data when opened outside dashboard -> user would need to modify report, then go back to dashboard and set his prompts again
- user education would be needed how to include/remove columns from report; how to edit pivot table component
- when we let users include unlimited number of columns and he decide to use many hierarchy columns in one table, following issue will occur: 11g presentation hierarchy - limit of levels?
At this point I am thinking about something like:
- include several (most used in different drills) presentation hierarchy columns into main report table (all starts at "Total" level by default)
- on measure columns use Action Links that will open additional reports to let user further drill (open from dashboard in new browser window)
- E.g. "Product Category" and "Customer Type" presentation hierarchies are included into main table -> user first expand hierarchy to desired level then use action link to see diced Sales Rep details in new browser window.
This solution is definitely not perfect, mainly because of drill order: once user would like to drill from "Product Category" -> "Customer Type", other time "Customer Type" -> "Product Category", then he need to switch main report column order (possible from dashboard view).
I was wondering if there is another solution or trick available in OBIEE that lets users flexibly drill through ...
Regards,
mudi
Edited by: mudi on 28-Feb-2012 09:24

Similar Messages

  • Severe problem with 'Drill to Related' using drill icon

    Hi
    I have a severe problem with 'Drill to Related' in Discoverer Plus (10.1.2.54.25) using the drill icon of a worksheet:
    1. Though existing no items to drill to are shown in the context menu (or pop-up list), instead it says just 'Drill to Related...'
    2. Clicking on menue item 'Drill to Related...' results in 50% processor load (permanent) and no further update of the browser window (IE 7.0.5730.11) containig Discoverer Plus. There is no recovery of that state within about 20 minutes.
    This behaviour is both highly reproducible and annoying.
    When using the drill dialog instead of the icon the expected items are shown and 'Drill to Related' works fine. Although that is a workaround I don't think it acceptable to tell the end-users to use it.
    I searched metalink for a hint but couldn't find anything.
    Can anyone help?
    Franziska

    Hi S
    This seems to be a bug that was fixed earlier since we didn't experience it having applied cumulative patch 3 earlier.
    Something might be said about your problem in Metalink
    Doc ID: Note:422575.1
    Subject: Drilling With Discoverer Viewer 10g (10.1.2) Using Internet Explorer 7 (IE7) Fails With Javascript Error
    We still had to apply the patch for the bug I mentioned earlier in this thread in order to be able to see and select an item to drill to. Unfortunately the problem with the processor load up to 50% and nothing happening is still there.
    By the way IE 7 is certified now according to the Oracle certification information.
    Hope this helps
    Franziska

  • Is it possible to sort items in Drill to Related dialog !

    Hi,
    I want to sort the items, flowing from different folders from Business Area, in the Drill to Related dialog. Is it possible?
    Thanks !

    Behi wrote:
    It's still hacky and adds a left padding to the kind name of folders...
    that hack is with using space instead of ~ is the absolute best you can do.

  • Drill in gauges in obiee 11g

    I have a strange situation in gauge when i drill trhough dimension in obiee 11g.
    I create a gauge on a total level of a dimension and i want to drill trhough the next level.
    I select total level and measure i.e.:
    Total 10%
    I create a gauge and in the properties (section Gauge Titles) i set as title @1 and as footer @2.
    Viewing the gauge i see Total as title and 10% as footer.
    When i drill on gauge my situation became this (as seen on table):
    Total Child1 20%
    Child2 5%
    Child3 8%
    My gauges became 3 and i expect to see as titles Child1, Child2, Child3 and as footers 20%, 5%, 8%.
    Actually i have as titles Total, Total, Total and as footers Child1, Child2, Child3.
    Any suggestion?

    The base functionality (group by) is same by logical, and Column level. When your implementation is not using dimension hierarchies and you want a measure something like group by a column you go for Column level.
    The base difference is if you use dimensions you'll have drill down functionality thats it.
    We can go for any kind, if you use column level you'll be loosing beauty of drill down. Thats the reason OBIEE came with default dimension for each logical table.
    This functionality is available right from NQuire.
    Hope this helps :)

  • Parent child relation in OBIEE -RPD Issue

    Hi,
    I created a star schema by taking two tables . Now i want to establish parent-child relation ship .
    Now by clicking create logical dimension ----->Dimension with parent-child hierarchy ,the member key is not found.Pls correct me where i went wrong .
    Thanks-Bhaskar

    I know you said you have primary key defined already but just to make sure, can you follow these steps:
    1) Double click on dimension table
    2) go to tab 'Keys'. check if your primary key is defined there.
    3) If not, in 'Key Name', type in the key name
    4) select the primary key(column) in 'Columns'.
    5) Click OK.
    and then try to create hierarchy by following these steps:
    1) Right Click on the dimension table
    2) Create Logical Dimension -> Dimension with Parent-Child Hierarchy...
    3) Click OK (if you are OK with default values)

  • Query related to obiee 11g cluster

    Hi Gurus,
    We have setup the cluster envirnment in production.
    In that envirornment, we can see
    1) two console
    2) One EM.
    3) two analytics
    In the cluster envirnment, do we have only one EM? Is there anything went wrong in installation?
    Any response would be highly appreciated...
    ~Nicole

    Hi Jay,
    1.Do we need to setup JDK 1.6 and above before installing OBIEE?Not required
    2. Do we need to configure DHCP loopback adapter in Linux as well as we do in windows? If Yes how can I do it in Linux?On Linux x86 operating systems, configure the host to resolve host names to the loopback IP address by modifying the /etc/hosts file to contain the following entries:
    127.0.0.1 hostname.domainname hostname
    127.0.0.1 localhost.localdomain localhost
    After doing so, check that the host name resolves to the loopback IP address by entering the following command:
    /bin/ping hostname.domainname
    Regards,
    Dpka

  • Two questions related to OBIEE 11g setup in Linux

    Hi,
    1.Do we need to setup JDK 1.6 and above before installing OBIEE? as per below post OBIEE uses it's own JDK.
    OBIEE 11g on Windows 7 (64 bit)
    2. Do we need to configure DHCP loopback adapter in Linux as well as we do in windows? If Yes how can I do it in Linux?
    Please let me know the answers ASAP.
    Thanks
    Jay.

    Hi Jay,
    1.Do we need to setup JDK 1.6 and above before installing OBIEE?Not required
    2. Do we need to configure DHCP loopback adapter in Linux as well as we do in windows? If Yes how can I do it in Linux?On Linux x86 operating systems, configure the host to resolve host names to the loopback IP address by modifying the /etc/hosts file to contain the following entries:
    127.0.0.1 hostname.domainname hostname
    127.0.0.1 localhost.localdomain localhost
    After doing so, check that the host name resolves to the loopback IP address by entering the following command:
    /bin/ping hostname.domainname
    Regards,
    Dpka

  • Simulating Summary / drill down columns in OBIEE without actually changing Subject Area/Repository

    Hi,
    I have a  requirement where I need to group certain columns and simulate drill down (expansion and collapse) for them without doing any changes in Subject Area / Repository.
    We have measure columns revenues and a two geography columns Continent (values are Europe, Asia) and Country (Singapore, India, Japan, France, UK) in Subject Area.
    Continent is heirarchial column. Europe includes France and UK. Asia includes Singaore, India and Japan. We need to create a Summary Region SIUK (containing Singapore, India and UK) and another Region FJ (containing France and Japan). Analysis output should not show original Continent names. Analysis output needs to have three columns Region, Country, Revenue. When region is expanded then Country column should show the different countries. Example (Result before expanding i.e. clicking + )
    Region               Country            Revenue
    SIUK(+)             ALL                 600
    FJ(+)                 ALL                 400
    Result after expanding i.e. clicking +
    Region               Country            Revenue
    SIUK(-)             Singapore         100
                            India                 200
                            UK                   300                    
    FJ(-)                 France              150
                            Japan               250
    Please guide me about how to achieve this.
    Thanks, Atul

    Atul,
    If you really only want to use Answers / front-end approaches for this you won't be able to get the OLAP-style navigation rendered but would have to use navigation links or GO URLs.

  • Question related to OBIEE

    Hi,
    we are using a version of OBIEE downloaded from oracle website, Are there some components of OBIEE, we can't use until we have proper licensed version if yes what are those. especially can we use BI Publisher and delivers and can we schedule and deliver reports using these tools via Emails or any other media.
    Regards,
    Mimran

    hi,
    we are using it just for learning purpose.
    thanks
    Mimran

  • Drill Down Relation in Select Statement...

    Hi Team,
    I Have a two select statement, based on selection in first select statement the second statement should be filled up. ( I dont want My page to hit database again to fill my second select statement which is on same page)
    some how i could populate it by using div tag and innerHTML.... but at the end of page i want to alert user on their selection.... bu here i am not able get those two selected values....
    any help would be greatful.....
    Regards,
    Jagadeesh

    instead of using the div tag try to use xml, and build the next query by parsing the xml....

  • Drill Up in OBIEE

    Hi,
    Can anyone let me know how we can implement Drill Up feature in OBIEE.
    For example,
    Report we have customer,region and sales
    we have region->subregion->country->state->city->address as dimension and it gets drilled down.
    But i need to drill up, for that we need to use IE "Back" button. But this is a tedious job.
    Please suggest any alternative method for the same.
    Thanks in advance.
    Regards
    Sreekar Suri.

    Sreekar, there is a feature in Answers+ in 11g that I think will do what you are asking. It's called dimensional columns. Click on the link here:
    http://www.google.com/search?hl=en&q=Ljiljana+Perica%2C+Oracle+roadmap&btnG=Search&aq=f&oq=&aqi=
    See slide 24.
    On another note, with drill down enabled, you have two links on the bottom of each "child page." The "Back" link will take you up one level. The "Return" link will take you back to the top. Don't use the back button on the browser because among other things, if you have Dashboard prompts, they'll reset.

  • How to resolve Self Joins in OBIEE

    Hi All
    Could any one help how to resolve the Self Join relations in OBIEE (ex. "SCOTT.EMP" table has "EMPNO" column which is referenced by "MGR" column in the same table.
    Request:
    Need to drill down from the Top manager to his employees and so on
    Another example can be applied for reporting the Organisation Chart

    This is a great article that shows ho to do the Alias:
    Adding an Alias table within the BI physical layer using Oracle BI Administration Tool
    http://www.mandsconsulting.com/adding-an-alias-table-within-oracle-bi-administration-tool
    Thanks
    Subra

  • Discoverer Report - Drill down

    Hi Friends,
    initially I have executed the discoverer report and got the data in 5 min, but when I am trying to drill down for some column the same report It is re-executing the query again. Actually while doing drill down it should not re-execute the query.
    Kindly suggest is there any setting/solution for the same.
    Regards
    Pankaj

    Are you drilling down by choosing the 'drill to related item' or something like that?
    Or are you using a hierarchy that you've set up already?
    I'm asking as I've never like the drill-down concept in Disco in that you get all columns back in another worksheet that's totally ugly and not end user friendly.
    However, when I've set up a hierarchy and drilled down the hierarchy it just opens the new rows within the level I'm at in the same worksheet and doesn't seem to take any more time.
    Russ

  • OBIEE Report keeps running for some users

    Hi Mates,
    I am facing a issue, while running the report.
    This reports keeps on running and expires after the max time out for few of the users whereas for few users it displays the output in 30 secs or so.
    Just to add in Oracle Identity Management has been setup security.
    Tried looking into the log files but couldn't find something related.
    OBIEE Version - 11.1.1.5
    Database version - 11.1.2
    Regards
    Gyan

    You need to verify the sqls fired for both users and its data level security, you may be pulling more data for few users.
    Also, try running the sql query in Toad or some other tool and compare the performance.

  • Cannot get into 'Dashboard Properties' (OBIEE 11g) using IE 8

    When I enter an OBIEE 11g dashboard (as an Administrator) and click on "*Edit Dashboard*" & then click on "*Dashboard Properties*":
    1) the "*Dashboard Properties*" box pops up but...
    2) only the upper porting of the "*Dashboard Properties*" box displays
    3) the lower portion of the box never displays...it just stays all white. This portion is where the grid that would normally display the list of dashboard pages (where I could choose to hide pages)
    4) at the bottom left-had part of my browser, it says "*(11 items remaining)*"
    5) my browser stays locked like this & the only way to get out of it is to ctrl+alt+del
    Several things to note:
    1) I'm not sure when this started happening, but I noticed it sometime last week. I know in the past I was able to get into the dashboard properties, but now I cannot.
    2) I am on OBIEE 11.1.1.5.0
    3) I am on Win7 32-bit
    4) I am on version IE 8.0.7601.17514
    5) I can run OBIEE in Firefox and edit the dashboard properties just fine. This issue does not seem to exist in Firefox
    6) If I change to "*compatibility view*" in IE 8, I seem to be able to go into the "*Dashboard Propeties*" box just fine...HOWEVER, when I try to go into "*Edit Dashboard*" (while in "*compatibility view*") many of my objects (columns/sections) overlap & are weirdly placed all over the screen.
    7) I have tried modifying the httpd.conf file as per the official Oracle white paper relating to OBIEE 11g in IE8 (Doc ID 1312299.1) and it didn't seem to fix my issue
    8) I have also tried uninstalling & re-installing IE8 but that also did not seem to fix my issue.
    Has anyone else encountered this issue? If so, any suggestions on what one might do to fix it?
    Any help is greatly appreciated.

    Good suggestion. I have tried IE 8 and 9 and Firefox with the same results. An error is thrown in IE 8:
    "Message: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus."
    I believe this is referring to the fact that it cannot move focus to the username text field as the field is not displayed.
    Another note, our steps for upgrade were as follows so not sure if this is part of the problem:
    1. Install 11.1.1.3 OBIEE
    2. Upgrade to 11.1.1.5 OBIEE
    3. Run ua.bat for publisher schema and repository
    4. Now, do not see username/pw at login and thus cannot login

Maybe you are looking for

  • Extending Power Consumption by Day report to more than 31 days

    Hi I need to provide some information to management about computer activity on different days of the week in our environment. My first thought was the Power Management reports in SCCM and the 'Power Consumption by Day' report seems to fit what I'm af

  • Make spry child font size different from parent

    Hi you all, Hi am using the old spry menu. This works for me so i dont need the spry ui menu.If you want to make the child text font sixe and padding different create your own selectors. ul.MenuBarHorizontal ul li a     font-size: 12px;     padding:

  • [solved] How can I remove a package?

    I used to have a *-32 and a *-64 version of a certain package but recently wrote a PKGBUILD that detects the architecture and downloads the correct archive respectfully, so I want to remove my old two packages.  There used to be a button where I coul

  • ActiveSync Quarantine Administrator Email Changed - No ECP Link

    For some reason the emails generated by the Exchange 2010 servers when a mobile device is quarantined have changed. We now no longer have the clickable link to open the device within the ECP. Old Email The Exchange ActiveSync service has quarantined

  • Theft

    I bought a 5800 from nonenglish speaking people at a Nokia store. I had to buy it to learn abuot it. I bought it, took it home for a day and realized it didnt even come close to doing what the promos promised. I went to retun it the next and was told