Hi @Stefano_Mazzocca,
'ORA-00904' means Oracle SQL is trying to reference a column that does not exist in the result set at that stage of the query.
From the SQL visible in the screenshot, I can see something like:
avg("AddColumns_0"."Total Compensation Paid") as "Total Compensation Paid Aggregate"
and later the outer query references:
"FTE_TOTAL_COMPENSATION_PAID"
Can you please check if there is a mismatch between:
Hope this help.
Thank you.
@Stefano_Mazzocca ,
Please refer following youtube video provided by Oracle Analytics Team
Manage Data Flows: Common Challenges and Mitigation
Basically, Source dataset in a data flow should only show visible columns. It should not have hidden columns.
Workaround for this is deselecting the columns that are hidden in preparation phase of the data flow or make them visible (not hidden).
Also check the following documentation on how to hide / unhide a column: Hide or Delete a Column
Hope it helps!
Thanks
Rajesh
Hi, I'm new to OTBI & FDI and need your help. Is it possible to do a report to identify missing default expense account in FDI or OTBI? Thanks for your help.
Hi Team We are using SCM- Maintenance subject areas for reporting . We enabled the Asset related DFFs (CSE_ASSETS_B) under Data Configuration successfully but the Asset DFFs are not reflecting under Descriptive Flexfield Folder . We do not see any Asset folder even under the Descriptive Flexfield folder . Please advise if…
We made some changes in the Fusion UI, and those changes were reflected correctly in OTBI but not in FDI. To refresh the data in FDI, the Oracle support team advised me to reload the relevant functional area (Absence Management). I navigated to Application Administration → Human Capital Management, selected Absence…
Data are synchronized with Oracle HCM and I can see PN 2470, which was terminated in the past. If I add any assignment information I find no records, why?
In an analysis/report, when the Bottom Up Manager details are selected from the hierarchy, the Top Position Person record drops out. This is due to the fact that this top level position does not have a record in the Fusion table : PER_MANAGER_HRCHY_CF which is the source to load OAX$OAC.DW_MANAGER_CF_DH . The requirement…