Physical Complex Join Problems -Format Problem

I have a Fact table that has a column in DATE FORMAT and I want make matching with a column in NUMBER FORMAT. How can i do it?.
Thanks in Advance

I try Buy i can I want to do it:
select to_number(to_char(my_date_column,'YYYYMMDD'),'99999999') from dual;
how can i translate it in my EXPRESSION BUILDER.
Thanks in advance

Similar Messages

  • Join PRoblems in Oracle  BI

    Experts,
    Do we have any automated tool that will detect joins in the layers ???
    secondly in case we start with manually joining the tables will there be any join problems like we have in BO?
    Third In case of manual joins in physical layer can have to make joins that suit our requirement or we have to follow the database structure. and join all columns that could be joined in the structure
    thanks in advance
    Edited by: ZSAMEE on May 2, 2011 11:55 AM
    Edited by: ZSAMEE on May 2, 2011 12:11 PM

    As far as I know there are no tools out there that would automatically join the tables in BMM layer. You have to join the fact and dimensions to design star/snow flake schema's manually.
    Thanks,
    -Amith.

  • What is the different between Logical complex join and Physical join?

    hi,
    Do somebody know what is the function different between logical complex join in BMM layer and physical join in physical layer?
    Thanks.

    Thank you very much1
    I understand their differentiation:
    In the BMM Complex join (intelligent), means OBI picks the best way from possibly many different ways to join using physical join. FK join forces the same join always, which limits flexibility.

  • OBIEE 11g - complex join in physical layer

    Hi, I need to create a complex join in the physical layer with join criteria like the following:
    fact.fiscal_year = dim.fiscal_year and fact.accounting_period <= dim.accounting_period
    Every time I try to do this, I get the nQSError: 37005 Transaction Update Failed message. Any ideas what is going on?
    Thanks,
    Scott

    Actually, I (finally) got it to work - wow logical joins are a big pain in the butt in 11g. First off, I had to edit the RPD offline, couldn't get it to work (at all) online.
    Next I had to delete the existing joins...there appears to be no way to change an existing FK join into a logical join.
    Next created the logical joins as stated in my original post - but had to fiddle with it for about 15 minutes to get it to work. You can NOT click the two columns on the dim side, two columns on the fact side, and then just edit the default formula (which defaults to have = sign between the expressions) - because it creates a FK join, and then you start getting errors. Instead, I had to build the expression from scratch.
    All in all, 11g has gotten much less flexible and easy to use in this regard.
    Scott

  • HT6114 Joined problem labels Labels to color everyone in the line archives mp3 and selection in dots as it exists now can be anyone who wants to do what HELPS of how thoroughly enjoyable.

    Joined problem labels Labels to color everyone in the line archives mp3 and selection in dots as it exists now can be anyone who wants to do what HELPS of how thoroughly enjoyable.

    Sp188585 wrote:
    Joined problem labels Labels to color everyone in the line archives mp3 and selection in dots as it exists now can be anyone who wants to do what HELPS of how thoroughly enjoyable.
    Sorry, you will have to outline your issues more clearly.
    Thanks
    Pete

  • Complex join in physical layer

    Hi Experts,
    In which scenarios we will use complex join in physical layer i saw in many blogs that when we are using expressions and other than equality.
    For better under standing can any one post few scenarios on this.
    Regards,
    Rafi

    Hi,
    Always use “Foreign Key” joins, not “Complex Joins” on the Physical Layer
    Refer-http://obiee101.blogspot.com/2011/10/obiee11g-golden-rules-rpd-physical.html
    If your join looks like D_DATE = TRUNC(S_DATETIME) try add a extra column S_DATE in your DWH. Any matching processing done by the BI-server costs time and you often loose the advantage of an index in your DWH.
    For all others relationships other than a Primary Key-Foreign Key Relationships (expression other than equal to perform an equi join), you have to use a complex join otherwise you have to use a foreign key

  • Use of complex join in BMM and Physical Join in Physical layer ?

    Hi All ,
    Why we need to use complex join in BMM layer not the Physical Join ?
    Why we need to use Physical Join in Physical layer not Complex join ?
    thanks in advance

    Hi,
    A physical join is at the physical layer and defines the join between two physical tables.
    Logical joins live at the BMM (logical) layer and define a join between two logical tables.
    The important differentiation is that at the BMM layer you do not tell the OBIEE server how to do the join,
    you just tell it that there is a relationship between these two logical entities.
    when the server comes to this logical join it will use the information in the physical joins and decides how the two logical tables are joined together.
    thanks,
    pramod.

  • Diff bw complex join and physical join

    hi all
    Can sumbody explain me the all the differences between complex join and physical join in the admin tool
    Thanks
    Shobhit

    Hi,
    Suggest you to go through this link. It may be helpful in detail.
    http://st-urriculum.oracle.com/obe/fmw/bi/biee/r1013/bi_admin/biadmin.html
    Thanks,
    Vengatesh.

  • RE: Complex Join

    Hi Experts,
    I have few questions regarding complex joins
    1> First when we import the tables into the Physical layer we will do the FK Joins for the tables according to our requirement then in BMM layer we will create new business model next again why we have to make complex join in BMM layer already there is joins between the tables in physical layer which scenarios we have to make the Complex join if we won't do the complex join what will happens.
    2> Also if we do FK join in the place of complex join in BMM layer what will be the result.
    Thanks in Advance,

    Hi,
    we have two joins in OBIEE one is foreign key join and other one is complex join.Mostly 99% cases we use foreign key join in physical layer.we use complex join in phycical layer mostly in three scenarios.
    1)when there is extended join conditions.
    2)when we join key column of one table to non key column of other table.
    3)when the operator is other than equal to operator.
    In these 3 situations we can use complex join in physical layer.
    Next one is we have already joins in physical layer then what is the need to create complex joins in BMM layer right.
    The answer for this question is whenever user runs a report that will generate logical sql query our OBIEE understands only logical sql query this logical sql query generated based on the logical joins in BMM layer.
    Based on this logical joins only it will create most optimized sql query.And another reasons for creating logical joins is
    if we want to specify driving table it is possible only thriugh complex join in BMM layer.
    and if we want to specify type of join it is possible only thriugh complex join in BMM layer
    and if we want to specify cordinality it is possible only thriugh complex join in BMM layer
    and another one is my tool is not able to identify facts and dimensions because it has no intelligence,we need to incorporate the intelligence by giving logical joins only it identifies the facts and dimensions.
    so we have to create logical joins in BMM Layer..
    Give me Like,,if you aresatisified with my post.
    Thanks,
    Sai Pelluri

  • Reg Complex Join

    Hi Experts,
    In which cases we have to use complex join in physical layer i saw in many blogs that we have to implement at the time implementing SCD type -2 in physical layer . May i know one scenario that where we have t exactly use the complex join in physical layer for better under standing.
    In which cases we have to use foreign key join in BMM layer.
    Regards,

    You got it right:
    During SCD II we go for complex join in Physical layer
    ex: sales date is between sales rep's start and end dates-> You may google it for SCD II scenarios
    In this case we go for Logical foreign key join in BMM
    Other than this case we go for complex join (in physical layer) when we dont have valid keys to join, and we go for regular complex join in BMM
    If helps pls mark

  • Complex join and f.k. join

    Hi Team,
    In which cases we will go complex join in physical layer and f.k. join BMM layer.
    thanks,

    In the BMM layer its recommended to use Complex joins always, as in this case obiee will dynamically select
    which Logical table sources to join together from the Logical tables, and put some intelligence in choosing this source. a FK join here would mean that obi has to always use the table sources specified even if it is not the optimum one.
    Complex join is used in the physical layer when there is no direct foreign key - primary key relationship between tables e.g. >,< is required to join instead of =.

  • One to one join, complex join

    How can I make a one to one join in physical layer??
    And, when can I use complex join in Physical layer???
    Thanks in advance

    In physical layer it is simple join when you join two objects like fact and dimension. You can change the cardinality of the join in BMM by specifying the relationship(like one-one, one - many and so on)
    In simple join it is always an equal to condition. You will not be able to change the condition b/w joins
    The complex join can be used when you are using like a between, greater than or less than operator joins between two columns. It is not recommended to use a complex join as it impacts performance
    Hope it helps
    Thanks
    Prash

  • Complex Join

    Hi,
    Why we use complex Join in Physical Layer?

    Hey Apart from regular joins, we can write a complex join conditions using experssions.
    http://obinsight.blogspot.com/2010/05/understanding-complex-join-and-physical.html

  • Complex join goes missing during import

    morning,
    i got a complex join between 2 dimension tables (in physical layer: one table is alias of existing dimension table; other is geo hir table) which goes missing when i try to import the new SA into the existing repository (the join is in the new SA)
    there are 3 other complex joins (remaining geo hir tables that also join on alias table) which theoretically are identical and which dont go missing; i see no difference between any of them
    id appreciate any suggestions what i could check to prevent this from happening
    Edited by: UserMB on Apr 14, 2009 1:57 AM

    yes, i know its not supported
    during import the catalog is select for sure plus the security group
    i tried the merge too (following the instructions for merge with blank rep), but then it creates a second database connection instead of merging into existing one as though it would not recognize that its the same one

  • Complex Join - Clarification

    Hi,
    I have the following doubt,
    1)Once we created the physical joins between the tables and then moved the same to the BMM layer.
    The joins will be done automatically in BMM layer. As of my understanding, we have to delete the joins and recreate it using complex joins in BMM layer.
    Why we are doing this? Is there any advantage?
    Thanks,
    Edited by: Vinodh NK on Mar 20, 2010 7:05 AM

    hi Vinod
    You need not to delete the existing join in the BMM Layer. If you want to change the cardinality or join type, then only you need to join then using logical Join
    Otherwise, it will work as it is...
    Anand

