Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Nothing has ever been added to DDR, it's almost surprising they never dropped DDR fully. It does the bare minimum and has minimal support to variable, that's about all you can do in DDR. It's generally easier to consider that DDR doesn't exist :D
-
I didn't test in 12c because I don't have one available, the test was in OAS 6.4.
-
Did you try it? In 2 minutes you should have had your answer... A DDR doesn't go through the RPD and therefore its columns do not match any LSQL formula referencing RPD objects. DDR shouldn't be considered as normal objects providing standard features, this is just one of the many things you can't do with a DDR.
-
If you look at https://support.oracle.com/epmos/faces/DocContentDisplay?id=2832967.2, when using JDK 8 u331 or later there is an extra patch required. Did you install that one? If not, install it and try again...
-
Ok, so you aren't trying to access WebLogic but Answers (or DV), and you are redirected to the lightweight SSO page. What version of JDK did you update to? There is an extra patch needed with some of the latest JDK versions or you will not be able to login anymore. Did you install any patch other than updating your JDK?
-
Not sure what a screenshot of database listener has to do with WebLogic. No details on the exact product version (obiee 12c: there are 5 major versions and each has about 5 different bundle patches, and you complain about WebLogic which, like with FMW, has it's own patches), no info about the environment (OS etc.), the…
-
You should have usage tracking enabled, mainly because it does asynchronous inserts and therefore doesn't impact your performance. That gives you already a number of information on what your prod server does (or better: what users do with it). And yes, I would also go with log enabled. If you have a concern about logging…
-
production environment logging is disabled Why? Exactly because it's a prod environment you need logs to be able to analyze issues without messing around with things trying to reproduce something you don't really know what it was. Without logs, you just have no way to investigate anything, you can only validate that the…
-
If they are sure (I never fully trust people: historically people lied more about things they didn't do or did wrongly than a server), maybe you have a cache issue? If you have cache enabled your condition could have perfectly missed the updates because it never really sent a query to the database. If you have logs on you…
-
Hi, There aren't tons of options... The first thing you should check is if the agent did execute correctly every day (or at least Tuesday-Saturday based on your description), then you should check the condition query: seeing a function is one thing, what the analysis really does can be quite different. Look at what the…
-
You add a filter and turn it into an exclusion instead of inclusion. Like in this example I did select "Null" and then clicking on the "..." option I switch from "Include Selections" to "Exclude Selections". Select all the values you don't want and then change the behavior from inclusion to exclusion.
-
In what part of OAC? There are 3 different places where you could be seeing data: a "classic" analysis, a DV workbook, a BI Publisher dataset.
-
So what you want to do is not directly to display the max date, but it is to filter your analysis for the max date for the 2 different status. Such kind of complex filter is probably more easily achieved by filtering based on another analysis, handling the logic of finding what rows have the max date for your 2 status. It…
-
Add the MAX formula to your date, remove the 2 type column and you will get the max date for your 2 status.
-
https://community.oracle.com/tech/apps-infra/discussion/comment/16842286#Comment_16842286 Yeah, I'm sure that deactivating a WordPress plugin or theme or using the WordPress WP Debugging plugin will help in fixing a HTTP-500 error in WebLogic. 🙄
-
If the "key icon" doesn't appear it maybe means you don't have the permission "change permission" on that object. Being an admin doesn't mean you have full access to everything, the catalog objects have permissions applying to everybody, admins included.
-
https://community.oracle.com/tech/apps-infra/discussion/4501171/hide-a-tab-to-a-group-of-users You know that writing some text in your question is free? Things like ... a version (as you said product is OBIEE) always helps. Then qualifying things a bit, like what do you call a "tab"? What kind of object is that? Is that a…
-
I personally like the idea to tell users to "learn" : never a bad thing :D
-
It does apply as well: you can't change the behavior of the GUI without heavy customization (that you don't want to do). You can try to display those columns somehow "grouped" (or at least one next the others) in the left pane, but there is no formal way to change what happen when you add your column to the criteria tab.…
-
Hi Dilek, BI Publisher is often not well covered in the public forum. If you have a valid MOS contract linked to your account, try posting your question in https://community.oracle.com/mosc/categories/bi_publisher , it's fully dedicated to BI Publisher (don't pay attention to the fact it is a subcategory of EBS, just…