Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
This document by Oracle may be useful https://docs.oracle.com/en/cloud/paas/analytics-cloud/biday/using-oracle-analytics-cloud-day-day.pdf
-
Don't believe as of now there is any scheduling capability.
-
Did you try the bursting option?
-
Can you edit your replies directly on OTN forum? spacing makes almost impossible to understand what you're writing. So you're saying that when trying to use external emails is not working? maybe possible is blocked from mail server?
-
I would check if it works with 20 standard corporate emails... that gives you a clue where the problem is
-
If internal emails work ok, then i bet the problem is not in OBIEE/BIPublisher itself but rather in the mail server. I would ask the person responsible of the mail server to check.
-
As said... no way until you actually ask to the installer or have it documented somewhere. If this answers your question please close the thread since now it still shows up as Not resolved.
-
Have a look at https://support.oracle.com/epmos/faces/DocContentDisplay?&id=740529.1
-
Is the new server able to reach the printer? maybe firewall in between?
-
In my opinion what is suggesting is not 100%: CASE WHEN CAST(CSSD AS CHAR) > '12/01/2017' THEN 'YES' ELSE 'NO' END you are casting the dates as char and then sorting both values by alphabetical order??? (this could cause problems in case you specify days with only 1 digit). Shouldn't it be the other way around? CASE WHEN…
-
Hi, The default aggregation method in DVD is sum, however you can change it in Datasources->your data source name -> inspect. In there for all the measures you can define one aggregation method.
-
Those calculations are happening post aggregations, so the formula applied is Max(Sum(Fare)). You have two options: 1) Declare "Fare" as attribute and not dimension and then calculate the formula as you are now (however i'm not sure how the distinct values will impact calculations) 2) Add other Fare columns to your data…
-
Hi, In my experience all numeric columns were treated like measures automatically. Maybe you have some strange formatting?
-
I suggest you to create 3 new measures: 1) Sales Prev Year with formula FILTER(Fact.Sales USING Dim Date.Year=2016) 2) Sales Curr Year with formula FILTER(Fact.Sales USING Dim Date.Year=2017) 3) Budget and show the 3 in a bar chart
-
Only reason could be performance i believe
-
Hi, 1) you are correct 2) yes you are correct Usually Data Sync is used to upload Data to the cloud, so you will have a copy of your data in BICS and you'll need to keep them in sync via Data Sync. While if you set the connector in DVCS directly then you're sourcing directly from OTBI on the fly.
-
Hi have the same problem, GA used to work in previous version but now i get the "Create Datasource Failed Internal query error." Below the rows from jetty-0.log file SEVERE: java.lang.Exception Proxy Lookup error: Proxy detection…
-
Hi Mayura, If yours is a cloud Apex application, then it should write back the data to a DB as a service, finding the details of that DB will take you one step closer to the solution.
-
Hi I found useful, especially in cases where previous DVD versions were installed to: - Uninstall - Remove all files from C:\Users\<your username>\AppData\Local\Temp\DVDesktop and C:\Users\<your username>\AppData\Local\DVDesktop - Install it back Of course this will potentially delete all projects already defined in DVD.
-
As says it'll delete all your projects. The only hope to keep them is if had already an export of the projects.