Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
You are welcome. If you got what you were looking for can you maybe close the thread? It will also help others with similar question to find some answers ... Right now it's still This question is Not Answered.
-
Ok, so the creation of the RPD is just like in 11g at the beginning: you start creating your RPD offline adding the main things etc. The big change is when you decide it's time to deploy your RPD and see how it works and what numbers it return. The old 11g way was to go in Enterprise Manager, now in 12c you do that by…
-
Hi, It looks like you are mixing few things .... By "repository" you mean RPD ? The RCU must be run once prior to install OBIEE as during the install it require the RCU database connection details. For RCU it works in the same way in 11g or 12c (in 12c it can run the RCU script directly while installing instead of doing it…
-
Can you be a bit more precise than "didn't get opened" ? Did your browser crash and your PC exploded or you have maybe an error or a screenshot of what you had in front of you so it will be a bit easier to point you in the right direction?
-
Did you look into your SampleApp itself? If you read SampleAppv506_UserGuide_OTN.pdf, page 25 you find the following info : So the BIApps plug-in is supposed to be inside the SampleApp VM itself.
-
Hi, as long as you have a time dimension in your model you can use the TODATE function and get YTD values with it (as you have a year level in your time dimension it's possible). The point is more in what "Employee Headcount YTD" is supposed to mean from a business point of view: a count distinct on all your employees ID…
-
Hi, It sounds a bit confusing .... So VMware Workstation 12 is an hypervisor, the soft running vitualmachines. So when you say you have OBIEE 11g installed on it I guess you mean you have a virtual machine, Windows or Linux, running on VMware Workstation with OBIEE 11g installed inside. So now you want to install…
-
Hi, Oracle publish XLS files called "Certification Matrix" where you find the official supported environments (OS, DB etc.) for OBIA, OBIEE, FMW etc. The one you look for can be found on this page and the direct link is: http://www.oracle.com/technetwork/middleware/bi/documentation/biapps-11-1-1-10-1-2706781.xlsx So yes…
-
So you want all your number to be positive? Just edit your measure column and use the ABS function: ABS("Facts"."Balance")
-
Hi, If you use the Account hierarchy you can simple use Selection Steps to replace the "Start with all members" by "Start with selected members". And in the Edit Membership Step screen you can select members from different levels of the hierarchy and your analysis will display only these members and so your pie chart will…
-
Hi, the default OBIEE string format for dates is different than your own session (assuming you didn't set a custom mask for that date column to show it like yyyy-mm-dd on screen). So you can just replace '-' with '/' on the value of your presentation variable and the CAST will work (using the OBIEE function to replace text)