Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Why don't you just go by the easiest way? DVD on Mac already had limited functionalities, so get yourself a Windows virtual machine in which you use DVD latest version at its best with all the feature. (That's because you never ask Oracle to give you an answer about "when" something will come, as over the last 10 years of…
-
In addition to Mark answer above giving you hints on "Day by Day", keep in mind you can't connect "Day by Day" to your local DVD, because you are just missing a bit piece in between. "Day by Day" connect to a cloud instance, DVD run on your own laptop / workstation. So you have first to publish your content to the cloud…
-
Hi, Is it an OBIEE analysis or, as it sounds, a report?
-
Keep in mind ODV (and all the related tools) do not "speak" SQL like an Oracle Database would do. It uses a kind of logical SQL (LSQL) because it must then translate this LSQL into all the possible sources of data it supports (so from a database to Excel etc.). So not all the SQL functions that DB known exists. I don't…
-
Joel posted the right link ... You can't find the logo because it doesn't exist, it's a font, a special character in a given font is the Oracle logo (https://gianniceresa.com/2017/10/odc-appreciation-day-customize-style-of-lightweight-login-and-vadv/ )
-
Of course at some point it is in the file system (just because it's stored). Before to point you to that path the question is more why you are asking that? You must not interfere at a file system level with the DVD storage, because at the file system level you do not have the metadata DVD use when saving things. So, to…
-
You will have to provide some extra info if you really want an answer ... What happen, what does the logs says, what's your system etc.
-
Isn't it a BI Publisher report with parameters defined? In that case OBIEE has nothing to do and it's a 100% BI Publisher question, so it is in the right place. : Can you confirm it is a 100% BI Publisher report with parameters there inside? And not an OBIEE dashboard sending parameters to Publisher?
-
Because you are using 12.2.1.0.0 or 12.2.1.1.0 or 12.2.1.2.0 without enabling the lightweight SSO. In 12.2.1.2.0 you can enable the lightweight SSO (which is enabled by default in 12.2.1.3.0) which solve this thing. The reasons are mainly linked to the security cookie and the different path used by VA (/analytics vs /dv or…
-
The page has some CSS issues ... Accept the "License Agreement" (radio button on the left) and the download starts (or you are sent to the login page first and download right after). The text is there, just white on white, so you don't see it (select the text in that area and you see it).
-
I have that on Chrome (latest version).
-
What about the network? Already got it working (or saw another map working) in the past?
-
Hi, Are you in a restricted network or requiring special proxy? Because maps images are loaded from a remote server, so if the calls and replies are blocked by a firewall or proxy or something you get the image no available result. What kind of map was it? (what level or region or the world?)
-
Hi, Asked few times around here already and the answer is always the same: OBIEE needs to be at least 11.1.1.9.0+ . With other versions of OBIEE (.7 etc.) you will have DVD but not able to use an OBIEE connection in it.
-
Hi Julian, You start by selecting one of the 2 sources and create your project. Then you add the second one and define how these 2 are joined together. If you go into the "Prepare" mode (top-center of your screen where you have "Prepare Visualize Narrate") and there you have the "Source Diagram" tab (first one bottom of…
-
Good timing: have a look at this blog Philippe posted yesterday https://blogs.oracle.com/analyticscloud/data-blending-made-easy-with-oracle-data-visualization
-
The change "attribute" / "measure" is just a click, depending what the calculation is based on etc. it sometime doesn't see it as a possible measure directly. What do you exactly mean by "first column grouped" ? If you want to group the "Assignee" you will need to give it a logic on how to group them. If "first column" was…
-
The easiest way to find out the CSS rules you need is by opening DVD in your browser and use the developer tool extension to inspect html and CSS and test new rules "live" before to add them to your own CSS file. If you search (doc or Google) how to run DVD in SDK mode you get just that. Look at things like…
-
Hi, So you want to group the newly created column with your calculation of the number of days between open and close date, right? Did you set this column as attribute or measure? If you set it to "Treat as Measure" you can define the default aggregation (average) and it will automatically aggregate depending on the other…
-
Hi, Have a look at the "Customizable Skin Plugin" on https://www.oracle.com/solutions/business-analytics/data-visualization/library.html. And also https://blogs.oracle.com/analyticscloud/customize-oracle-data-visualization-using-plugins .