Comments
-
@Aimee Williams-Oracle Thanks for sharing, very insightful.
-
Hi @User_LDBVH , Welcome to the Oracle Analytics community! One liner without any context is not going to generate any interest and not enough information for someone who is willing to help. Appreciate if you can provide as much details as possible so that community members can advise accordingly. Thanks
-
@User_OBCXC , appreciate the update here, it will definitely help other community members. thanks
-
As mentioned above, please start a new thread and provide as much details as possible so that community members can advise accordingly. Thanks
-
As mentioned above, please start a new thread and provide as much details as possible so that community members can advise accordingly. Thanks
-
As mentioned above, please start a new thread and provide as much details as possible so that community members can advise accordingly. Thanks
-
As mentioned above, please start a new thread and provide as much details as possible so that community members can advise accordingly. Thanks
-
@s.datta, last update on this forum was more than a year ago. Advise you to open a new thread with more details.
-
@User_HLD1R , you are right these PVOs are exposing the current contract rows and does not show history. HcmTopModelAnalyticsGlobalAM.AssignmentAM.ContractPVO HcmTopModelAnalyticsGlobalAM.AssignmentAM.ContractPVOViewAll You should explore full extract using custom BICC extract on PER_CONTRACTS_F. Hope it helps!
-
Thanks, looking forward to creating visualizations!
-
@Silvio Garber-Oracle , Thanks for providing this information, appreciate it!
-
@Mike Durran-Oracle, youtube videos are always helpful, appreciate it.
-
@Lalitha Venkataraman-Oracle , Thanks for sharing this great video, looking forward to using it.
-
@Gautam Pisharam-Oracle , Thanks for sharing the video and the guide, appreciate it.
-
@Benjamin Arnulf-Oracle, Appreciate all the effort. Thanks
-
@Anuradha Sadhu-Oracle, Thanks for sharing, appreciate it.
-
Here is the screenshot for 26A Readiness and there is nothing listed in the "Deprecated and New BI View Objects in Oracle BI Cloud Connector"
-
@Nikhil_Kumar @akmancalix Welcome to the Oracle Analytics Community! It seems there is nothing being deprecated in 26A, please refer What's Notable and Different in Oracle Transactional Business Intelligence
-
Thanks for the update!
-
In addition to above, I believe revisions can be linked using following join condition SELECT erh.*, erp.*,r.* FROM ess_request_history erh JOIN ess_request_property erp ON erh.requestid = erp.requestid JOIN revisions r ON r.dID = TO_NUMBER(erp.value) Please explore these tables and update here if it works for you.