Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, Your message is a bit confusing but if you make a quick search in this forum, you'll find several topics regarding passing multiple values to a presentation variable. See here and here.
-
Why are you asking the same thing again? You opened a thread with the same question where you got people answering your question so what's the point of a new one?
-
You should find those files in this location: $ORACLE_HOME/bi/bifoundation/server/samples/SampleAppLite/sample/SampleAppFiles/Data where $ORACLE_HOME is the folder where you have all the binaries installed. Worst case scenario, just run a find command to search for the files, for example: find -name "SAMP_OFFICES_D.xml"
-
Hi, You don't say which version you're using but this should help you: https://www.rittmanmead.com/blog/2014/02/date-formatting-in-obiee-11g-setting-the-default-locale-for-users/
-
Hi, If you're using a direct database request that you can forget the conditional formatting, it's one of its limitations, not possible. See documentation here.
-
Hi, Your problem is, most likely, one of two things: either the object you're trying to access doesn't exist or the user you're trying to access that object with doesn't have the correct permissions to query that object. Go to your connection pool object and get the username defined there. Login into your database (using…
-
Hi, As far as I know, out-of-the-box you don't have anything that can fulfil your requirement. In order to achieve what you want, you'd probably have to use some javascript code that will make that 60secs reload.
-
Hi, First of all, this question should probably be in the space. Regarding your question, it's quite easy to achieve what you need. In your Business Model Layer (BMM) you should only have star-schemas and no snowflakes. So, in order to translate your snowflaked physical schema into a star-schema in BMM, all you need to do…
-
Hi, You can't really customize a legend of a chart, you can show it or not and the names you display are the values of your columns. However, you can always use the legend view which gives you more freedom to do whatever you want. Edit: Just realized @Gianni Ceresa replied first so basically what he said.
-
If his results are ordered in the table by date (day), then there's no need to go with EVALUATE here. You can simply create an extra column with a formula RCOUNT(1) and then add a filter to the analysis such as RCOUNT(1) < 6. That should do what you need.
-
Hi Andrew, Assuming you've set up things properly, there's no reason for it not to work. Both your master and detail views are view types that can be used (graphs) so it should work. I'd suggest you to take a look at the documentation here (don't know which version you're using since you didn't mention it) and double-check…
-
Hi Kelli, Just follow the installation guide and you'll find the steps that will create the required schemas for OBIEE (here's a guide). Regarding which database you can use, you can check the certification matrix here and check the database sheet to see which databases are certified for the OBIEE version you mentioned.
-
Hi, A quick google search would answer your question right away. It's possible to do that in pivot tables by modifying the XML yes, look here or here. Since you didn't specify which version of OBIEE you're using, I have no idea if this will be applicable to you or not since it's 11g.
-
Hi Robert, Are you using the periodrolling time series function? The reason I'm asking is that there's a known bug in the OBIEE version you're using with that type of function. Take a look here
-
Hi, No, not necessarily, I have my working example set up with localhost specified on the XML and that works fine. It's also on a Linux server and I've also used the ear file available on the document. Have you checked your XML to make sure you weren't missing those tags I mentioned? What is exactly the error you're…
-
A couple of suggestions worth trying I guess. Looking at your xml file and comparing with a working version I have (and even the one in the document you followed), you are missing the information inside the <aliases> tag and don't have the <registries> tag encapsulating the <registry> tag. If when changing that it still…
-
What's your OBIEE version? Also, can you please put here the contents of your ActionFrameworkConfig.xml?
-
Apparently, according to this document , it looks like you may have to manually set the parameter LogonExpireMinutes in instanceconfig.xml. Would look like this: <Security> <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->…
-
Hi Pius, Is your OBIEE 12c stopped when you try to upload the file? If not, it should be stopped. You can read more here: https://support.oracle.com/epmos/faces/DocumentDisplay?id=2107240.1&displayIndex=1
-
What you're looking for is the ClientSessionExpireMinutes parameter from instanceconfig.xml. If you want to adjust that value, you should change it through EM here: