Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Please could you log an SR with Support. Thanks.
-
IDCS / IAM won't send a login page to an iframe for security reasons so you see this error. If you have federated logins between SaaS and OAC then you could try the three-legged OAuth setting.…
-
Please could you log this as an idea in the ideas lab - it's something we'd like to implement for the REST API. Currently, you'd need to use the SOAP APIs: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/c_xmlviewservice_service.html…
-
You need to include the embedding code for analytics within an iframe for React as the knockout binding used by JET won't work with the vdom in React - something like this.. import React from "react"; import ReactDOM from "react-dom";class App extends React.Component { render() { return <iframe id='OACembed'…
-
Thanks for your question and I'm glad to hear it works well for you. However, this is currently not planned for classic. Regards Mike
-
Hi, thanks for your question, I'm afriad that this isn't available in OAS 2025. Mike
-
Hi Hasan - thanks for your question. The embedding feature is based around a consumer experience which is why when your users create a filter it is being lost on page refresh. Depoending on your use case, it is possible to programmatically create filters and pass parameters to the embedded canvas that could form the basis…
-
Thanks for logging this idea! Regards Mike
-
Thanks for logging this request. Mike
-
Yes, it did ! https://docs.oracle.com/en/cloud/paas/analytics-cloud/acapi/op-20210901-catalog-type-id-actions-changeownership-post.html
-
Hi Joel - thanks for your suggestion, What sort of specifc use case do you have in mind? Are there any current MCP servers that you think would be useful to be able to call from OAC? Thanks Mike
-
There is a SOAP API that may do what you're looking for - e.g. you could get the LSQL for the canvas you're interested in then use the XML view service: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/c_xmlviewservice_service.html#GUID-EEDEBB82-557F-4AAA-994A-B64D2F20F91C
-
You could try the REST APIs that allow access to a dataflow history - https://docs.oracle.com/en/cloud/paas/analytics-cloud/acapi/op-20210901-catalog-dataflows-dataflowid-history-get.html Please see Gabrielle's blog:…
-
Where that's possible, yes.
-
By way of an update - we do have REST APIs to export a canvas to a PDF or PNG: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acapi/op-20210901-catalog-workbooks-urlbase64workbookid-exports-post.html Mike
-
Hi, thanks for your post - you may want to review the ability to change catalog ACLs using the SOAP APIs: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/c_webcatalogservice_service.html#GUID-5725EE8F-1C61-4D85-A47C-E33AC76E00A0 Regards Mike
-
Hi, try this - at the end of the embedding.js file, you can specify language and locale - e.g. …/embedding.js?locale=fr&lang=fr
-
https://community.oracle.com/products/oracleanalytics/discussion/comment/68616#Comment_68616 We have a policy of giving 12 months notice of any API changes.
-
Could I confirm that you are searching for dashboardgroupfolders with the API? what is the result of a call to this endpoint: /api/20210901/catalog/dashboardgroupfolders?search=*
-
Hi Hans, thanks for confirming the version. In OAS 2025, which is currently available you won't need to use those parameters. Mike