Operation "Pierce" in OBIEE

Hello

Can someone let me know how the "Drill Through" operation works in OBIEE?

Kind regards
Jitendra

Thank you for the invitation.
The following options of drilling:

1 - drill Down: when we are at a higher level of aggregation and want to go to a lower level within the same size. Time dimension ex: year quarter-monthly...
2 - drill UP: when we are at a lower level of aggregation and want to go further in the same size. Time dimension ex: trimenstre for months to years.
3-drill through: when we are at a lower level of aggregation and want to go to a minor or vice versa, in different environments. Ex Dimenao time: quarter of the year in a Data Mart for Essbase Dimension at the time: month in a DW in a relational database.
4 extract: when we're at a level of aggregation within a dimension of this level and go to the other in another dimension. Ex the dimension product: name of the product to the Customer Dimension: name of the client, or you want to know what products or those that customers have purchased.

If you need an example of use of OBIEEe, send an email which will answer containing the repository I created on extract.

Thanks again and I'll be available for any questions!

Marcelo.

Published by: MarceloLeite_BsB_Brasil on 01/28/2010 09:23

Tags: Business Intelligence

Similar Questions

  • Pierce in OBIEE

    Hi, I set to 6 levels dimension hierarchy in the repository of a table.

    I have a flat table in the database that represents the hierarchy and who is as below:

    some levels have none, and some have. the maximum levels is five, let.
    When a level has no sup level, there is a value zero in the field.

    the top 5 of most and level being the lowest level is level 1. as below:

    http://img828.imageshack.us/img828/2531/29116555.jpg





    I have a table, where I have the employee name, employee number. I joined these two tables and

    I did a dimension hierarchy combining these two tables.
    In the report, I must see, employee details as child to the last existing level.
    So, I've included the name used as detail for this hierarchy.

    Now my problem is,
    Is no overtime at particular level level, noted as null in the table, so I should see the name used after this level.

    In other words, when a level is finished and has no more additional levels, it should display the name used as the level of the child and followed by the value of measure for that.

    For example, in the report, I must see it as:

    http://img101.imageshack.us/img101/5760/43637216.jpg





    When I drill A, he should show me levels a, b, c and d, empname

    When I click again on c, since c has no sup level, he must retrieve the name used as exploration down.

    I hope I am clear. I am not able to implement

    Please help me.

    Your describing a ragged hierarchy that is not natively supported in OBIEE 10 G

    Your options:

    (1) Flatten the hierarchy within your ETL process, your 2 'c' level could be filled completely to the bottom of the hierarchy, treat any big really, just more columns in the report until you get on the employee's behalf + number or what you have on your detail / the leaf level.

    (2) use a function nvl() everything that sustains your the source db and return a 'no child' or literal string of similar value, at least people will know they have hit the bottom of the actual data (level 2 in this case) and are now Pierce at the level of detail. You could get clever and use instruction box on the value and offer a form of GOURL another report to stop the drilling (but it will not break up on the dashboard, there will be a new window)

    (3) 11 G is out since yesterday, I think that this supports unbalanced hierarchies now it does not work? I have not had a good play again, my colleague has been beta-testing, but some of us are to charge the good days ;-)

  • Safety of the unit operation of the OBIEE EBS R12

    Hi all

    Previously, I joined OBIEE 10.1.3.4.1 with EBS 11.5.10 and I created 3 blocks of initialization EBS Single Sign on integration, get EBS security context, the responsibility of EBS group and 2 reference static variables ORA_EBS_OLTP_DSN, ORA_EBS_OLTP_USER and finally configured pools connections on the side of repository. I put the execute connect on request to call the function "app_initialize" of the EBS.

    Now I am trying to set up integration with EBS R12 and have founded business unit security. To do this, I created an additional initialization block to fill the OU_ORG variable. Is this block extra enough to set the security of operating in R12 unit. As I am being able to connect EBS R12 in the responses, but the session does not appear to be initialized and does not appear the data in reports. I have the metalink document follwoed to define integration for EBS 11.5.10. Is it the same for R12 or all other measures must be made?

    THX!
    RK

    R12 is different in terms of security of the org.
    You must call mo_global.init('S') or similar.

    Kind regards
    Gareth
    Blog: http://garethroberts.blogspot.com
    Web: http://www.virtuate.com

  • Hi all small problem

    Hi all

    I want to select statement use to call the function, in this function, we are making some DML operations
    but using functions, we cannot perform DML operations, I went if google I found something which

    SAQ > number of variable g_num
    Scott@ORA92 > exec: g_num: = ser_adm.populateServices (-1, 'A', ' B', 2, 'C', would be ", 3, SYSDATE)

    http://www.Oracle-base.com/forums/viewtopic.php?f=2 & t = 4782

    I am a developer then obiee, obiee we can call the functions but not procedures
    thing is that we need some operations DML to obiee answers then, how can I do

    Thank you
    Françoise

    Not a good idea, you can make this independent function to perform DML operrations in there and also call the same sql statement.

    Something like:

    SQL> ed
    Wrote file afiedt.buf
    
      1  create or replace function my_func RETURN NUMBER IS
      2  PRAGMA AUTONOMOUS_TRANSACTION;
      3  BEGIN
      4  update emp set empid = 1;
      5  ROLLBACK;
      6  RETURN 1;
      7* END;
    SQL> /
    
    Function created.
    
    SQL> select my_func from dual;
    
       MY_FUNC
    ----------
             1
    
    SQL> 
    
  • How to use BETWEEN operator in OBIEE 11g physical layer

    Hi Experts,

    How should I do the between operator features in the physical layer if it looks like my needs?

    TABLE_1.COLUMN_1 = TABLE_2 is with COLUMN_2, COLUMN_3


    Here's the syntax for BETWEEN the function of the operator when I try to insert them.
    < < Expression > > BETWEEN < < upper limit > > AND < < minimum > >


    Thank you

    Published by: OBIEE/BEEP forumer on 3 November 2012 23:37

    Try this

    'TABLE1 '. "' COLUMN1 ' BETWEEN 'TABLE2 '. "" COLUMN2 "AND"TABLE2 ". "" COLUMN3 ".

    This will return all the records where the value of Column1 is located between Column2 and Column3.

    I hope this helps.

  • How to perform the group by operation in OBIEE 11 g

    Hello

    I've created a report for the 'nationality wise County Department', since for this that I have to give 'group by Department' to get the right answer...

    But in OBIEE 11 g presentation service how do I give "Group BY" operation... to look at a correct number of nationality wise...

    Kind regards
    Harry...

    Hi Hari,

    did you run the same sql in Toad and see what results you got? hope you get a mistake... because there are columns select no defined in the group by expression.
    first of all, you should know THAT GROUP BY must contain all the columns that exist in select statements, other than those involved in aggregations.
    So, you have TO take the Department to the answers. If you want to not show her in your results, just to hide this column by going to the properties of the columns.

    Thank you
    -nag
    http://www.obinotes.com

  • OBIEE 10 g: Promoted filter does not use BETWEEN operator in SQL

    I have a prompt with operator control and Calendar is between . During the initial loading a sql report uses the BETWEEN operator in SQL very well (because is invited filter). But when a new date is selected and click on GO, it shows < = operator in the SQL instead.

    Expected:

    AND T9610. "" calendar_date "between CONVERT(DATETIME, '2015-01-15 00:00:00', 120) AND...

    Actual result:

    AND T9610. "" calendar_date "< = CONVERT (DATETIME, ' 2015-01-15 00:00:00 ', 120)

    We are moving from Windows server 2003 to 2008. Our development app. works very well, it always uses the BETWEEN operator. but our new production and uat approx. has this problem. I confirmed the sub elements between environments.

    RPD

    Catalog

    Version 10.1.3.4.2 (Build 110727.2045)

    InstanceConfig.Xml

    DBFeatures.ini

    NQSConfig.ini

    SQL Server 2008 R2

    Windows Server 2008

    My research of existing patches show everything to be due to my problem. What else could be missing?

    Turns out that I have wrong set of resource files (res folder), they'RE pointing to. Once I directed to the other game that worked.

  • OBIEE - operator "contains a '.

    Some please explain the use of * "contains a" * operator in the guest column and also the syntax to use. ' "

    It would be useful if someone answers as soon as POSSIBLE.

    Thank you

    Published by: 974555 on December 3, 2012 01:08

    Published by: 974555 on December 3, 2012 01:45

    It's like;
    Where YourColumn like '% YourValue % '.

    appreciate if you mark as correct

  • Intersect operation in OBIEE

    Hi all

    I have a report that shows the diagnosis and patient's name. I am trying to create a report that displays two columns filtered on the following condition: where diagnosis = 'A' and the diagnosis = 'B '. I tried to use the above filter condition so that the rule intersect usage, but no lines appear in the result. However when I remove the filters I know with certainty that there are patients who have two diagnoses.

    When I create an alias from diagnosis to the RPD and create the above mentioned report with filter diagnosis1 = 'A' and diagnosis2 = 'B', I have the correct answer. Is there a way I can get the right answer without creating an alias in the RPD?

    Thanks a ton!

    It is not possible for a row to have two different values in the same column, then this creation as a simple filter won't work (it will return no results because no row can be both 'A diagnosis' and 'Diagnostic B' in the same column).

    I think that what you want is a list of all patients who have a diagnosis and another line with diagnosis B, is that correct?

    If then your operation intersect must work, don't forget that it can work only when all the columns match, so do not include the column of diagnosis in individual reports, just in filters (because you will have a single report with filter = 'Diagnosis A' diagnosis and a report with the filter 'Diagnosis B', is not possible to have an intersection if you include the diagnosis column in reports). I would start by just patient name to see it work and then build the report from there.

    Kind regards

    Matt

  • OBIEE - navigate to "Pierce" effect

    Hello


    I have developed on OBIEE for a month now and have written that some reports with navigate a dashboard in order to coordinate the multiple reports on another page of dashboard.

    It works very powerfully, simply by putting filters 'invite' on all the fields of the target report and for the navigate to the dashboard page - not a single nice - very nice - report - impressed - love it!


    BUT -I was not able to reproduce this when trying to achieve the same effect with linked folders, based on tables, with the same field names and data values - when I want to move from one reports based on folder has another report, based on the folder B - works to navigate, but the content of the report is the complete set of data not limited by the "prompt" filter and the value one clicked to start the navigation.

    Is there a trick to this, can anyone help please?



    Thank you

    Robert.

    Know that OBIEE is primarily a BI tool - not a forms 9i, Java swing or equivalent same asp.net (sorry!)-, but the solution only includes features of publication (postback) standard - and I've seen dealing with XML for easy insertion and put messages updated to allow a simple web form style feature.

    Yeap it's writeback I mention. You can build things around him, but Oracle says explicitly that there are very limited ways: http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31766.pdf (page 93f).
    So, you're dead on your judgment ("post in a field of comment or a similar feature"). Regarding the "sophisticated data entry" for me, the question arises: why would you do the data entry sophisticated in an analysis-oriented database? Forecasting and planning tasks, there are applications purpose-built from the Hyperion product stack.

    In all cases, you should monitor and keep the distinctions between 'normal' analysis of data and that you write in the clear. Users normally get confused with the analyses that pull data from sources of refresh cycles for example.

    provide style budget reports to users

    Now you're in territory Hyperion Planning: http://www.oracle.com/appserver/business-intelligence/hyperion-financial-performance-management/hyperion-planning.html

    tell you what I have described is beyond the scope of the intended OBIEEs feature?

    Usual answer: "it depends." Of course, you can do OBIEE do all this. The question is: is this really the right tool to do? It is worth the effort and hassle? Wouldn't be easier, cheaper and more advantageous for the company just to buy an app that is specifically designed for this and therefore offers you 100 times the functionality that you can build in the time it takes to implement a standard set?
    Therefore, as always... make or buy. Just keep in mind that if you choose a standalone application he won't say that the link with your Analytics data is lost... OBIE can simply connect to what it is and still represent consolidated reports between the systems.

    See you soon,.
    C.

  • RCU for OBIEE 11.1.1.9

    Hello

    IAM going to install OBIEE 11.1.1.9 on Solaris SPARC 64-bit machine. But when I checked for UCR 11.1.1.9, it is available for Windows 64-bit, Linux 32 and 64-bit Linux platforms. How should I proceed?

    Please suggest a solution/work around for this as soon as possible.

    Cordially.

    KK

    Kingkk-Oracle wrote:

    Please suggest a solution/work around for this as soon as possible.

    Cordially.

    KK

    I suppose that you work for Oracle by your user name but ask you a solution as soon as possible on a public forum

    If you read the documentation of Oracle - Oracle® Fusion Middleware system requirements and specifications

    10.1.1 RCU supported platforms

    The remote control is available on any x 86 32 - bit Linux and Microsoft Windows 32-bit operating system used with Oracle Fusion Middleware. You can run the RCU of these machines to connect to any Oracle database, IBM DB2, MySQL or Microsoft SQL Server local or remote certified to create patterns required by Fusion Middleware components. The database can run on any operating system supported by this particular database platform.

    Beginning with 11g Release 1 (11.1.1.4.0) and later, the remote control can also be run on any x 86 64-bit Linux and 64-bit Microsoft Windows used with Oracle Fusion Middleware's operating system. On 64-bit Linux operating systems, you must run the following command before starting the RCU:

    set linux32 bash
    

    See you soon

    John

  • OBIEE 11 g Count function is not working with filter

    Data in the database table:

    PERSON SALARY COUNTRY
    Person10Greenland
    Person2200Greenland
    Channels3200Italy
    Individu4200Italy
    Person5200Italy
    Person6200Italy
    Person7200Italy

    In OBIEE Analytics, I want the analysis as below:

    Number of people

    Count (person)

    Total of people who receive salaries6

    FILTERS:

    The salary is greater than 0 (salary > 0)

    ------------------------------------------------------------------------------------------------------------------------------------------------------------

    The problem is that the filter did not work and he count all rows, including the value of zero, as below.

    PEOPLE WHO GET SALARY TOTAL: 7 (that's a wrong answer, it should be 6)

    -This is an example raw, I have about 10,000 people and about 500 people who not get salary / zero salary, I can't put all the people in the report, I need only total sum people.

    -If I try to use the formula for the column as: filter (count (person) using salary > 0), it gives the error message. There is no grouping allowed or something like that: aggregate is not allowed in the USING of a FILTER operator clause nQSError: 22034

    -Also, I put some measures in RDP, using the case function, but the result is the same in the report: 7

    Anyone has any idea how I should resolve this situation?

    Create a column in your report that is

    CASES WHERE salary > 0 then 1 ELSE 0 END

    Then set the sum aggregation rule for that... check that it works, then drop the columns of detail out of your analysis.

  • obiee on 64-bit windows setup error 8

    Hi people,

    I have a question instailling obiee 11 on 64-bit windows 8

    ERROR: this version of the Oracle Fusion Middleware Business Intelligence 11 g game requires a 32-bit Microsoft windows.

    Please download the appropriate installed your operating system or contact the Oracle Support.

    I downloaded 32-bit and 64-bit of the site and always get the same message.

    Thank you...

    I managed to install it by using the oracle instead of the file setup.exe installer

    Thank you

  • Can OBIEE on UNIX OS - we use LDAP using Microsoft Active Directory for UNIX OS?

    We are looking at options to run OBIEE 11 g on a UNIX server.

    Can we use authentication using Microsoft Active Directory LDAP for authentication OBIEE?

    Short answer: Yes.

    Longer answer: Yes you can. Operating system has no influence on that. All you need is the ability to connect to LDAP, and it's pure networking.

  • OBIEE 11.1.1.9.0 does support Windows 8.1?

    My requirement: install Oracle DB, UCR and OBIEE in Win 8.1 or even win 10...

    If I can, I can go with this combination - DB Oracle 11 g R2 and OBIEE 11.1.1.9.0? Or shud go with Oracle 12 c instead of 11 GR 2 for 11.1.1.9?

    Pls help...

    Thanks in advance

    -depp

    As Andy Rocha said he's taken over (for this kind of question, the best thing to do is to look for the latest certification matrix and you have all your answers).

    Just a point: in case you are not intending to install in a virtual machine, but you want to install directly on your PC/laptop I advise you to avoid. Always opt for a virtual machine as it is a test configuration (I can't imagine a prod environment, is not using a server operating system) and so you can easily take backups (snapshot of your VM), installation of new versions or older versions, etc.

    Do not try to use install in Windows 10: the OS has been out for 2 weeks now, so of course a level Enterprise Server application is not developed to support the OS freshly released client. The Admintool had to wait 11.1.1.9 for finally works with Windows 8 / Windows 8.1, so cannot really expect installation complete work in Windows 10, I'll already be happy if the Admintool works in Windows 10...

    For the OBIEE DB 11.1.1.9 is fine with Oracle 10, 11 or 12. You can use a 12 c DB without problem and it works fine, if you want to use 11 it is also very good.

    (Nice to see you on Andy here)

Maybe you are looking for

  • Satellite A300 PSAGCA - 02Y010 - error: driver Webcam open failed

    Problem:Receive error whenever I try to use the camera for Toshiba support software: Webcam driver open failed. Restart the computer or the camera. Webcam does not work in Skype. It seems that it is a very common problem with the A300s series, but th

  • Broadcast Master with M + E and English Mix stereo

    How can I output Master ProRes file with a follow-up of the English Mix stereo and a stereo track music and effects as well. That's how I have always presented my Masters broadcast with FCP7 but cannot see how with FCPx... Advice will be welcome! Pau

  • Stuck FN key

    Aspire s7 Function key is locked. selects either the blue functions automatically unless I pressed. Please help to unlock because it drives me crazy. I even plugged an external Ko o that I don't have to face.

  • Elements of mystery on Start &#62; programs list?

    Hello!  I recently made a re-format/reinstall of Windows XP.  Hundreds of updates, but think that I've finally got all. My question is: on my start > programs list... I have 2 items that I have no idea what they are, where they come from, if I need t

  • How to make the cursor easier to find in XP

    What should I do in XP, so I can do the easy to find cursor by clicking the CTRL on the keyboard and then the cursor is highlighted.