Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Voted!
-
Appreciate any further update on this, status moved to "Planned" few months back!
-
On very high level, your subject area must include a time or period dimension, for example: Accounting Period or Fiscal Month or Calendar Month.
-
Hi @Paul Therrien, As per my understanding, FDI semantic layer is designed for aggregation or dimensional analysis, not for row-by-row accounting logic. Looking at above requirement, I would do row-level sign logic in the Dataset SQL, then FDI only aggregates the already-correct numbers. Thanks
-
You can see if it is possible thru BIP query, SELECT …. FROM per_all_people_f p JOIN per_all_assignments_f a ON p.person_id = a.person_id JOIN hr_all_organization_units_f d ON d.organization_id = a.organization_id Hope it helps!
-
Also, this is the forum for the Oracle Analytics, it seems your question is more related to the Oracle Recruiting You might want to use Recruiting, Opportunity Marketplace — Cloud Customer Connect for correct guidance. Thanks.
-
Hi @Shaikh Safdar Hassan , Welcome! your requirement is not clear, can you please share more details/context about it. Thanks, Rajesh
-
Also, I would also suggest reviewing or posting the question in Order Management — Cloud Customer Connect It will be easy for someone from DOO team to review this requirement and answer it accordingly. thanks
-
@Sophiya , thanks for your question. Appreciate if you can provide additional details since there is no table like scm_supply_headers in fusion. You might be able to find below details useful for you case… DOO_HEADERS_ALL DOO orchestration headers High-level orchestration of fulfillment DOO_LINES_ALL DOO orchestration…
-
Nice one, also liked the video. Thanks for sharing.
-
While waiting for your idea to be reviewed by Product Team, I would suggest you read this blog, Oracle Analytics team has done tremendous job by adding new AI profiling capabilities for insight generation, and an expanded list of data modelling sources supported, It has many new features to explore. Hope it helps!
-
It will definitely enhance the usability for business users who extensively use OAC.
-
Additionally, please check for Requisition UDFs (DFFs or EFFs), for each segment - "BI Enabled" is checked. Hope it helps!
-
Absolutely agree with SteveF about "TEE zone", appreciate a context. In the meantime, I am assuming it is something to do with Purchasing, so you might want to consider putting the question in SCM customer connect forum as well.
-
I believe Oracle does NOT deliver seeded OTBI KPI analyses for Purchasing KPIs out-of-the-box. Can you try building a custom OTBI analyses that return a single KPI value (metric card style) using Procurement subject areas (e.g., Procurement – Purchasing Real Time). Save them in Shared Folders e.g. /Shared Folders/Custom/……
-
Hi @User_UA8ST, I would advise you to post this question in Pricing — Cloud Customer Connect Thanks
-
Hi @User_OJ47U It is currently not possible to restrict access to the tables. There is currently an idea https://cloudcustomerconnect.oracle.com/posts/9c82838cd2 Users having BI admin or BI author roles can query all the tables in Fusion schema from data model. It is not possible to restrict specific tables from BI…
-
As per Oracle Doc, create a bursting workbook email schedule to deliver data visualizations to recipients if the data visualizations contain confidential data that is accessed by specific application roles and user groups configured in Oracle Analytics. Each recipient receives a customized data visualization based on their…
-
As per my knowledge, FRS (Financial Reporting Studio) reports do not have a built-in "Auto-Increment" checkbox for the Accounting Period parameter like some standard ESS jobs do. However, you can achieve this exact functionality by using the Batch Scheduler in combination with the Current POV (Point of View) function.…