OBIEE 11g Hierarchy and Fact interaction

I have an issue where I don't know if OBIEE functionality will allow for the behaviour requested. I have 2 Fact tables, one at the Date grain and one at the Date Time grain (Hours and Minutes).
We have two Physical dimension tables (Time and Date). The Date snowflakes off the Time. My intention was to create one Logical Dimension (Date Time) and set up the appropriate Levels (Year | Month | Day | Hour | Minute).
The Logical Layer consists of two Logical Facts, each with one LTS. And the one Time Date Dimension. The LTS for the Fact at the Date grain has its Content Level set to Day. The LTS for the Fact at the Date Time grain has its Content Level set to Minute.
The behaviour I am seeing is that when a user runs an Ad-hoc request and selects, lets say Year, Month, Metric from Date grain fact. The default behaviour allows them to drill down from the Month to the Day, which is expected. What wasn't expected was that the default drill-down is still active on the Day column in this request. When the user drills into the Day column it returns the Hours with the metric now NULL. I would expect the metric being NULL as this Fact isn't at this level. What I wasn't expecting was the tool allowing the user to be able to drill past the Day when the Fact being hit has it's Content Level set to Day.
I am missing something here or is this the expected behaviour?

Thanks for the response, in regards to whether it is 1 or 2 Logical Facts, it is still the same behaviour. IN regards to the Logical Dimension, yes it is set with two LTS with the applicable content levels set. I even tried that as just 1 LTS doing the join through the General tab. Still the same behaviour with the drill-down. I am assuming it will always go through the full drill path regardless of what level the Fact you are hitting is at.

