Firefox not showing multiple subject areas for OBIEE source

Creating a new data set using the Oracle BI EE source. The dropdown list of subject areas won't drop down in Firefox, so I can't select any subject area other than the first one. It works properly in IE.
Anybody else noticed this?
OBIEE 11.1.1.6.9 with Firefox 18.0.2 or 21.0.

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/

Similar Messages

  • 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/

  • Seperate Subject area for Dashboard Prompts

    Hi,
    Is there any way by which we can create seperate subject areas for OBIEE dashboard prompt only??
    Thanks

    Hi,
    Yes we can create separate subject areas for dashboard prompt's alone. Here is a case
    Say we need to create a constraint enabled prompt in our dashboard. So we bring in two dimension columns into the prompt.
    When we run the prompt, the queries across these two dimensions go through a fact table (Because the only way two different dimensions can be joined is through a fact . This fact table is chosen by BI Server intelligently at run time and that can be set through Implicit Fact column also though). In this case there is a chance that some of the dimension rows might get skipped in the constrained prompt as all of the records might not be present in the fact table.
    To mitigate this issue, we might want to create a separate subject area for dashboard prompts alone (using some fact less fact or by having a surrogate key in the 2nd dimension table etc).
    Hope I am clear :)
    Thank you,
    Dhar

  • OBIEE 11g: Searching Subject Area for measure names in Answers

    Hello,
    I have installed OBIEE 11g SampleApp 825 and just exploring the provided set of dashboards.
    From the samples, I am performing following steps:
    - I selected Edit Dashboard (for 2.1 Simple Demo Dashboard)
    - For Column 2, in the Master Detail 1 Compound View, I did Edit Analysis
    - which took me into the Answers design interface with 4 tabs (Criteria, Results, Prompts, Adv).
    In the Criteria tab, there is the Subject Area pane on the left where it shows the Subject Area this Answers report is built on and a bunch of Folders like Time, Products, Base Facts etc.
    Beside the Subject Area pane, is the Selected Columns pane where you drop fields from the folders.
    This particular analysis (Product Line Analysis) has three columns: Revenue Analysis, Products Hierarchy and T05 Per Name Year.
    Now, I want to find the folder to which the Revenue Analysis measure belongs. So, I started expanding each node/folder in the Subject Area pane and visually searching for "Revenue Analysis"....cannot find it!
    How to determine which Subject Area folder a field on the Analysis belongs to? In Oracle Discoverer, only the Folders from which fields are selected are "enabled" so it's easy to navigate straight to that folder. Or again, in Discoverer, you can actually search for a particular field name and it will return all folders that have that field name pattern. While the Search feature on the top row is useful in finding which Analysis/Report match a string, it does not help in identifying relevant Subject Area Folder fields that match a pattern.
    Is something similar available in Answers/OBIEE 11g?
    Thanks,
    Manish
    Edited by: mhathi on Oct 21, 2010 8:53 AM

    Again answering part of my own question...It was staring me right in the eye and I couldn't see it:-)...When you have a column in the Selected Columns pane, it's source is right there above the field name. If there is no source folder listed, then it might mean it's a formula. For example in my case, the Products Hierarchy column has the word Product above it...that's the folder it belongs to.
    Good. But, the follow-on question still remains, how to search for folders containing a particular string, to find say all folders that have columns like %Margin%?
    Edited by: mhathi on Oct 21, 2010 9:27 AM

  • 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?

  • Security for subject area in obiee 11.1.1.6

    Hi every one,
    I have installed obiee 11.1.1.6 and applied the patches 13794002,13884769,13887566,13892934,13916045,13926409,13932572
    Here the problem is when i am setting permission as denied to r subject areas for users,still they are able to view that subject area and able to fetch data.
    For rest of the components security is working fine. But for subject areas it is not working as expected.
    Do anyone else faced this problem or is there any other patch i need to apply to overcome this.
    Thanks in advance.

    Hi Devarasu,
    Thanks for your reply.
    I have waited for 3 hours and even restarted the obiee services.
    But even then users who are denied with permission for some subject areas can able to access them.
    Thanks you very much.
    Edited by: MKC on Jul 25, 2012 12:35 PM
    Edited by: MKC on Aug 8, 2012 7:18 AM
    Edited by: MKC on Aug 8, 2012 7:59 AM

  • Custom fields not visible in Active subject area for reporting

    Hi all,
    I added a custom field to the object Service Request and I cannot find it under the field listing in Active subject area for building a report. The custom field is of the type integer. Any help is appreciated.
    Thanks in advance

    expand Service Request folder and then expand Service Request Custom Fields folder now the new field should be there

  • 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 .

  • 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.

  • 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/

  • 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

  • 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,

  • Vendor Ref No. does not show in Journal Entry for AP Credit

    AP Invoice journals show the vendor reference number in field Ref 2.  However, when creating an AP Credit memo, the vendor reference number does not show in the journal for the credit memo, instead the field Ref 2 is used for the base document number. 
    I have two clients who have pointed out that they would expect to see the vendor ref number in the Ref 2 field in the journal when an AP Credit is created, as this is the functionality for Goods Receipts and AP Invoices.   
    Both clients are currently manually updating the Ref 2 field in the journal for AP Credit, so that in the BP account transactions view they can sort field Ref2 by vendor reference number.
    Does anyone have any suggestions on a work around for this?
    Thanks,
    Lianne Plant

    Hi Lianne Plant,
    You may check: Journal Ref2 field : AP credit note
    Thanks,
    Gordon

  • HT1727 help how do i make a purchased song my ring tone, it;s not showing on my list for ringtones

    help how do i make a purchased song my ring tone, it's not showing on my list for ringtones

    This song was purchased from the iTunes Store?
    If so, you can't create a ringtone from music that was purchased from the iTunes store, but if there is a ringtone available for purchase and download at the iTunes Store with this song, you need to do that.
    For music in your iTunes library on your computer that was not purchased from the iTunes store, there are a number of ways to create a ringtone with such music. With a Mac, there is an inexpensive or free app avaiable via Apple's online App Store named Ringer. Ringer has access to all music and sound files in your iTunes library that was not downloaded from the iTunes Store for creating your chosen segment of the song to be used for the ringtone. The app places the created ringtone in your iTunes library under Tones for transfer to your iPhone when syncing.
    Creating ringtones on a Mac can also be done with GarageBand, and there is a manual way of doing this with iTunes.

  • 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

Maybe you are looking for

  • Send an SAP object (BUS****) as attachment with SAP Mail

    Hi all, I'd like to send a internal SAP(express)-mail with a purchase order as business object (BO) attached. (here BO = BUS2012). It's the same thing you can do with generic object services, GOS, to send a SAP business object as mail notification at

  • HELP! Can't Type in iTunes Search Bar or Anywhere else in iTunes

    I recently updated to a new version and now I can't type in the search bar, edit song names, edit file info. etc. This is very frustrating. PLEASE HELP Thanks.

  • Determine size of pdf from spool

    All, does anyone know how to determine size of pdf from spool. i'm using RSPO_RETURN_ABAP_SPOOLJOB to get pdf file, but i want to know its size. any idea?

  • Mail application opens to default inbox

    When I open the mail applicaiton, ratehr than opening up to the main screen where all my inboxes and accounts reside, the app opens to my default account inbox.  If it does open up to the main mail screen, the mail app crashes right away. I was hopin

  • How XI can generate a message to sendr on reception of the msg by receiver?

    I am learning XI.I want to know is there any possibility in XI that if a message has reached the receiver(ie transaction is complete) a succesful message be sent back to the sender(via a mail) by XI(not by sender) stating that the message has reached