Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Are you doing this in DV or Classic Answers?
-
In your Pivot duplicate the column you want to have Running Sum, then on duplicate Select Display as Running Sum
-
Thanks Mike. Good stuff.
-
There is Usage Tracking There is also Audit Logging Check these blogs from Oracle Logs to ADW - May 24, 2024 Logs to JSONADW - March 21, 2023 Logs to .csv - June 13, 2022
-
there is usage tracking and audit logging Logs to ADW - May 24, 2024 https://blogs.oracle.com/analytics/post/insights-of-oracle-analytics-cloud-usage-via-oci-logging Logs to JSONADW - March 21, 2023 https://blogs.oracle.com/analytics/post/access-oac-logs-with-oracle-cloud-infrastructure-logging Logs to .csv - June 13, 2022…
-
check out these three blogs from oracle Logs to ADW - May 24, 2024 Logs to JSONADW - March 21, 2023 Logs to .csv - June 13, 2022
-
The July update allows for it. See here
-
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