Is associated with the physical layer

Hello

I have a small doubt:
Is it possible to give the outer joins in the physical layer+ of the RPD.i.e, left join, right outer join, and full outer join.
If so can you please give me links associated with that.




Thank you

Cognet

Hi Cognet,
See can not do in the physical layer but in MDB layer its possible

http://varanasisaichand.blogspot.com/2010/01/how-to-make-outer-joins-in-OBIEE.html

Thank you
Saichand.v

Tags: Business Intelligence

Similar Questions

  • Complex is associated with the physical layer

    Hello Experts

    Anyone know if we can create complex joins in the physical layer if so why we do and on what scenario we create complex joins in the physical layer?

    Published by: Newby 13 Sep, 2010 14:10

    Hello
    >(Interview question)?

    Do not post here the interview questions, take a scenario and build get to us, we will help you

    http://forums.Oracle.com/forums/search.jspa?objid=F378&q=complex+joins+physical+layer

  • When I click on "Show data" in the physical layer, the system throws an error of that connection failed

    Hello experts.

    I've download a RPD on my local machine. I have already imported all of the tables used in this RPD on my local machine. I created the DSN (obiee_reports), and the test connection is successful.

    I created a pool of connections with the DSN (obiee_reports). However, when I try to "view data" in the physical layer, the system throws an error "connection failed". Also, I am unable to create any analysis.

    I m do not know what I missed. Please notify.

    Thank you and best regards,

    Serene

    If you use Oracle db then go to OIC as calling interface.

    HostName: port / ServiceName would be one that is suitable for use

  • limitation of complex enter the physical layer

    Hi all

    Is there a limit on the modeling of MDB when we use the complex join in the physical layer. I have 1 and 4 Dimension table with more physical table relation.


    F-> D1-> D2-D3-D4 > >

    F.Col1 = D1. Col1, D1. Col2 = D2. Col2, D2. COL3 = D3. COL3 and D3. COL4 = case when D4. Col5 is null then D4. Another Col6 D4. End Col5)

    I use a complex join D3 - D4. In the report, I get the error [nQSError: 12002] communication to the Socket call = recv error: (number = 10038) an operation was attempted on something that is not a socket

    If I create the new calculated column CalCCol in D4 table in sql, containing the same logic (case when D4.) Col5 is null then D4. Another Col6 D4. End Col5) and using this join column in physics D3-> D4 (D3. COL4 = D4. CalcCol) in the physical layer, the report works without error.

    Should we do differently modeling in MDB layer or just this is a limitation with complex join in the physical layer?

    Layer MDB



    Fact table is joined with the D1 dimension table that has four (D1, D2, D3, D4) logic Table Source (LTS).

    Thank you

    Virat

    I don't think that there are limits for complex joins in MDB and physical layer. Correct me if I'm wrong...
    NQSError reg. : error 12002--> may be reason for cache currupted can see when it changes the online mode...
    Remove the cache and re-start the services that can help you.

    Assuming that you have mapped D2, D3, D4 tables D1 by add, button seems good.

    Send me your RPD record if you have any questions...

    If brand pls help

    Published by: Srini VIEREN on January 22, 2013 16:01

  • Indicators of the physical layer

    Can anyone tell how to query to find clues to the physical layer to the RPD?

    THX,
    Parag

    Hello

    You can search in the administration tool > repository queries.

    Select Type = physical Table
    Click on filter > operator = OR > select item index = > contains > reference name

    If your meeting PARALLEL RPD, REWRITE, STAR_TRANSFORMATION advice in several tables, then mix with OR conditions such as

    Tip contains PARALLEL OR
    Tip contains REWRITING OR
    Tip contains STAR_TRANSFORMATION

    Hope this helps

  • Close the connection to the physical layer

    Hello

    I would like to know how to turn off the connection to the source that I do not in my physical layer to avoid obiee server check at startup?

    As if I had a lot of connection to the source due to the installation of apps Olivier how can I disable them (outsourced metadata string, forecast...)?


    Thanks in advance

    because I found outsourced for example of metadata strings but not peoplesoft OLTP?
    This means - it is not verified by obiee server at startup

    I only need connection "oracle data warehouse.

    Do one thing in each physical database in the physical layer go Conntection pool and right click--> display associated-> boot block... check for unwanted block Init... Double-click on it and disable it.

    Published by: user Sept 11, 2012 06:27

  • Import data 'ESSBASE' in the physical layer, it is about the relationship.

    Hi Experts,
    In 11.1.1.6.0 administrative tools.
    When import "ESSBASE" Mutiple resource data in the physical layer and change the type of inner join to a left join in the meantime Dim and made the sale in MDB, it doesn't in the response.
    Are you facing th same question before? Thank you.

    Hello

    have you checked "LEFT_OUTER_JOIN_SUPPORTED" of the physical layer - > properties - the database > features? by default, people with reduced mobility.

    Thank you

  • Is that fact is mandatory in the physical layer?

    Hello

    Fact table is required in the physical layer. I've done everything. I have only 5 Dimensions. How to join tables in the physical layer.

    Thank you
    VVR

    VVr,
    Again, you go ahead with the method described above, but be sure that you will do something weird here. You may face erros while creating a simple report based on 3 tables independent Sun for which I am not sure abt the granularity. Always do a test and for simple indicates it shud work well as BI server will automatically choose this made a model for SUN - SUN.

    A small question, why are you so stressed out creation made in the physical layer?

    Close this thread and open a new thread for any other question.

    Hope its helpful

  • Problem definition complex join in the physical layer

    I have a problem with the definition of a complex join in the physical layer.

    I have the following two tables:

    DIM_ORG
    Id_Org
    DT_Start
    DT_End
    Nom_org

    FACT_REV
    Id_org
    Recipes

    The tabel DIM_ORG is type 2 SCD. The current/active nom_org can be identified in the table because DT_End will be empty.

    Using the expression builder to configure the physical join I have entered the following expression:

    DIM_ORG. Id_Org = FACT_REV. Id_Org AND DIM_ORG. DT_End is null

    The expression builder accepts the syntax, but when I want to close the physical foreign key window I get the message:

    [nQSError: 30001] Only the columns, designated operators and predicates are allowed.

    Any suggestions how to solve this problem? Am just missing something? All I want to do is set up a join to pick up the active nom_org of my size.

    Thanks for your help!

    Make a foreign key in the physical layer:
    DIM_ORG. Id_Org = FACT_REV. Id_Org

    In the MDB, set the logical table org dim source/content in tab/where a part:
    DIM_ORG. DT_End is null

    Concerning
    Goran
    http://108obiee.blogspot.com

  • Views in the physical layer

    Hello

    I need to create a view in the physical layer using 'Select' using the following code:

    Select check_num, sum ((dtl_mi_netto_ttl*dtl_typ_cnt) + vat-dtl_dsc_ttl) amount
    of mfd_check_dtl
    After having sum ((dtl_mi_netto_ttl*dtl_typ_cnt) + vat-dtl_dsc_ttl) > = 0
    Check_num group

    I get an error "Syntax error near of 'group' on line 4".

    Is the problem with the line "who?" Is there a way around it?

    Thank you

    The syntax is correct.

    Try to you after the group by:

    Select check_num, sum ((dtl_mi_netto_ttl*dtl_typ_cnt) + vat-dtl_dsc_ttl) amount
    of mfd_check_dtl
    Check_num group
    having sum ((dtl_mi_netto_ttl*dtl_typ_cnt) + vat-dtl_dsc_ttl) > = 0

    Concerning
    Goran
    http://108obiee.blogspot.com

  • How to set the join in the physical layer between the cube and the relational table

    Hello
    I have a data aggregated in essbase cube. I would like to supplement the information contained in the cube with data from relational source.

    I read the article http://community.altiusconsulting.com/blogs/altiustechblog/archive/2008/10/24/are-essbase-and-oracle-bi-enterprise-edition-obiee-a-match-made-in-heaven.aspx that describes how do.

    In this article, I think I have to define a complex join between any cube of essbase to my relational table in the physical layer.
    But when I use the Manager to join I am only able to define jooin between the tables of the source of the relationship, but not with the cube imported.

    In my case, I'm trying to reach the risk dimension in the cube based on risk_type_code (Gen3 members), with risk_type_code in relationship table dt_risk_type.

    How can I create this join?

    Concerning
    Hanane

    RelationTable.dt_risk_type = cube. "" Gen3, risk. "

    That's all ;-)

    See you soon,.
    C.

  • New version of Thunderbird grabs all Mac addresses Mail instead of simply treat associated with the email for Thunderbird account. Why?

    Old version not shown contacts associated with the email address associated with Thunderbird. New version captures all THE addresses listed in my Mac Mail address book program. Is a huge list if I'm looking for an address or a specific person. A real pain! Any way to stop this?

    Problem solved. Just say Thunderbird is not to use this address book. All back to normal now...

  • How I can do it then when I delete a project, it will remove videos associated with the project.

    Hello

    I recenty used my 1 TB of storage on my Macbook Pro, and I was looking for in what has been the cause of this. I realized that about 700 GB because of videos on final cut. Knowing this, I saved all my videos and decided to remove the oldest, but keep the new. I checked my storage, and nothing has changed. I realized, the application was not delete videos, but rather delete just how clips have been published. He always kept the full video. So what I request is, is anyway that I can make sure when I delete a project, it will remove all the (video) content, associated with this project? Also, is there anyway that I could delete the video projects I already deleted?

    MAC NEWS...

    OSX El Capitan

    10.11.5 version

    MacBook Pro (retina, 15 inch, mid-2015)

    2.8 GHz Intel Core i7 proccessor

    16 GB 1600 MHz DDR3 memory

    Start drive Macintosh HD

    Graphics AMD Radeon R9 M370X 2048 MB

    Storage 1 TB of storage Flash

    FCP INFO...

    Version 10.2.3

    All depends on how you store your media, be it inside the library or outside the library. If internal sound then the best way to proceed is to organize your material in events as well as your project. When you delete events associated with the project, media in events are deleted as well.

  • I'm stuck on my iphone 5 and find my iphone is disabled because I do not know the apple ID associated with the phone.

    My brother set a password on his iPhone, but I forgot what it was. Now we are locked and the screen tells us to connect to iTunes.  We have never plugged this phone to a computer to synchronize with iTunes it and the sales associate at the store off to find my iPhone feature when the phone was transferred from my sister of my brother's number. We are uncertain of the apple that is associated with the phone ID and I'd love to know how we can go on unlock / reset.

    "We are uncertain of the apple that is associated with the phone ID and I'd love to know how we can go on unlock / resetting.

    The only way to restore the iPhone uses current Apple iD > If you forgot the password for your iPad, iPhone or iPod touch, or your device is disabled

  • What are the costs associated with the synchronization

    What are the costs associated with the synchronization

    Simple answer is: No. Cost zero.

Maybe you are looking for