Comments
-
@Ashok-Oracle , Welcome to the Oracle Analytics and AI Community! You have got an interesting issue, and we need to dig deeper in terms of log out not working. I believe we need to figure out how to configure SingleLogoutService URL for this case. Please refer the Additional Prerequisites mentioned in SAML 2.0 and Kerberos…
-
@Tony_OAS_Apex_User, have you considered using a hidden calculated column like UPPER("Item Name") Alias: ITEM_NAME_UPPER then use it in filter. Not sure if it helps!
-
@JacoG , hope your issue is resolved by the above suggestions, appreciate any updates. otherwise, please explore using COALESCE (only if the contexts are mutually exclusive), it returns the first non-null value however, I would prefer CASE approach because it explicitly ties the value to the DFF context. Hope it helps!
-
@Rosita Santosuosso , not sure if the issue is resolved, if yes then appreciate if we can update this post with the fix. thanks
-
@Rosita Santosuosso , not sure if your issue is resolved. you can try something similar to below query that gives the person who initiated the learning activity/completion event. SELECT at.assignment_task_id, e.created_by_id AS completed_by_person_id, pu.username AS completed_by_username, a.completion_date FROM…
-
@Rosita Santosuosso , Welcome to the Oracle AI and Analytics community! To help narrow down the cause, could you answer these? Is this a custom BI Publisher report or a seeded Oracle report? What is the output format (Excel, PDF, CSV, XML)? Does the report always fail after about 10 minutes, or is the timing inconsistent?…
-
@Jay Pearson-Oracle, Thanks for delivering this functionality, appreciate it.
-
Another option could be FDI, I see Oracle recently delivered this functionality as per following post Support Parent-Child Hierarchies and Logical Objects when Cloning Subject Areas in FDI (SME) - Oracle Hope it helps!
-
@Daniel Ryan , I am not sure if it really possible by OTBI because the seeded General Ledger - Journal Details Real Time subject area does not expose the complete CoA hierarchy. You might be able to do using BIP but it might be a complex.
-
@Hylton , Please check OTBI Subject Area - Maintenance Management - Work Order Performance Real Time → "Transaction Note". Hope it helps! Thanks Rajesh
-
@Kiran Kumar Alle , In addition to above suggestions, it is worth looking at following subject area - Workforce Management - Worker Assignment Event Real Time. It is used to report on the worker assignment changes (past, present, and future) including hires, transfers, assignment changes, promotions, manager changes, and…
-
@Nikhil_Kumar , I have posted this question in the Cloud Customer Connect for HCM pillar. Hoping to hear from the Oracle! Thanks
-
This list used to be maintained in following post R13.x Deprecated and New BI View Objects - Oracle. It is no more being updated, and the expectation is someone from Oracle BI Cloud Adapter Product/Development team can comment on it.
-
@Nikhil_Kumar , I have tried to reach out to the person who used to maintain this documentation and provide it to the community. It is showing up as "Deleted User" so not sure if I will get any reply. Also, I know that the spreadsheets that list the deprecated PVOs that were published in earlier Releases like 25A, 25B, 25C…
-
@PRATHEEK , to answer the question about data refreshes, you can schedule frequent data refreshes for functional areas that are visible in the Frequent Data Refresh Schedule tab on the Pipeline Settings page. I believe FDI HCM Position Management is not listed there but please review in the application. Also, please refer…
-
@PRATHEEK , as per my understanding, Oracle FDI is designed around managed data pipelines, and the delivered Fusion HCM connector is the supported mechanism for populating the FDI data model. BIP or OTBI extracts cannot be used to directly refresh or overwrite the delivered HCM subject areas or semantic model in FDI.…
-
@Victor H , these recommendations are mostly provided by Oracle Analytics in house Architects for the greater benefit of the community via various channels like blogs/announcements/webinars etc. For the confirmed sources, either we directly reach out to the person who published the blog or get the help via Service Request.…
-
@Suparna Kansakar , Hope it helped and if it answered your question, as per community guidelines please click Yes to accept it. This also helps others find the solution more easily. Best Regards, Rajesh
-
@Victor H , It is well documented that we can customize the semantic model to extend it for our business requirements. Please refer following official documentation - Customize Oracle Fusion Data Intelligence Also, Oracle ADW is a symmetrical multiprocessing database. This database is provisioned as part of Fusion Data…
-
Great stuff, thanks for sharing @Alexandria Toothman-Oracle !