Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Good to hear So can you maybe close the thread and mark answers as required? It will help others looking for the same and for now it's still This question is Not Answered.
-
Hi, You just need to check the checkbox "Limit values by" in the options of your prompt for name. To make it work fine if the 2 columns aren't coming from the same logical table you must define the "Implicit Fact Column" in the RPD for that subject area. When querying dimensional attributes only the filter will be done…
-
Hi, The way you describe your need and issue it sounds more like a (data) model issue. You say you have organizations and suborganizations, the relationship is they start with the same set of characters. In a ideal model organizations and suborganizations would be 2 different column and the "same set of characters" rule…
-
WLS host the domain OBIEE create, so it's not about WL and BI on the same domain. But as Christian said the order is: WLS first, OBI install after. This one is like the "software only" install on 11g, it put all the files there but doesn't create any domain or configuration. Then you run the RCU and finally configure OBI…
-
What's the history of that install? Did it ever worked? What changed since last time?
-
920799 wrote:what is the use of installing OBIEE with out RPD access The use is the concept of client - server: OBIEE is the server, Admintool is the client. And all the linux/unix setup are in the same situation: you can't open the RPD from the server as the Admintool doesn't work there, so you use a client to connect to…
-
First: Abhishek pointed you in the right direction, there are 6 zip parts to download. You need all of them as they aren't independent zip, it's a single zip separated in pieces to make it easy to download, so you need all of them as 7-zip will process them all in once. Second: vinaymc wrote: files got downloaded without…
-
There is a tool giving you all the presentation columns with a visibility condition. Open the RPD, "Tools" > "Query Repository..." and there you set the condition. You select "Type = Presentation Column" and add an additional Filter with the condition "Visibility filter <> "" " and there you have a nice list (and you can…
-
A report is just a query, first LSQL and then a physical query is generated. Did you look at the logs for the report? Did you see the physical query? Does it contain a filter, condition, join explaining that data isn't updated? If yes => you know what to look for (it can be in many places in your system, so not going to…
-
What do you mean by hidden fields in the Presentation layer of your RPD? You mean you used the "Hide object if" option and want to find all the presentation objects with this option set?
-
Double posting with How to sort by a column not used in a graph Solved in the other one ... @3294318 can avoid double posting in the future? Double posting generally gives less answers and more unfollowed threads, and it's the same people anyway most of the time around the few spaces on BI & co. So close this thread (as I…
-
JCD-user wrote:when we obtain data, the data coming from the spreadsheet are incorrect. How can you say it's incorrect? Publisher does what you tell it to do. So maybe you can double check how you configured your sources and the join and make sure what you got is actually the right data.
-
You are on 12.2.1.1.0 and deployed your own customization: did you used analyticsRes folder or EAR deployment? I guess I saw many wrong links when using analyticsRes instead of EAR in 12.2.1.1.0, and Alta itself wasn't complete but using inheritance on other styles. So if you merge blafp, Skyros and then Alta you end up…
-
Well ... an agent is just an automated execution of a report, so it's not the agent not updating but normal users will also have the same issue running the same query. The easiest thing is to look at what the report sent by the agent does: how does it select the period? is it based on a variable? is the variable up to…
-
The action link works ! You said it yourself ... 7f401ba3-8aa5-4c11-a8a6-5dff16af5aef wrote:...when i am clicking on particular state in the summary report it is navigating to summary report ... One question for you: how do you think OBIEE is supposed to know that "State" coming from a Direct Database Request is the same…
-
Hi, There are good ways to customize OBIEE and the "I give it a try and cross my fingers" way. You used the second The files you edited are the result of when OBIEE extract EAR archives and deploy components, but will be deleted and replaced every time the component is deployed again. What you need is a custom style/skin…in Bug 18098940 : OPTION TO CHANGE VALUE SUPPRESSION FROM SUPPRESS TO REPEAT AT RUN TIME Comment by Gianni Ceresa Jan 11, 2017 3:19AM
-
Hi, You are probably in the wrong forum ... You are posting in the Business Intelligence Applications space.
-
Do you already have in your RPD a physical source pointing to the embedded Essbase where a previously acceleration wizard deployed a cube? The idea is to reuse a connection and connection pool of it has been defined already, if it's the first time you use the wizard just deselect the checkbox "Select existing connection…
-
Hi Ian, This is the forum for the packaged BI Apps, so OBIEE, Informatica / ODI, the pre-built RPD etc. As Informatica vs ODI is related to the version of BI Apps you use there isn't a split, it's a single forum where all the versions are covered. So you are in the right place
-
@1378979, if your ETL can manage that what @rmoff suggest is obviously cleaner (better than something running all the time to check if your tables are loaded).