Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
As @Gianni mentioned, for OBIEE 12c, you need a 1.8 JDK. - Oracle Fusion Middleware Supported System Configurations
-
Migration Assistant will manage that for you.
-
For step 1 do you mean install OBIEE and Oracle DB? Can you clarify what you mean by "BI schema"? If you mean your data warehouse schema then that is correct for step 2. Step 3 and 4 are done using the migration assistant
-
Try this - http://docs.oracle.com/middleware/1221/core/BIMIG/GUID-9D62DC32-532F-48F6-9AC9-2AE404D57A79.htm#BIMIG-GUID-9D62DC32-532F-48F6-9AC9-2AE404D57A79 Sent from my iPhone
-
So for a user who belongs to Zone A, could you go to Manage Sessions and pull out the physical SQL that OBIEE generates and paste that here.
-
It is. http://www.oracle.com/technetwork/middleware/fusion-middleware/documentation/fmw-1221certmatrix-2739738.xlsx Sent from my iPhone
-
You must have a set of dimension attribute which makes each row unique in order for your ranking to work. As you mentioned, your report appears to be returning the same values for several rows so you'll need to distinguish each row. If you could send across a screenshot then you might get some specific recommendations…
-
Yes.
-
If that sorts out your issue, please close the thread for others who may have this issue in future.
-
Alternatively, you could implement something like this in the rpd: TIMESTAMPADD(SQL_TSI_DAY, CASE WHEN DAYOFWEEK("Time"."T00 Calendar Date") <> 1 THEN -1*(DAYOFWEEK("Time"."T00 Calendar Date")-2) ELSE -6 END, "Time"."T00 Calendar Date") This formula assumes that Sunday is the 1st day of the week and Monday is the 2nd day…
-
You could do this in the ETL by extending your time dimension. By adding an additional column which links back to the 1st day of the week for each day recorded in your time dimension.
-
Does this mean it works in IE? Sent from my iPhone
-
Does the Graph render successfully in other browsers?
-
What is the column formula for POD? GREEN & RED aren't exactly values of a measure so this may probably be causing the issues in your pivot table.
-
Have you tried using conditional formatting on your POD column?https://docs.oracle.com/cd/E23943_01/bi.1111/e10544/format.htm#BIEUG1173
-
Some screenshots of what you're trying to do would be helpful in trying to understand your issue.
-
I don't think it's compatible - http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/bi-11gr1certmatrix-166168.xls it normally works the other way round where you upgrade OBIEE and then the DB But you'll need OBIEE 12c if you have anOracle 12c DB.
-
That's great. Could you close the thread if this is now working? This will help others who may face this issue in future.
-
Almost there! Try '@{PV_DYNAMICSELECT}' and remove the {} as you're not setting a default value.
-
It doesn’t seem to be an OBIEE problem I’m guessing from the information you’ve provided. To confirm this, speak with your Exchange Server team to find out if there was any downtime or any issues from the email server end.