Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Martin van Donselaar wrote:Yes that is correct, I was thinking too complicated :/ Or thinking right when other columns get in the analysis (or the 2 mentioned aren't there). Never ever imagine the OP will do just what he asked for on the thread
-
"zero values" = no value at all, nothing (not a 0, not a NULL, not a "" ... just nothing) OBIEE will never generate data which doesn't exist, so you better fix that during ETL to add at least an empty/NULL/zero row at that point. Or you need to model things to cover this case with the right logic (or use EVALUATE to send a…
-
Robeen wrote:....as a database administrator what would be my role? Your role? Sit down and enjoy your coffee As a DBA from a BI point of view you don't really have an active role as long as your BI developers know their job. In a more realistic situation you will probably have to help diagnose slow queries and find out if…
-
The answer is in what Christian wrote: a DDR doesn't give you almost any of the feature the tool as. It's all about cheating ... By CSS you can force things to try to match the cell size as much as possible, but it's all about cheating and a shitty one as the rest of the HTML is generated by the tool. So do not expect a…
-
Dimitris Karydis wrote:Yes that's exactly what I am doing. I knew that was the reason (ok, the screenshot was also quite obvious ...) The issue with pivot view is that there are tons of interactions you can do when visualizing it (either the analysis itself or in a page), things like moving columns, sorting, add or remove…
-
Hi, I didn't read the full thread but ... aren't you try to cheat and complaining your cheat doesn't work? Do you actually have something else (at least another column) visible there where you have the grey in the "Rows" part of the pivot? Because from your screenshot it looks like you use a pivot but want it to act as a…
-
Hi, What you look for is HTML (so not OBIEE or any Oracle tool), and you were quite optimistic with <b><body>.... (<body> is supposed to be unique in a webpage as it represent ... the body of the page). You need just a line of CSS for that, something like: <div style="background-color: #00ff00">green</div>
-
Hi, Did you try searching the forum, the doc and even just Google? It's one of the most asked questions and the answer is always the same ...
-
Hi, And what did you do to fix it? Because right now you are sharing the information that it doesn't work, but you aren't asking anything and neither provide logs or anything else which could drive to some hints. So start by checking the logs, read what the tool and the system generated and find out the root case of the…
-
Hi, You are missing a key point in your thread: different as "they are finally correct" or different as in "they aren't correct" ? Did you do some analysis/debug of the case to find out what is different between how 11g and 12c do things? (generated queries etc.) Do you talk about analysis or reports (BI Publisher) ? Did…
-
Plan B: keep it simple ! Make as many condition analysis as you have values in the prompt ... Basing conditions to display one of many sections on number of rows returned by a single condition analysis and trying to find dimensions having different (but fixed) number of rows is the best way to get in troubles in the next…
-
Hi, Did you check the official documentation? It cover those topics. You also find more documents in My Oracle Support website. Search there and you find everything you look for ...
-
The favorites are stored in the catalog, not in a database ("almost" nothing is stored in a database in OBIEE). So you can do it by editing the files on disk (XML) for all the users: _internals/_favorite inside each user personal folder. You probably want to do a backup first ...
-
It doesn't require an extra license. The tool is "cluster by default" in a way, so you always get the concept of cluster in Weblogic even if single node.
-
Hi, Not sure what you exactly expect to get ... First would be good to know if you want to do a report (Publisher) or an analysis (OBIEE Answers). Then keep in mind OBIEE isn't Excel, if you want an Excel behaviour keep using Excel and Smartview also exists for that reason. PS: I thought Oracle employees were required to…
-
The certification matrix ... take some time to get into it in detail (it's Oracle ) The "system" sheet in the file is the one giving you the OS details for the "server" on which you want to install the tool. You first need to look at the column "Product Offering" to identify all the values that match your needs. In your…
-
3491748 wrote:in this picture I saw windows 7 sevice pack 1. the file I looked into is "fmw-122120-certmatrix-3254735.xlsx" donwloaded from oracle. sheet "client". Look better in the picture you posted yourself ... Column A: do you see OBIEE as one of the products matching Windows 7 ? And you seem to be looking at the…
-
My assumption (based on the question) is that the OBI users are stored in the embedded Weblogic LDAP and not in an external corporate LDAP or AD.
-
Adam Wickes wrote:What if they login but don't do anything?Does anything go into Usage Tracking? I would count those as "no longer in use", because just login to see the homepage but not run a single analysis is like not logging in
-
It's perfectly normal ... In the physical layer you simply define the condition connecting the 2 tables, not the inner or left/right/full outer nature of the join. You then set the kind of join in the business model. So forget the physical layer but go in the logical layer where you have the logical join between your fact…