Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
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:
-
Hi Please check these existing Ideas in Idea Lab and upvote/add comment 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 Here is the…
-
The following statement does not make sense: If you have dv content author assigned, then you are a author. there is no concept of author role being active in one folder and consumer role active in another. I have the DV content author role (specific to a catalog folder). In another catalog, I only have read access (DV…
-
This blog post will be useful to understand fine grained permissions in OAC:
-
Using javascript option, currently it's only possible to embed dv content, classic report cannot be embed using this approach. You can consider iframe option for classic content. Doc reference :
-
@Michael Brown-274145 As Michal mentioned, he already has a idea lab submitted for this same ask with all the details. Please upvote this idea and add your own comments as needed for PM attention: Thanks
-
Please check to see if following KM doc is useful: While Opening OAC RPD In The Cloud Using Vanity URL Hostname The Model Administration Tool Errors With - "javax.net.ssl.SSLHandshakeException" [Video Content] (Doc ID 2937971.1) Thanks Gayathri
-
Hi Jose Espinoza-Oracle Check to see if the following helps: Community Post on Automating Backups using Snapshots APIs in OAC : Other related blogs/doc link for Snapshots and Catalog Permissions: Thanks Gayathri
-
Starting Nov 11, there is a new MOS portal for customers and support. If you had a valid CSI, this would have migrated over to new MOS and assigned a user group for your account so you can login and create SR. If you did not have a valid CSI then you will not be able to access new MOS. Please reach out to the helpdesk…
-
The documented limits for number of rows based on OCPUs are based on 40 column limit in the workbook/report. So if you have more than 40 columns, you could be exceeding the limit even thought the row count is within documented limit. This information is going to be documented in the product documentation shortly. Thanks…
-
Please provide more details as to what command you are using. Have you tried replace datamodel to upload rpd? DOes this error as well?
-
Hi For migrating content from source to target, you need use the snapshot rest api. Ref: Using snapshots, you cannot do incremental updates nor select specific folder objects. This feature is currently not available. The Catalog REST API that you have referenced is for performing catalog operation within the same…
-
Seems like a feature enhancement to visualizations but will let PM confirm the same. @Philippe Lions-Oracle Do we have any custom plugins for this or is this kind of visual possible with existing features?
-
So the idea is that you don't use Static Repository Variable in admintool, instead create Dynamic Repository variable but use SQL in the init block to populate with Static Values and use row-wise.
-
Hi This forum is specific to handling questions related to Oracle Analytics Cloud and Oracle Analytics Server products. Seems like you are using fusion application, so please post your question to fusion forum. Check out https://community.oracle.com/customerconnect Thanks Gayathri
-
Hi Are you running the command from <Client tool install home folder>/bi/bitools/bin folder? Thanks Gayathri
-
Hi Catalog REST API for OAC is documented here :https://docs.oracle.com/en/cloud/paas/analytics-cloud/acapi/quick-start.html We don't have an example script specific to catalog REST API but we do have one posted for snapshot REST API. You could use this as a reference to build your own script for catalog api: Thanks