Comments
-
OAS 7.6 does not have the Incremental Load feature (Incremental Load was introduced in OAC July 2024 update). It should be available in March 2025 update of OAS.
-
The 'Cache Reload Type' has 'Load New and Updated Data' option, so technically both new and updated data should be handled by reload? Are you saying you do not have any identifier columns to track updated data?
-
Line Bar combo chart is available in classic home. You probably did not choose the correct visualization type? Suggest you try this out with a simple report first and verify the output before you can test with your actual union report.
-
Hi Please check documentation on what Traverse permission will do: "For example, you can grant users the Traverse permission for the Test folder in the shared folder area. Then, they can access items embedded in dashboards stored in this folder. Also, they can access embedded items in dashboards stored in sub-folders, such…
-
Please upvote the following ideas and add relevant comments as needed: Ability to Turn Links in a Table Into Hyperlinks Need direct Hyperlink by clicking on a column from a visualization to other DV/external link OAC DV - Table view and pivot View should have option to choose text type as hyperlink
-
Thanks @Mike Durran-Oracle , will SOAP API documentation be available in January 2025 update for OAC?
-
I don't think oauth is supported for soap api logon method. You probably need to pass the soap api calls (like the functional ones, not the logon ones) as a payload to rest api so you can use the oauth for rest call. Sorry I don't have any specifics unless I test it out. I do see an internal post from one of our PMs on a…
-
OAuth is already supported for REST API calls in OAC. Check doc here: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acapi/authenticate.html I don't think we have SOAP API doc for OAC but you could try to invoke the soap api via REST call and pass token? Thanks Gayathri
-
Note that Semantic Modeler can only connect to public repositories for now(private repos are not currently supported). As noted in doc and what Ram mentioned, make sure you use the correct URL syntax which is https://gitserver.com/myorg/myproject.git(replace gitserver,myorg,myproject with the actual value).
-
The validation is only needed if you are using TLS based connections to the datasource. The validation is to check openssl3.x connectivity for all TLS connections. In the January Update of OAC there will be a new System Setting called 'TLS Connection Mode' which will be set to 'Legacy' by default. This setting will make…
-
Hi Looks like the suggestion from the SR was to create a IdeaLab Request for this ask. You can create idealab request here: https://community.oracle.com/products/oracleanalytics/categories/idealab-oracle-analytics-cloud-server Thanks Gayathri
-
If you have enabled audit log for OAC, then you can see the modified by user information as well which could lead to some clue as to what happened.
-
If you login to OAS DV and create a new Data>Connection to the same essbase instance and try to create datasets based of this connection, are you able to see the objects listed and create workbook to view this data? This will help to isolate if this issue is specific to Admintool or is also seen in DV. Thanks Gayathri
-
I dont think there is a setting to change this default show option for Notes. In present mode you can hide the Notes section and Keep it On only in Visualize mode. This way a regular consumer will not see the Notes but when a content author uses Visualize option they can see the Notes.
-
Can you click Inspect→Access for the connection that is shown and for a connection that is not shown in create dataset window to see if there is any difference in the permissions?
-
Screenshots explaining the issue will help. From what I know, the way query gets generated for subject area based datasets might be different between report execution and dataflow execution. You may want look at the logical table source joins for the relevant tables and see if changing join type (from left outer to inner…
-
What exactly are you trying to accomplish? Based on formula there does not seem to a need to use valueof in the sql?
-
In the init block SQL where clause, use UPPER for both left and right hand side: WHERE UPPER(EMPLOYEE_ID) = UPPER('VALUEOF(NQ_SESSION.USER)' This will ensure that the comparison is using upper case for employeeid column and the session variable.
-
Hi Support for OAuth authentication is in the roadmap/in the works for OAC. I do not know of specific timelines for OAS. @Alan Lee - Oracle-Oracle Any input on this ask for OAS? Thanks Gayathri
-
Meanwhile you can explore Data Actions to navigate to external URLs: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/create-data-actions-connect-external-urls-visualization-canvases.html