Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
https://docs.oracle.com/cd/E10415_01/doc/bi.1013/e10417.pdf Just keep in mind OBIEE 10g is very very very ... very old ! Therefore you can't expect it to work perfectly on new browsers, the certifications covers minimal versions and the "+" generally means up to the existing version when writing/publishing them. From a…
-
What about asking the SMTP server admins to look at what they see on their side?
-
Hi, I assume you have an analysis (a report is a BI Publisher report). A narrative view in an analysis is a fairly basic view which doesn't support any logic by itself as it's supposed to only have "text" inside. Do you 'just' need to change a title or something like that in your narrative or "Previous day", "Week to date"…
-
Hi, Move it, that list is generated from a list of dashboard being in default locations, if you move it away in another place in the catalog it isn't in the list anymore.
-
As already said be Joel above, your price will be different of what you see on the list price. In more than 10 years I never meet anyone who paid the list price for OBIEE/OBIA. And it isn't really a "yearly license" : these products generally come with an initial price to buy the licenses you need, then you pay support on…
-
It looks like they don't update the version in the front-end all the time based on the bundle patch you apply. With 12c there are many patches which just never change the number there and generating tons of questions if the patch is applied or not. The official answer is what Joel said: opatch is the way to know which…
-
I have the impression "Standard Edition" isn't a thing anymore ... This was the one existing: https://www.oracle.com/technetwork/middleware/bi-foundation/standard-edition-one-095406.html It really comes with products which don't exist anymore (in an actively supported way), therefore I would assume the product doesn't…
-
I would try to take an approach being not too tightly coupled with your current environment as you never know what the future looks like. Keep the unix scripting (with file system access to the OBIEE catalog objects) as plan B, and focus on using the OBIEE webservices for the catalog first. This way you could run your code…
-
I would say that the custom label being an optional information which can be different view by view in a unique analysis, you can't expect it as an option to select in the catalog report screen. You can get it from the XML of the analysis itself, you can easily parse it and extract the custom heading at the analysis level…
-
Can't help you not having an OAC available
-
Hi, You could easily find out the new CSS selector to hide the apply buttons by using your Chrome or Firefox: open the "Developer tools" extension and use the functionality to select an element in the current page to pick the buttons and see what kind of common and unique class they have. It isn't any black magic, just…
-
In SampleApp 607 (https://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html ) there is an example of that. I don't remember the details (did that some years ago), but it was either an "UPDATE" statement run against the cube or a calc script doing the job. Look there into the VM, there must be an…
-
As far as I know DVD doesn't update automatically, it notify about the existence of an update at the best. "it appears to be" : it is or it isn't And could be something to explore if you really uninstalled it fully or left things around and therefore the old version is using new files etc.
-
You are welcome. A last step: close the thread. For now it's still "This question is Not Answered." ...
-
Go on https://edelivery.oracle.com/ , search for "Oracle Data Visualization Desktop 12c", pick your version, add to cart and follow the steps (select OS etc.).
-
The lack of 100% certainty is just a fact: OBIEE is a web page in the end, which means that any piece of HTML / JS coming from anywhere can do things like a link. It depends how "bad" were/are the guys who worked on the system till now. Many people like to do random custom things when struggling with the out of the box…
-
Hi, So you are talking about analysis and dashboards, and not reports, right? A report would be a BI Publisher report. An analysis has a path, just like does a file in a file system as the catalog can be seen as similar to a file system. All the questions you are asking is what a proper auditing tool is supposed to answer.…
-
You asked for the catalog and the list of things you look for is catalog, therefore stick to it and forget the repository. If you don't know how to access the repository and don't ask for anything coming from there, no need to look into the repository (or you will never do any work as you will spend the next months…
-
partycrane wrote:The dollar sign must be left-aligned, while the numbers must be right-aligned, as shown below: You must know that this will be not doable or at least not easily. In HTML you can't easily align a piece of text on the left and one of the right from the same element. It would require some "exotic" CSS to add…
-
#Mayur wrote:And for the total we don't have the option for the formatting. For this I have added Union with the same columns set in the analysis and added again the same Conditional Formatting. Just a thing to try ... Why don't you set the $-sign format as the default format of the column, which is then also used by the…