Hi All,
Null dates are displayed as 11/30/0 in my dashboard. How can this to be displayed as blanks.
Thank you
Hi @A.Aj,
Can you please try a CASE Statement like following to replace the value to null?
CASE WHEN "Your_Date_Column" IS NULL THEN NULL WHEN "Your_Date_Column" = TO_DATE('0001-01-01', 'YYYY-MM-DD') THEN NULL -- Handles potential '0000' dates ELSE "Your_Date_Column" END
Hope this help.
Thank you.
Additionally, it seems it is an expected behaviour and got the following Idea.
FDI Workbook should show NULLs for empty Date column cells, instead of "30/11/0". — Oracle
Please vote or comments.
@Jae.L , in case, if this column is display only, then try to make it NULL safe, essentially if it is NULL then ' ' else use CAST function. Hope it helps!
@Bhaskar Konar this worked, thank you.
Glad you found it helpful.
Thank you very much, @Jae.L!
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…