Enable users to export or view in a table format the forecasts generated from graphs using ETS, ARIMA, or Prophet models.
@Gina DiVenti
Thanks for your patience and the quick reply. I wasn’t able to reproduce the issue on my side, which makes me think there might be some underlying aggregations or other factors affecting the calculation.
To move forward, we have a couple of options:
I have separated Department 1 Data and stored it as a separate file. Below are the predictions when we have only department 1 data.
I see exactly same values when I use the same values. Explanation for Lower Values in Initial Forecasts:
The lower values in the initial forecast occur because an ARIMA model is being used. In ARIMA, the autoregressive (AR) component places greater weight on recent observations, while the moving average (MA) component smooths the series by incorporating past forecast errors. Recent historical values are in the mid-30s, the model anchors the early forecast periods around these levels. As a result, the projected values in the immediate future appear slightly lower before gradually adjusting over time.
In scenarios where strong trend or seasonality effects are present, a Prophet model is often more suitable, as it explicitly models trend changes and seasonality and can adapt more quickly to such patterns.
@Laxminag Mamillapalli I just realized I stumbled upon this solution to my problem in the OAC idea lab, but I am working in FDI. I'm assuming this should still work in FDI since the forecast feature exists, but wondering if that is the difference. Does that change anything regarding next steps (options you presented above)?
FDI data has aggregations and slightly more complex scenarios which may have influenced. At this point I can only speculate. Please feel free to raise a bug and explain the conditions. Make sure add as many details about build, versions, environment etc to narrow down. Have a great day.
@Luis E. Rivas -Oracle can you connect with @Laxminag Mamillapalli and@Lalitha Venkataraman-Oracle to see if we have an internal repro of if we need more information.
and
Does Oracle have any plans to introduce LLM-based AI features in a future release of Oracle Analytics Server (OAS) on-Premises? In particular, is there a roadmap for bringing capabilities such as the Oracle Analytics AI Assistant or an LLM-powered conversational chatbot, currently available in Oracle Analytics Cloud, to…
Summary of the Enhancement We request two key enhancements to the native Waterfall visualization in OAC Workbooks to support standard financial bridge reporting: Attribute-Driven Category Axis: Allow standard categorical attributes (with custom sorting) directly on the X-axis, removing the current dependency on Date/Time…
Currently in OAC, although we can create application roles in the OCI application (e.g Service Administrator), there is no way to programmatically create and configure custom application roles in OAC itself. This has to be done via the console system settings manually in OAC. We are running a large scale OAS > OAC…
Currently, in Oracle Analytics Cloud (OAC), there is a 250GB storage limit for datasets, but there are no practical management features to operate within this limit. This makes day‑to‑day operations very inconvenient.I would like to request the following enhancements for dataset storage management: Configurable storage…
I'm not very technical so if this is a non-starter or there's a solid workaround that already exists, please advise. We have users that query SQL data sources directly in other tools, but then would like to bring that query as a dataset to OAS. Ideally they could create the view in the database and reference that object…