Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
As noted by Steve, the behavior you are seeing is expected and as per documentation. One option is to resize your visualization so all contents display without the need to scroll.
-
Hi Have you tried to setting Header font and Data font in visualization properties pane? Please see screenshot below: Thanks Gayathri
-
Another suggestion is to go to console > content management link and verify the owner of these objects. You could do change ownership and explicitly pick the IAM user so all objects ownership setup correctly. Somewhere there seems to be conflict with the object ownership based on username (because if you check inspect of…
-
Hi @User_0UYHB The blog basically provides details on what setup you need (example you need to setup a webserver like Apache or OHS ) to enable Anonymous access to OAS. As this is not a standard documented feature, you will have to perform additional setup as explained in the blog. Thanks Gayathri
-
Hi Please review the following blog on setting up anonymous login for OAS:https://blogs.oracle.com/analytics/post/oas-anonlogin Thanks Gayathri
-
Please proceed with creating the SR. The KM article/bug may not be applicable in your case. Thanks Gayathri
-
I am not sure what fix you are looking for because this is just the DDR taking longer to start displaying results. You could re-evaluate to see if you can use a subject area based report instead of DDR report where you can see the spinning sign to indicate to end users that the query execution is in progress. You could add…
-
Certain settings are auto applied, but for certain settings, Apply needs to clicked (When you click Apply, behind the scene it restarts obis or obips depending on the setting). Since you are using onprem, you can manually restart components and test to make sure the setting is in effect.
-
As noted by Gianni and Federico, the recommended approach is to do this via system settings or My Account as this feature will eventually go away. A stop gap is to follow instructions in Doc ID 2622528.1 How To Enable Oracle Analytics Server (OAS) Deprecated Features That Are Disabled By Default to edit the…
-
Hi Based on your use case, it seems you have to go to Enterprise Edition. If you are sticking with Professional Edition, make sure you review list of supported datasources doc to see what connectivity options for dataset/semantic model is supported for each datasource . Thanks Gayathri
-
If you are using Enterprise Edition, you could have explored Execute Before Connect or Execute On Connect connection pool scripts in rpd to invoke custom stored proc passing USER session variable as parameter OR use VPD but with Professional Edition , you don't much options using dv connection. The best option is to set…
-
You can restrict Access to Answers, Access to Dashboards using Manage Privileges. There is no privilege setting specific to DV. There is fine grained permissions in dv where you can restrict create dataset, connection, etc. however the endpoint access cannot be restricted.
-
The change will be rolled out as part of the January 2025 update of OAC. Customers will receive notification on when their instance is getting this update. Please check KM article: January 2025 Security Update for Oracle Analytics: Impacts Connections Using TLS KB127925 As noted by default Advanced TLS will not be enforced…
-
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…