Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Sunny26 wrote:In Internet Explorer 9 it is working fine, but for Internet Explorer 11 it is not working. So you are saying nothing changed other than the browser? Do you still have both IE9 and IE11 available now and tested now with both? (and not that you used IE9 few months ago and now you are on IE11 but maybe something…
-
Just a reminder: BI Publisher exists and can actually perform that kind of exports better.
-
Hi, When you work online and import the database tables with the wizard etc. you are working with the setting on your laptop/workstation. If you use a connection based on a tns name (as apparently it is the case), you use your local definition of TNS names. The server probably doesn't know what these TNS are, where they…
-
Data types matter! A INT in OBIEE is a 32 bits signed integer, which means the maximum positive value is 2,147,483,647. Your number is definitely bigger than that, so don't even try to convert it to INT. A prompt doesn't have a format mask, it display the default format mask based on type and a double has a decimal…
-
Can't be installed on top of 12.2.1.2.0.170418 : conflict with the 12.2.1.2.0.170418 bundle patch. There is a .so file conflicting, but because it's a .so => binary I couldn't look more into things to do a "manual" merge.
-
The "N" in front is to tell SQL Server (or client) to take the following text as unicode (required for chinese and similar languages). When OBIEE send the query to SQL Server without the "N" the chinese text is treated as varchar (non-unicode) and result into ??. I guess I saw a note on MOS about how to handle that, just…
-
Just for the records: 12.2.1.2.0.170418 patch doesn't fix or change anything: 1 detail = works, 2 details = not working (on OL 7.3) And of course the patch posted above by @DanPryke is now conflicting with the 12.2.1.2.0.170418 bundle patch ... Thanks Oracle
-
Good news (ok, not really but ...): 12.2.1.2 doesn't work with 2 details and is ok with a single one, same result as yours. MOS doesn't seem to have a note about this issue, so not sure if it's fixed maybe in the 170418 patch. (I have en environment with that one, just can't start it right now because lack of RAM )
-
Hi, What you try to do is supposed to work and works fine on a 12.2.2.2.0 (OAC based). Can't exclude if it isn't a bug or something on your version (12.2.1.2.0), will need to spin up an instance and gives it a try there as well ...
-
Hi, You can do that in a kind of simple way (at least the code already exists and you only need to put things together). You need 2 things: all the content of your catalog and Usage Tracking. UT must already be in place (I hope you enabled and configured it when you setup OBIEE), if not ... enable it now and wait 6 more…
-
Where does the requirement come from? I bet on an Excel file, right? Just keep in mind OBIEE isn't Excel, things are done based on models and playing with attributes (dimensions) and measures (facts).
-
You aren't missing anything ... technically speaking ... From a technical point of view there isn't really a huge issue making it impossible to align the features of the tool in all the versions (cloud & on-prem). There is some extra work for testing: cloud is on a highly controlled environment, they manage every single…
-
Did you already looked once at what your browser does when you load a dashboard page? Did you look at what happen when you change the value in a prompt which is going to reload analysis in the page with the new filter? If you didn't it's maybe time to give it a try ... Do not think OBIEE is a little simple webpage with…
-
Mark T. wrote:We are having trouble imagining any technical reason that this feature would have been included in the cloud version but not in the on-prem version. It seems to us that VA is VA, no matter whether its host computer is in Data Center "A" and accessed remotely in the Cloud, or is in Data Center "B" down the…
-
Hi, OBIEE never required Java in the browser. It was Flash first (10g & 11g) and now full HTML5 (from 11.1.1.9 as option, 12c by default), so no plugin anymore (Flash being unsafe and more and more disabled by default). So no issue
-
Hi, Yes, totally possible: "2.50 Scorecards" is a dashboard "Smart Watchlist" is a page
-
The miracles of "Search" field ... OBIEE 12C client installation issue Looks like the same exact thing: so contribute to that one.
-
To have a link you use from outside OBIEE you have to manage the authentication first. OBIEE will do something only with a valid session. The actual link to export in CSV does a POST call to a page with lot of parameters (including the session) and the result is the CSV file to download. Just an example: As you can see…
-
7688438 wrote:Gianni, We have the export link but instead of login to BI select the report parameters and download it into CSV.Our users wants the direct URL which dowbloads the reports into CSV. Reason is:we have 340 reports which has to be exported to CSV every day Each report size is 15 to 20 MB. Thanks Ram Don't you…
-
Hi, What kind of menu are you talking about? Adding things on the OBIEE top-bar menus? (next to "home", "new" etc.) Or just a menu inside the dashboard as an HTML element?