Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
The July update allows for it. See here https://docs.oracle.com/en/cloud/paas/analytics-cloud/acswn/#GUID-CFF90F44-BCEB-49EE-B40B-8D040F02D476
-
What date will be in the Email_Date, Person_Date and Student_Date?
-
Then based on your statement... "If the condition is not satisfied then it shouldn't bring the data which doesn't satisfy the date condition" This logic should be in the data model query not in a report rendering. What is source database as SQL logic is different?
-
When you created the instance you should have created a SSH public/private key. use that in your ssh tool with user opc
-
Logging into OAS or Logging into the Linux instance?
-
This is great. Is there a Rest endpoint that we can connect to download or connect to via OAC Rest connector?
-
This is great. Is there a Rest endpoint that we can connect to download or connect to via OAC Rest connector?
-
Would Data Actions work for you ?
-
One option is to create a new dataset via Data Flow. There is Union within Data Flow
-
Create 1 filter then in the Filter interface click the sql button and write your full filter using ands / ors
-
use sql in the filter referencing the presentation variable for example monthNum = decode( variable,'Jan',1,'Feb',2 ....)
-
in each layer check that the column does not have a formula. Check in Physical Layer that it is querying same column in DB that you expect and do show values on that column
-
check the column in the RPD.
-
You might be able to use a variables (session / repository) in the header. I have used presentation variables from Prompts as dynamic column headers
-
did you install DVML?
-
It should create the table on the fly. Does the ID have correct permissions.
-
Can Tableau connect to data sources via JDBC? If so then create the JDBC Connection to the Presentation layer as the documentation shows in the link shows.
-
Tableau can connect via JDBC and the OAC RPD can be accessed via JDBC Connection https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsom/query-data-models-remotely-using-jdbc.html
-
@SteveF-Oracle that link was very helpful. If I had read the docks closer i would have found this https://docs.oracle.com/en/cloud/paas/analytics-cloud/acabi/view-audit-data-publisher-catalog-objects.html#GUID-6E05FC42-D2CF-4658-B9A1-595968CC8FA6 Configuring Oracle Analytics Cloud E81766-47 January 2022 Though there is an…
-
Thank you, I know BIP reports are not stored in the Out of the Box Usage Tracking for DV and Analytics. In the On-Prem world there is separate tables within the backend system for BIP that are created via RCU. Then in OBIEE & OAS you can enable Monitor and Audit (A.K.A. Usage Tracking). I am looking for how this can be…