Comments
-
Hi Data Actions and filters can be used to achieve this requirement. You can use Data Actions to navigate from workbook1 to workbook2. You can anchor the dataction link to a specific column in workbook1 and the filters defined in workbook1 will be carried over to workbook2. So in your case workbook2 will be filtered based…
-
Hi Please refer to the following Knowledge Article and Product Documentation to find which EPM applications are supported for OAC Connectivity: Product Doc: 'https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsds/connect-oracle-epm-cloud.html#GUID-D319A2C7-DF6A-405A-BFE3-227CBBAC178C' Also please refer to the…
-
What you are experiencing is expected behavior. At any given point in time, there can be only one published semantic model that is active, similar to how only one rpd can be active. Support for multiple semantic model/rpd is a roadmap feature which is not currently available in the product.
-
You could create a case when formula to check for variable value and show blank ' ' or the actual column but this will show a blank column, its not same as hiding. Other comments welcome!
-
For anonymous access, you would have to create a weblogic asserter like OAMIdentityAsserter which accepts REMOTE_USER, SM_USER http headers for username. The whitepaper has complete setup steps, note that you will need to follow the security considerations section and make sure these headers cannot be set by other means.
-
Hi Brenda The pivot visualization properties do not provide these options similar to table viz. So that would have to be an Enhancement. Thanks Gayathri
-
The typical flow is for users or groups to be mapped to Application Roles and you can use the system session variable called ROLES to retrieve the list of App Roles assigned to a user (either directly or via inheritance or via group membership). The UI also provides an export option where you can export the Application…
-
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 .…
-
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…