Similar Messages

  • Weird behaviour of OBIEE 11g hierarchy columns

    Hi,
    I'm facing this weird issue when i implement the OBIEE 11g new feature called hierarchy column.The issue is that the last value in the hierarchy is reporting
    Example
    Store Heir-achy
    ->Store Country
    ->Store City
    ->Store name
    ->Store Name
    ->Store name (And the level goes on and on).
    I don't know why this weird thing is happening.Any help is appreciated.
    Thanks,
    Sunny.

    Thanks for the response, in regards to whether it is 1 or 2 Logical Facts, it is still the same behaviour. IN regards to the Logical Dimension, yes it is set with two LTS with the applicable content levels set. I even tried that as just 1 LTS doing the join through the General tab. Still the same behaviour with the drill-down. I am assuming it will always go through the full drill path regardless of what level the Fact you are hitting is at.

  • OBIEE 11g hierarchy drilldown custom headings

    In an OBIEE 11g report, have a column which is in a hierarchy. Can use the properties and change that column heading from "Level 3" to more descriptive name in the Criteria.
    When report is opened/run and that column is clicked, the next column is labelled "Level 2" and then "Level 1".
    Because what is in the levels depends on what else is connected, cannot hardcode the text in the rpd.
    If the Level 2 and Level 1 columns are pulled into the Criteria and either hidden or not put in the Results, the drilldown is removed from the Level 3 column.
    How can the drilldown columns' headings be customized, changed for that report?

    Try using Presentation variables, if the column is formatted in the reports.
    Edited by: veeravalli on Oct 2, 2012 11:16 AM

  • OBIEE 11g - Hierarchy

    Hi,
    My client is on OBIEE 11g. Is it possible to create a tree-like structure (as shown below) from a hierarchy in the prompt?
    TestPrompt should show following
    Org Level1
    ------Org Level2a
    ------------Org Level3a
    ------------------Org Level4a
    --------Org Level2b
    --------------Org Level3b
    --------------------Org Level4b
    Will appreciate your inputs.

    I was able to achieve this by dragging the hierarchy from the presentation table into the request and then created a prompt on it. The values in the hierarchy display fine in the prompt selection box - like a tree. But, once you pick a value from that tree it doesn't seem to apply that as a filter. Has anybody else come across this?
    Thanks!

  • OBIEE 11g Hierarchy expanding issue

    Hi Experts,
    I have an Analysis report which I display hierarchy and I have many reports which contain hierarchy.
    But I have a specific report which only expand up to 1 level only unlike my other Analysis reports which display the hierarchy up to the last level.
    This report that only expand up to 1 level have many records (about 1.5K).
    Can you help me fix/resolve this issue about the hierarchy
    My OBIEE version is: 11.1.1.6 (11.1.1.6.0.120104.0152.000 to be exact).
    My hierarchy is properly displayed in other reports but one of my reports, the hierarchy is not displaying well.
    SCENARIO:
    all reports have same hierarchy fields to be displayed:
    report 1 (displays only 50 records or less) - good
    report 2 (displays only 50 records or less) - good
    report 3 (displays only 50 records or less) - good
    report 4 (displays more than 1000 records) - not working
    Thanks,

    Hi JaiG,
    My OBIEE version is: 11.1.1.6 (11.1.1.6.0.120104.0152.000 to be exact).
    Yes, the hierarchy is defined is defined in the repository.
    My hierarchy is properly displayed in other reports but one of my reports, the hierarchy is not displaying well.
    SCENARIO:
    all reports have same hierarchy fields to be displayed:
    report 1 (displays only 50 records or less) - good
    report 2 (displays only 50 records or less) - good
    report 3 (displays only 50 records or less) - good
    report 4 (displays more than 1000 records) - not working
    Thanks,
    any updates experts? :(
    Edited by: OBIEE Learner on Dec 13, 2012 12:42 AM

  • Usage Tracking in OBIEE 11g - S_NQ_DB_ACCT and S_NQ_ACCT

    Hi Experts,
    How to fetch the physical query using usage tracking in OBIEE 11g, i hope in OBIEE 11g there is a feature to capture the physical query using S_NQ_DB_ACCT.
    I have imported the table S_NQ_ACCT and S_NQ_DB_ACCT in to RPD.
    Please let me know how to join these two tables(Using which Key).
    Thanks.

    Hi,
    Which version are you using it?
    If you in obiee11.1.1.6.0 and above version refer,
    CREATE TABLE [dbo].[S_NQ_ACCT](
         [USER_NAME] [varchar](128) NULL,
         [REPOSITORY_NAME] [varchar](128) NULL,
         [SUBJECT_AREA_NAME] [varchar](128) NULL,
         [NODE_ID] [varchar](15) NULL,
         [START_TS] [datetime] NULL,
         [START_DT] [datetime] NULL,
         [START_HOUR_MIN] [char](5) NULL,
         [END_TS] [datetime] NULL,
         [END_DT] [datetime] NULL,
         [END_HOUR_MIN] [char](5) NULL,
         [QUERY_TEXT] [varchar](4000) NULL,
         [QUERY_BLOB] [ntext] NULL,
         [QUERY_KEY] [varchar](128) NULL,
         [SUCCESS_FLG] [numeric](10, 0) NULL,
         [ROW_COUNT] [numeric](10, 0) NULL,
         [TOTAL_TIME_SEC] [numeric](10, 0) NULL,
         [COMPILE_TIME_SEC] [numeric](10, 0) NULL,
         [NUM_DB_QUERY] [numeric](10, 0) NULL,
         [CUM_DB_TIME_SEC] [numeric](10, 0) NULL,
         [CUM_NUM_DB_ROW] [numeric](10, 0) NULL,
         [CACHE_IND_FLG] [char](1) NOT NULL,
         [QUERY_SRC_CD] [varchar](30) NOT NULL,
         [SAW_SRC_PATH] [varchar](250) NOT NULL,
         [SAW_DASHBOARD] [varchar](150) NOT NULL,
         [SAW_DASHBOARD_PG] [varchar](150) NOT NULL,
         [PRESENTATION_NAME] [varchar](128) NOT NULL,
         [ERROR_TEXT] [varchar](250) NOT NULL,
         [IMPERSONATOR_USER_NAME] [varchar](128) NOT NULL,
         [NUM_CACHE_INSERTED] [numeric](10, 0) NULL,
         [NUM_CACHE_HITS] [numeric](10, 0) NULL
    ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
    this one is working fine and no issue.
    Thanks
    Deva

  • OBIEE 11g RPD and case study document required for practice

    Hi OBIEE guru's,
    Could you please help me by posting OBIEE 11g sample RPD and case study document for creating Answers and Dashboards.
    I need to brushup my skills on creating Answers and Dashboards.
    Thanks in advance.

    Satya,
    have you looked at the sample app. This has many different cases and you can "play" with the data yourself. Quite powerful:
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    have fun
    alex

  • OBIEE 11g Actions and SSL

    Hi,
    I am attempting to use the action framework within OBIEE 11g, specifically invoke a web service. When I go to New -> Action I get a server error:
    An error occured during processing of the SSL protocol
    1093359936:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:1059
    The log viewer in Enterprise Manager gives us
    UNKNOWN_CA alert received from [HOST] - [IPADDRESS]. The peer is rejecting the certificate chain as being untrusted or incomplete.
    We have SSL on and it is working fine everywhere apart from when I try to create the action. I (and my colleagues) have trawled through all the documentation and googled everything we can think of with no success. Has anyone else seen this or maybe has an idea as to what is going on?
    Thanks for any help.

    Hi Christian
    Thanks for your reply. The BI system is SSl secured so is running over https but I don't even get a chance to select any web service, SSL or not, (or even put in a wsdl url) as the error occurs directly I click on anything that creates a new action. It is therefore an issue with SSL on the BI server itself (or the communication between components) but I am stumped to what it can be.

  • OBIEE 11g, Informatica and DAC: Migrating from Oracle DB to SQL Server?

    Hi Gurus,
    Currently we are implementing OBIEE 11g with Oracle BI Application for EBS (Supply Chain, Procurement & Finance modules). We have incorporated all OUT-OF-THE-BOX mappings and configurations in DAC, Informatica and RPD (no change, only OOTB). We were using Oracle DB and Linux servers.
    Now the client wants to migrate this to one Windows box.
    Can anyone point out, what are the changes need to done to migrate to SQL Server database. Any existing documentation or link will be helpful.
    Edited by: Sudipta Gupta on Aug 2, 2012 1:59 PM

    If you are using SQL Server 2008 then you need to edit the DAC config.bat file replace sqljdbc.jar with sqljdbc4.jar.
    Rest of DAC and Informatica configuration is almost similar.
    Let us if you come across any issues.
    Hope this helps

  • OBIEE 11g: Hierarchy Drills & Graph Scales

    Hi eveyrone,
    I have a time-series graph with dates along the x-axis and my measure value along the y-axis.
    In the "Sections" portion of the graph I have a node based hierarchy.
    I have 4 columns in the report.
    Presentation hierarchy (node based hierarchy), Hierarchy Dimension column (regular FK link to the hierarchy dimension but not a presentation hierarchy), Date, SUM( Metric by hierarchy dimension column)
    In the graph, I create a line scale marker and set it to be based on my one measure column. I also graph my one measure column.
    In therory, since I'm graphing the EXACT same column that the scale marker is tied to, they should ALWAYS appear to overlay. And in fact they do at the first level of the hierarchy.
    But when I drill into the hierarchy, the measure column changes, but the scale marker does not.
    Why does this happen?
    It is the exact same column so they should always be the same value. It's a pretty frustrating bug because as you drill, the scale of the measure changes but the scale of marker does not, so it's basically like you're viewing a flat line because the y-axis is too far off from the actual column measure to see any trend.
    Has anyone seen this?

    Thanks for the response, in regards to whether it is 1 or 2 Logical Facts, it is still the same behaviour. IN regards to the Logical Dimension, yes it is set with two LTS with the applicable content levels set. I even tried that as just 1 LTS doing the join through the General tab. Still the same behaviour with the drill-down. I am assuming it will always go through the full drill path regardless of what level the Fact you are hitting is at.

  • Obiee 11g hierarchy columns download into csv format.

    When using hierarchical columns, Is there a way to download the results as the user see it on the view (be it table or pivot view) into a CSV format.
    Excel format works, but if the user drill down on the hierarchy column and then export in CSV format... the data gets exported to the level the report was originally set.
    Is there any way to change this behavior?
    One option we can recommend to users is to download in excel format and then convert to CSV....if needed.
    FYI, we just starting looking into 11g 11.1.1.5 version... planning to migrate from 10g to 11g...
    Thanks
    Sundar

    Nii Moi wrote:
    Hi Every Body,
    am using asp.net as a front end and oracle 11g as back end am wondering if there is a way to download data in an csv format and merge them into a table.How is this related to Application Express ? Please explain

  • OBIEE 11g - zeros and nulls and rows, oh my!

    Hi, dumb question here, but I need some help with handling zeros and nulls with OBIEE.
    First off, I have a fact table that contains five "metrics" - A, B, C, D, and E. Often (but not always), only 1 of the 5 columns is populated, the others are NULL.
    In the RPD, I've brought in these 5 columns and set their aggregation to SUM. In addition, I've created other calculated metrics such as F = A+B, G = A+C+E, etc. To get these calculations to work right, I seem to have to use IfNull(metric,0) often, because apparently NULL plus a number equals NULL.
    From a usability standpoint, here's what I'm seeing on reports that I don't like (for instance, imagine the particular report is displaying columns A, B, and F only)
    #1 - If A and B are both NULL, the F column always shows as a 0 because the formula is IfNull(A,0) + IfNull(B,0). It would be nice if I could get F to also show NULL, without making the formula complicated
    #2 - Rows are showing on the report where everything on the row is either NULL or 0. I assume this is because one of the columns not being displayed has numbers in it. Is there a way to get OBIEE to not show rows that have all zeros or NULLs? Or is this due to the fact that the IfNull(A,0) + IfNull(B,0) is returning a non-NULL answer...and if I modified the formula so it did return a NULL it would magically go away?
    Thanks!
    Scott

    p.s. regarding issue #2...I suppose I could put a filter on to filter out rows with all zeros or NULLs, but this filter gets uglier and uglier as the number of columns grows...and I wouldn't want developers to have to do this.
    Thx,
    Scott

  • OBIEE 11g RPD and Weblogic Identity Management

    Hi,
    I have an issue where only users from one weblogic Provider (LDAPAuthenticator) can log into OBIEE.
    New users created using the default provider (DefaultAuthenticator) cannot log in (the exception is the Administrator user which was upgraded from 10g).
    If I open the RPD in online mode and connect to 'Identity Management', I do not see the new users above in the list (i.e. they have not been pulled down by OBI)
    Error message in the logs show "authentication passed, however use cannot be found in identity store" - which makes sense as I do not see them in the RPD. Any ideas?
    N.B: New application roles in weblogic are syncing with the the RPD correctly.

    Thanks for your reply Paul. That is quite a drawback if it is the case. I guess the fall back is to implement one authenticator and if that fails, it would pass on to the RPD authentication (like in 10g)? Have you by chance managed to implement the 'act as' obi functionality with the weblogic authenticator setup?

  • OBIEE 11G RPD and Catalog

    HI
    Can any one help me
    how to create new catalog for Bisample repository to deploy the rpd and catalog
    can any one explain beiefly plz

    Follow these steps
    1). Go to localDrive:C:\OBIEE11G\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1
    2). Open your instanceconfig.xml file
    3). Find <CatalogPath> and </CatalogPath> tags
    4). Write the new catalong name that you want to create (suppose sh_new) then your tag should look like this
    <CatalogPath>C:\OBIEE11G\instances\instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/obirep</CatalogPath>
    5). Save the file and start/re-start the BI presentation service
    6). It automatically creates the obirep catalog, once we start our presentation service and you need not to create anything manually.
    Pls mark as correct

  • Peoplesoft Trees as Hierarchial Columns in OBIEE 11g

    Sorry for a duplicate posting. Logged in as a normal user with random number. I know how much people hate it. Logged in as myself now.
    Hi,
    I have extensively searched using Google or 11g docs but could not find a proper solution to using Peoplesoft trees in form of hierarchial columns in obiee 11g. Can the rpd of obiee 11g be designed to view the Peoplesoft tree structure( as it is in Tree manager in Pplsoft) as hierachial columns in obiee 11g? I am sure hierarchial columns as a 11g feature are not just for visual representation in tree format but also can be viewed in Answers and queried against it,am I right?
    Anybody who has worked on trees and OBIEE 11g hierarchial columns? Ahsan/Navin??
    Thanks,
    Dan

    I have not used the 11g hierarchical columns for PSoft Trees but I can think of a glaring reason NOT to do this..PERFORMANCE. If I understand correctly, 11g issues a group by and Union as you traverse this type of structure and PeopleSoft trees have a number of tables to represent the actual TREE. I cannot possibly see how this can be effective especially with a large scale BI Apps DW? This is part of the reason the trees get flattened out via the OOTB ETL adaptors for PSoft.

Maybe you are looking for

  • Will not recognize internal hard drive

    I have a strange problem with a 2009 MacBookPro.  It started acting "strange" for the user over the past few months.  By "strange" I mean it would freeze, or fail to boot, or sometimes even restart without any reason.  Now, it gets even stranger.  Tr

  • How to list all the rows from the table VBAK

    Friends , How to list all the rows from the table VBAK.select query and the output list is appreciated.

  • IT 0028 - Do not specify a subtype

    I am trying to enter data in IT0028 through PA30. But after choosing subtype , it is givngin me this message. whereas all the configuration is correct. Please help me in this. Thanks, Viru

  • Changing weblogic-application.xml

    I deploy an EAR file which contains <prefer-application-packages> at weblogic-application.xml. Then, I deploy other applications. According to CAT, I need to modify weblogic.xml. Can I add new contents to that file without redeployment?

  • Skype Repeatedly Crashing Win-7

    A few months ago, skype became unstable. (I think it was around september) It began crashing every so often when I would try and make a call.  At the time I uninstalled/re-installed but it did not help. Since then I have tried numerous fixes includin