Report from multiple subject areas

Hi,
I need to create a report from multiple subject areas. I am not sure whether it;s possible in OBIEE answers.
Is there any other tool from OBIEE suite where I can design it?
Thanks

Yes, i can see datatype and number of columns is same in both queries.
i have challanges to copy message but Error message seems to general. Error says (near to FROM) and I checked there are three FROM in query and all seems to be ok
Query is something like as below
select SA1.col1 saw_0,
SA1.col2 saw_1,
SA2.col1 saw_2,
SA2.col2 saw_3,
FROM
(select col1 saw_0, col2 saw_1 from "subject area1") SA1
FULL OUTER JOIN
(select col1 saw_0, col2 saw_1 from "subject area2") SA2
ON SA1.col1 = SA2.col1
I can't see any issue in the query...please comment.

Similar Messages

  • Consistency check error 38011: Logical tables from multiple subject areas..

    I received multiple 38011 errors when performing a consistency check after merging repositories:
    For example:
    Logical tables from multiple subject areas associated, OHRP and Enterprise Warehouse
    (OHRP and Enterprise Warehouse refer to different business models)
    I'm really not sure what this means, and Metalink and Google aren't turning up anything.
    Thoughts?
    -John

    John,
    Does it say anything about Assertion Failure? Also, this is straight up from help regarding import (through file menu) "Use this option when the objects you import are unrelated to objects already in the repository such as when the business model and physical layer objects do not exist. If an object of the same name and type exists, the import process overwrites the existing object with the new object. When you import objects from one repository into another, the repository from which you are importing must be consistent."
    Sometimes Merge does bring unexpected (and unwanted results) - especially if there're presentation aliases, duplicate business models, or naming conflicts. If it's not too late, I suggest you use Import,rather than Merge, also, preferably starting with a new RPD file. This would enable you to bring items piece-by-piece and hopefully would allow you to isolate the problem.
    Also, depending on the size - it's sometimes preferable to just reproduce missing part(s). I hope this is helpful.
    Also, I forgot to say - the Import is deprecated and not supported. They suggest you use Project Extract and Merge. If Merge isn't working out for you and Import isn't an option - maybe you could try Project.
    Edited by: wildmight on Mar 9, 2009 7:58 AM

  • Historical Reporting With Multiple Subject Areas

    Hi All,
    I am working on to decide the best way to create repository. I do have a requirement from my client that they need to see both Current and Historical Reporting via OBIEE. I am keeping Type 2 SCD. My model consists of about 30 fact tables - each of them represents a business process/event.
    Following are my options:
    1) One Subejct Area to keep current/historical reporting. Here the joins would be based on PK/FK relationships with Effective Start and Effective End dates. There is a flag in all tables to find the most updated record. Users can use the flag to find the most updated record or use Effective Start and Effective End dates to go point in time.
    2) Create two Subject Areas - Current and Historical reporting. Current one will include the flag logic to get the most updated record in RPD
    3) Create multiple Subject Areas for each Fact table and use Combining Multiple Subject Area approach to join Subject Areas. Additionally, create one Subject Area for Historical Reporting (that will have all the tables in one SA)
    I am thinking of going ahead with option 3) This will have Subject Areas for all logical facts (for Current reporting) and one Subject Area for Historical reporting.
    Is this a standard design? Any inputs?

    You should try both Complex folders as well as custom folders and see which gives you better performance. Discoverer SQL optimizations for example apply only on Complex folders and not on simple folders.
    If you define the joins between the two tables, you can still use items from them in your Discoverer report without having to create a complex folder on them.
    And finally, you can always create a view or materialized view and use that MV in your Discoverer query.
    thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI - http://www.oracle.com/bi
    BI - http://www.oracle.com/technology/bi
    Blog - http://blogs.oracle.com/
    BI Blog - http://oraclebi.blogspot.com/

  • Grand total feeding from Multiple Subjects Area

    Hi,
    I have to create a report that displays Grand total = sum of values from one subject area + sum of values from another subject area. How do i achieve this.
    Thanks

    Create a prompt based on the report(incl criteria) from SA1, include the measure column in the prompt, the value of the measure is based on the 'contrain' of each column in the prompt and assign to Presentation variable.
    Call Presentation variable in the report which is from SA2.
    ex: Report 1 from SA1 is like: $amount by year, by prodcut,by org
    Report 2 from SA2 is like: $OrderAmount by year, by prodcutType,by org
    Report1 by Prompt: Year->constrain, PRoduct->Constrain, Org-Constrain, $Amount as PS Var 'amt'
    Report 2 as reqular report, try to call @{amt} in the report for addition.

  • Need Help to develop a Funnel Graph Report using Multiple Subject Areas.

    Hi Everybody,
    Did any body developed Funnel based graph report in Answers..
    Scenario: I need to develop a report which is based on 4 Facts(4 Subject Areas) Report is sectioned with 4 block one blovk with one Fact Metrics like this four blocks.
    If any idea on such scenario it will be huge benefit for me.
    Thanks in advance.
    Thanks,
    Govardhana

    Yes, i can see datatype and number of columns is same in both queries.
    i have challanges to copy message but Error message seems to general. Error says (near to FROM) and I checked there are three FROM in query and all seems to be ok
    Query is something like as below
    select SA1.col1 saw_0,
    SA1.col2 saw_1,
    SA2.col1 saw_2,
    SA2.col2 saw_3,
    FROM
    (select col1 saw_0, col2 saw_1 from "subject area1") SA1
    FULL OUTER JOIN
    (select col1 saw_0, col2 saw_1 from "subject area2") SA2
    ON SA1.col1 = SA2.col1
    I can't see any issue in the query...please comment.

  • Multiple Subject Areas

    Somewhat new so please forgive me if the question is simple (if it is, please point me in the right direction). I've looked through the documentation and this forum, but have not found what I'm looking for yet.
    I am trying to get a single worksheet to pull data from multiple subject areas (two or more fact tables). I would prefer to not join fact tables together, and so I have not created the joins between the folders (fact tables) because I thought the performance would generally be horrible. (example of functionality I'm looking for: I want to combine Sales and Inventory data on one worksheet).
    I have kind of tried complex folders, but I would prefer to have the tool generate the SQL if possible because it won't just be me creating reports, and if it's possible, I'd like to avoid coding the SQL myself every time I want to join subject areas.
    I also looked at Custom Folders, but my understanding is that they are used primarily to join 1 fact table with multiple dimensional tables, but not multiple fact tables (at least that was the example in the documentation).
    My current setup is a 2 tier environment, with just Disco Admin and Disco Desktop on top of 10g. We don't have AS yet so I can't test anything that way.
    I appreciate any comments in advance.
    Nate

    You should try both Complex folders as well as custom folders and see which gives you better performance. Discoverer SQL optimizations for example apply only on Complex folders and not on simple folders.
    If you define the joins between the two tables, you can still use items from them in your Discoverer report without having to create a complex folder on them.
    And finally, you can always create a view or materialized view and use that MV in your Discoverer query.
    thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI - http://www.oracle.com/bi
    BI - http://www.oracle.com/technology/bi
    Blog - http://blogs.oracle.com/
    BI Blog - http://oraclebi.blogspot.com/

  • 11g-Multiple subject area feature.

    Hi,
    I am new to 11g,In 11g we have anew feature like creating Analysis from multiple subject areas so,
    1)Is there any limitation on this Multiple subject areas usage.
    2)any configuration or settings needs to be done in RPD for querying related subject areas..
    3)what is the limit of using this subject areas.. maximum from How many SA we can build a report..
    any other limitation for this feature...
    please share your thoughts.

    Hi ,
    Its possible to add/remove subject areas , while creating a analysis , in OBIEE 11.1.1.6 .
    refer this link :
    http://www.rittmanmead.com/2012/03/obiee-11g-security-week-subject-area-catalog-and-functional-area-security-2/
    but , I'm not sure whether same is possible in 11.1.1.5 .
    Thanks .

  • Multiple subject areas within publisher & drill downs

    Hi ,
    can we pull data from multiple subject areas within publisher and place the report on a dashboard and still do drill downs?
    Thanks in advance.

    Thanks for your reply,
    I could not see any provision to get data from multiple subject areas.
    In BI Answers we can get data from multiple subject Areas but we cannot do the drill down.
    If there is any way to get data from multiple subject areas and still do the drill down then plz increase my knowledge repository....!!!!!!!!!!!!!!!
    Thanks,

  • Report using colmns from 2 subject areas

    Hi,
    I have to buld a report as below
    Product      ForecastRevenue(A)       ActualRevenue(B)       Variance
    A                200                                      100                           100
    B                200                                      200                            0
    ForecastRevenue(A) comes from 1 subject area and ActualRevenue(B) comes from another subject area. Using these 2 columns from different subject area I have to create
    a calculated column variance which is the difference of two columns. How can I create this report. Any idea?

    can be done in two ways;
    1. Using Union report
    Create a union report with two request.
    Request1 -          product               Forecast_Revenue     Actual Revenue
    Col expression     "product.name"     "Fact.Revenue"         0
    Request2 -          product               Forecast_Revenue     Actual Revenue
    Col expression      "product.name"    0                             "Fact.ACTUAL_Revenue"
    In the result tab create a pivote report and set the aggregation of fact column as sum.
    Add a calculated column and write the expression as
    Farecast_Revenue - Actual_Revenue
    You are done.
    2. Use the advance tab in the report and write a custom SQL to join these two subject area.
    eg.
    select product, A.forecast_reveneu, B.Forecast_Reveneue, A.forecast_reveneu-B.Forecast_Reveneue
    from SA1 A join SA2 B on (A.product=B.PRODUCT)
    You are done.
    Best of Luck,
    Kashi

  • Report with multiple Detail Area

    Hi All,
    Please see the Report pointed to the link below:
    [Report with multiple Detail Area|http://us.share.geocities.com/felix5ac/fairway.jpg]
    Some Explanations:
    ========================
    (1) The line with "ABCDEFGH..." is variable data coming from the database in the Detail Area
    (2) The lines with "WBLNX'" "123, 123.12", 
                             "WBLNX'"
       are variable data associated with the same Heading: "ABCDEFGH..."
    (2b) There can be multiple lines of data in the detail area (i.e. 1 or more "ABCDEFGH..." and the associated WBLNX and numbers...)
    (3) Item Code Descriptions ==> is a Header Info
    (4) ARL ... and FPHI... ==> are variable data and lines in these area can be 1 line; it can be 4 lines; it can be 10 lines...
    (5) Lines FROM "Artwork Procedures..." to the the end of the page are static.
    QUESTION:
    ===================
    How do I best design these Report with the multiple detail areas? Again, please see link of the Report above...
    Thanks and Best regards,
    Felix

    Hi Felix
    You can place the less detailed fields in the regular sections of the report and wherever you require multiple lines you can use the subreports.
    Hope this helps.
    Regards
    Nikhil

  • Multiple Subject Area - OBIEE 11g

    Hi,
    I have to do cross-subject area operations in OBIEE 11g. Here is what I have found out:
    1. There is an option to use Union/Intersect operations which creates a Union query
    2. There is an option to use 'Add/Remove Subject Area' which can be used to combine Attributes/Facts across multiple Subject Areas.
    I am looking forward more details on second point above but unfortunately there isn't an official document by Oracle on it.
    As I understand, by using 'Add/Remove Subject Area', OBIEE does not create a UNION query but it combines the attributes as if they are used through same Subject Area. So, it is not a typical join as I dont see something like Subject Area 1.Key = Subject Area 2.Key in Query log which brings me to a question:
    Is it possible to use the option to combine attributes across Subject Area based off Multiple BMM in RPD? I think the answer is NO because I don't think there is a way for OBIEE to combine results sets from different BMM.
    Thoughts?

    I am afraid but I am not able to follow your suggestion. I will try to make it very simple:
    1. We create Subject Areas in RPD
    2. Each Subject Area will be based on BMM created in RPD. Now, you can have multiple Subject Areas which are again based on BMM itself.
    3. I can also create multiple BMM within RPD.
    Something like:
    BMM A, Subject Areas - 1A and 2A
    BMM B, Subject Areas - 1B and 2B
    From above, consider you have created two BMM's - A and B and within each BMM there are two Subject Areas. 1A and 2A in BMM A and 1B and 2B in BMM B.
    Now, when I logon to Answers, when I click on New->Analysis, I would see four Subject Areas - 1A, 2A, 1B and 2B. Suppose I select 1A. Now, when I try to use Add/Remove Subject areas option, I can only see 1B (because both of them are from same BMM - A). I won't see 2A and 2B.
    So, this brings me to conclusion that you cannot combine attributes from different BMM using 'Add/Remove Subject Areas'. You can however use UNION/INTERSECT to do the operation but Add/Remove Subject Areas is limited to be used when your Subject areas are connected in the same BMM.
    Is my understanding correct?

  • Dashboard Prompt to filter multiple Subject Areas (in a Combined Analysis)

    I have a Combined Analysis where I am combining multiple Subject Areas. I want to add this report to a dashboard to use a dashboard prompt to filter by the Year.
    The problem I have is because the 'Year' value in each subject area has a different Column Formula ("Close Date"."Calendar Year" and "- Custom Number/Integer (Custom Object 2)".INDEXED_NUM_0)) I'm unable to have a single 'Year' prompt filter both Column Formulas.
    I have it currently working by creating two dashboard prompts - one for each subject area - that each ask for the Year to filter by.
    Is there a way to have a single prompt for Year and somehow have that filter both subject area's 'Year' value?

    I have tried a bit with no luck.
    In the Dashboard Prompt on that 'Year' filter I set the Presentation Variable to 'FILTER_YEAR'.
    I then set the filter in the report to be Equal to a Presentation Variable with the Variable Expr set to 'FILTER_YEAR'.
    When I run the report and enter the filter year it doesn't bring back any data for that report.
    Anybody have experience using the Presentation Variables?
    Thanks

  • Navigate to BI content. Report in different Subject Areas

    I have a requirement where I have to navigate to a detailed level report when I click on the column. When I place the reports in the same subject area it works absolutely fine. But according to the requirement the reports cannot be in the same subject area. So when I click on the column, all the filters on the dashboard prompts pass through the main report in SubArea1 to Detail Report in SubARea2 but the attribute value that clicked on does not pass through as a filter. I see all teh records at a detailed level and not just that attribute's records.
    We are trying to implement 'Navigate to BI content' Action link from one report to another.
    Both these reports are not in the same subject area (Presentation layer) though. How can be make OBIEE pass the appropriate filters to show only the needed subset of data in the second report.
    This is needed for our CL, PL and Agency details report. The dashboard is from one subject area, the detail report is from another subject area. We now want to pass what the user clicked in one to the other. Please note that the dashboard prompts would get passed correctly. It is only the 'attribute' on the left side that would not.

    All the columns whose values you want to pass to the detail report should be prompted in detail report and the column names should be same.
    For example
    If you are clicking on Period.Year column in master report then the detail report should have Period.Year column is prompted.
    Subject Areas may be different but the presentation table name and column name should be different.
    Thanks

  • OBIEE report from multiple facts at different levels

    Currently we need to develop a report with columns from 3 different facts surrounded with conformed and non conformed dimensions at different levels.
    After setting the hierarchial levels and putting the facts into single logical table with different sources OBIEE is generating 2 different queries and does a full outer join.
    I would like to know how we can do a left outer join instead of full outer join between the 2 queries based on a common column?
    Thanks in advance.

    Hi Vinod,
    The scenario provided in the link above doesnt match to my issue.
    We need to develop a report from multiple fact tables at different levels with conformed & non conformed dimension columns.
    I have 7 dimensions D1, D2, D3, D4, D5, D6 and D7 & two fact F1 and F2 tables.
    F1 is tied to dimensions D1,D2,D3,D4,d5
    F2 is tied to dimensions D3,D4,D5, D6 and D7.
    In my report I have columns from D1, D2, D3, D4, D5, D6, D7, F1 and F2.
    So OBIEE generates 2 queries with columns from D1,D2,D3,D4,d5 & F1 measure and another query with D3,D4,D5, D6, D7 and F2 measure.
    and then does a cross fact join out of box between 2 queries.
    But I need to do a left outer join between the 2 queries on a common column instead of cross fact join. I would like to know how we can achive this.
    Thanks.

  • How add new column in analysis from two subject area

    which is the right way to add a new column to an existing combined analysis from two subject areas?
    if I add the new column first in my two combined queries, then I saw a new column in the results column panel, but this new column is empty and I can't edit its propreties (the button edit column doesn't work). I can't even save the modified analysis due to a "bad xml" errror.
    if I try to first add a new column from the results panel and then in my combined queries, obiee says that new columns are not of the same type.
    I suppose this is because the new column in results panel has no aggregation formula, unlike new columns in queries.
    But I don't know how to change the properties of the new field in the results panel, with no subject area available.
    I have to restart from a single subject area? possible?
    In this case, there is a way to save/copy filters ecc. from the old analysis?
    If anyone can help.
    Thanks
    Luc

    When you are using union clause in analysis or combining with other subject area you suppose to have same number of columns and their datatypes with other analysis.
    for datatype issues you can use cast in column expression in each analysis. If you want to add a column only from 1 analysis just add and in other analysis use dummy column with exp 0 or ''(for char) based on the datatype.
    These you have to deal with each analysis.
    If helps pls mark

Maybe you are looking for

  • Battery Problem on Macbook pro 15 inch

    Hi, I having some issues with my battery. I had recently upgrade my snow learoard to the new lion os on my old macbook pro that I have now. When I did that. My hard drive makes some noises when I have muilple applications that I do run. I also do vid

  • How to Identify the Type of Font Names in Illustrator

    How to identify the type of font names like "True Type font" (or) "open Type font" for illustrator file using Scripts or any language. Could you please advice me. Thanks, Prabudass

  • SharePoint hosted app issue - This page cannot be displayed

    Hi All, need help on below issue,  When I deploy SharePoint hosted app from Visual Studio 2012, it generated app web URL and that opens the app properly. But, if I upload .app file after publish in Visual Studio 2012 to App Catalog and added new app

  • Direct Insert path

    I want to insert large data from dblinks using direct insert however as rollback segment is quite small i need to commit after every 2000 rows or so. insert /*+ append */ into abc_monthly@dblink select * from abc partition(ODFRC_20040201); any help g

  • How do I avoid autostart of Photoshop elements?

    Photoshop elements starts as soon as my computer recognises a .jpg file. How can avoid autostart?