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
OAS Classic Report Results display the first 5000 rows and the OAS user needs to click the next button for the next 5000 rows and so on. The 5000 row limit is the maximum allowed to be setup in the OAS Console. OBIEE Report Results support display of the entire report results data set. Our users would like this feature in…
Background We recently identified an issue through an inconsistency in the number of records returned in an API response. This allowed us to notice, after the fact, that a fix had been applied that changed the behavior of an existing API. Problem We understand that information about resolved bugs is eventually made…
We need a way for non-admin users to view the backend/physical SQL queries executed by reports (via Session and Query Logs) without granting them full administrator access. OAC's custom Application Role model (Console > Roles and Permissions) allows selecting fine-grained permissions instead of assigning predefined roles.…
Customer would like to request that IBM DB2 12.x be added as a supported data source for Oracle Analytics Server. They hope that it will be included as a certified and supported data source in the next(Year 2027 ) OAS release. Background: The customer is currently operating a reporting and analysis platform using Oracle…
We would like to restrict the MCP to certain OAC application roles instead of all the users. Please help us to achieve this functionality.