Maybe you are looking for

  • Deploying ADF Application to remote Weblogic server

    Hi Everyone, I created an ADF Application 11.1.1.2 and deployed it successfully to the remote weblogic server 10.3.3 in same instance. I want to know can we create ADF application in one instance and deploy it in remote weblogic server creating Data

  • Can I install 10.4.11 or above on my G4 Titanium 400 mhz with 512 megs ram?

    Hello, My wife and I are trying to determine if we can both find to purchase, and install 10.4.11 or above on our Titanium laptop. She has recently bought the Adobe Creative Suite CS 3 and it requires 10.4.11 or above. I'm pretty sure we can add more

  • Error while browing cube in SSMS but now while executing MDx

    Hi all, I have a cube and When I browse(in SSMS) I get error while if I write MDX (in SSMS) and execute that, It executes without any error. This is strange and only happens for one measure group while it does not happen for other. In first case when

  • Mail Version 7.1 (1827) Export as PDF... issue Adobe Reader XI Version 11.0.04

    This is the issue I'm having when I export my Mail message as PDFs and try to read them in Adobe Reader XI Version 11.0.04. The line of text is cut in half by the page break.  I don't know how to fix this.  Can you help me, please? MacBook Pro, OS X

  • How to have push button in Table control

    Hi Experts,    I have an internal table which I populate in table control. How can I have pushbutton in table control(in every row). If done how to have funtion code which will trigger PAI. Thanks and regards. Venkat