Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Good suggestion and allows for easy visual way to check file to be processed
-
Yep, this would be helpful, up voted
-
If this tag is visible this can mean the BI Publisher engine failed to parse the template logic correctly, often due to a syntax error in the template's XDO_METADATA sheet or a version mismatch between the desktop template builder and the server. You would typically need to verify that the grouping defined in the template…
-
There are a few inbuilt features that might help, for example using the Explain feature, Automated Discovery and then you could create your own model in a few steps. In FDI look for Workforce Exit or Worker Attrition visulaizations
-
https://community.oracle.com/products/oracleanalytics/discussion/comment/74078#Comment_74078 I've mentioned previously some point where there can be improvements. Given the upcoming challenges with the integration of other products, it's important to have a consistent and templated pages for the landing page and then for…
-
https://www.oracle.com/europe/ai-data-platform/ Scroll down to the bottom of the webpage and you'll see this image
-
Good work on this. Good contrast of charts versus background, and I like the header image
-
Maybe these will help you what you're looking for https://www.enginatics.com/reports/gl-trial-balance-detail/ https://erp-integrations.com/2017/01/23/query-to-check-gl-period-begining-balances-with-previous-period-ending-balancecompare-period1_end_balance-with-period2_begin_balance/…
-
Nice work and useful workaround for this scenario
-
Interesting suggestion and would be useful feature. up voted
-
Also check out https://community.oracle.com/products/oracleanalytics/kb/articles/32-product-roadmaps
-
This YouTube video might help https://www.youtube.com/watch?v=A5r8EYCH8CI
-
The problem mights be with the quotes around the number. Try something like this CASE WHEN "HCM - Workforce Core"."Legal Employer"."Legal Employer Name" = 'Legal Employer' THEN CASE WHEN "HCM - Workforce Core"."Time"."Month" = '2026/01' THEN 184.0 WHEN "HCM - Workforce Core"."Time"."Month" = '2026/02' THEN 188.0 WHEN "HCM…
-
While a lot of work has been done to the website, I do feel certain areas need more work and to make certain things a bit more obvious to the new user of the tools/platforms as well as for the experienced user. Some analytics on the number of page views should help you identify part of the site that are getting the most…
-
try wrapping your parameter in a TO_DATETIME or CAST function within the filter expression to explicitly tell the engine the data type. For example, EXTRACTMONTH(CAST(parameter AS DATE))
-
You should have posted in the OAC related forum https://community.oracle.com/products/oracleanalytics/categories/oac-oas I believe this forum will be used for the OCI AI Services https://www.oracle.com/europe/artificial-intelligence/ai-services/
-
Also check out this post https://www.ateam-oracle.com/methods-to-extract-audit-monitoring-data-from-fusion-applications
-
try DELETE https://<your-oac-host>/api/tcm/v1/dbcache. or you can execute this from your VM using a standard cURL command. curl -i -X DELETE -H "X-ID-TENANT-NAME: <your-tenant-id>" -u <user>:<password> https://<your-oac-host>/api/tcm/v1/dbcache
-
Try following these examples https://docs.oracle.com/en-us/iaas/Content/Identity/api-getstarted/Exporting.htm https://docs.oracle.com/en/cloud/paas/analytics-cloud/acabi/export-data-csv-and-tab-delimited-files-text.html…
-
Check Internal Port and Hostname Configuration If the service is running but still refusing connections, there may be a mismatch in how the components identify each other post-migration. • instanceconfig.xml: Verify that the Presentation Services configuration points to the correct hostname and port for the Scheduler. •…