Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi Bilge, Your post doesn't really say much... Are you trying to use OBIEE webservices like described here for 12c? You also don't say which version of OBIEE you're using and if you're indeed using OBIEE webservices I don't really recognize the method executeAnalysis.
-
You can't, that's why @Joel Acha already gave you the correct answer. You can configure it using the tutorial we gave you and then build analysis on top of it.
-
Look at what the help prints for the archive command You have it there, outputFile, you can specify the path you want
-
For each logical column in the BMM you have the option to specify a sort order column. Also, a quick google search will bring quite a few results LMGTFY
-
Not much to add to what Joel and Martin said. However, just adding another option that despite not as good as Martin's, can be a valid one. In 12c (you don't mention the version you're using...), you can save a column with a formula you define. By doing that, you're then able to use that column in multiple analysis which…
-
If I understood your question correctly, when creating the action link, you can click on the "Options" button and then check the box "Open in new window"
-
A bit late to this and as usual, @Gianni Ceresa and @Christian Berg already told you all you need to know but just a few quick notes. I prefer to use runcat through the command line rather than the catalog manager, you just have more options. When it comes to what you're looking for (replacing paths), that can easily be…
-
Not 100% sure about this one but don't you need to alter the value of the parameter InIFrameRenderingMode to be able to display iframes? See here @Gianni Ceresa will probably be able to confirm that
-
Hi, What are you trying to achieve exactly? Do you have 3 different analysis that you want to display based on the value selected in the variable prompt? If that's the case, you can achieve that by having conditional sections in a dashboard (a conditional section per analysis) and use other analysis, which you set up…
-
You don't really give much information. Have you looked at the logs to see what's going on? With what you said, the most I can tell you is to take a look at this.
-
Hi, If I'm not mistaken, there's a privilege in the administration section which is something like "Execute Direct Database Analysis". You'll probably need to grant that privilege to users/roles who should see those analysis.
-
Hey, No, you can't do in OBIEE exactly what you have there. However, you can do something similar with a waterfall chart (see image below from Sample App). Personally, I prefer the waterfall display than the one you're trying to do. Worst case scenario, you can present those results in a table.
-
Logs are located here: /tmp/OraInstall2018-01-10_10-31-05PM. May be a good idea to start by looking at the logs mentioned in the error message
-
In theory you can and it's an acceptable approach if this is just an environment for you to play with. In a production environment you normally have db and obiee in different servers. What I don't understand is how did you install OBIEE 12c without a database since you need to install metadata schemas (through the…
-
You can control that through the Manage Privileges section in the Administration page where you have a couple of privileges (Save Customizations and Assign Default Customizations) that allow you to set who will be able to create those customizations. Read more here
-
No, it's one of the limitations of DDR. See here
-
Hi, Instead of using the syntax @{VariableName} use this: @{VariableName}['@']{'Default'}
-
Week file data have (weeks, weekend date, month, year, countries, sales, stocks). using odi week file data loaded into databasewe have weekly data in database. it is not stored in day wise data. It doesn't really matter how you have data in the file but it does matter what you do with it. Do you have a single database…
-
Not sure if are all missing what you're trying to explain or if you're just lacking the fundamentals to do this since it should be quite straightforward. Let's say you have 2 tables - 1 Fact table and 1 Dimension (Time) which would be something like this (very simple version): Dim…
-
Take a look here, this should help you.