Popular Tags
- OTBI 1,434
- Reporting 1,387
- FDI 1,096
- Analysis and Data Visualization 981
- BI Publisher 849
- Analysis 677
- Oracle Fusion Analytics 581
- Administration 555
- OAC 439
- OBIEE 433
- Analytics 398
- BI Publisher Data Models 352
- Security 292
- Answers 264
- HCM 260
- BIP 258
- Analyses 254
- Developers 244
- Data Modelling and Datasets 226
- Data Connectivity 210
- ERP Analytics Content 208
- BI Publisher Report Templates 204
- Oracle Analytics Cloud 186
- Report Output 184
- Fusion Data Intelligence 166
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Oracle Analytics Cloud and Server
Ask questions in the Oracle Analytics Cloud and Server forum to get immediate help from peers and experts. Collaborate on best practices and dive into discussions around Data, Analytics and AI.
Discussion List
-
How can we effectively fine-tune an OCI AI LLM for Code Generation?We wish to use a model (LLM) capable of generating code in JSON format. To achieve this, we plan to train the model with a collection of scripts of the types of code we …
-
How do you add an 'All' option to Inline List Dashboard filter types?You should be able to set 'All' as a default Value or pre-select all values in the list. Version OAC May 2024 DV Workbook Searched docs.oracle.com Below is an example of…
-
How to conditional format with an attribute as a target?Hello, I have a columns called "target" with fixed data that i don't want to aggregate, i want to use it in conditional formatting to highlight if the total have reached…
-
How to attach credential header to OAC Analysis HTTP Data Action REST requestI am trying to figure out to add headers to a HTTP Data Action. This Documentation, "https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/create-http-api-data-act…
-
Reporting on Roles and Permissions associated with BIP catalog foldersSummary Reporting on Roles and Permissions associated with BIP catalog folders Content Dear Team, How to report on BIP Catalog Folders details like Roles and Permission …
-
Oracle Analytics Cloud - Add Spacing Between FiltersIn a notebook in OAC, is there a way to add spacing between filters?
-
Case (IF) Errors with Invalid Expression, Syntax Error, ORA-01722: invalid numberHello, I'm trying to filter Service Count By 'Free Consultation' and 'Paid Consultation' from Service Type by this Expression Filter CASE WHEN Service Type = 'Free Consu…
-
Rest-API connector able to store header token to use in another request?We have a an instance of OAS 2023 that we will soon upgrade to OAS 2024. One thing that drives this is that there is an API rest connector included in the 2024 version, …
-
How can I download Oracle Analytics Cloud visitor demo account workbooks?I want to download the workbooks which are available in the OAC visitors account, Do I need an OCI paid account to download the sample workbooks, are they available in t…
-
Delete a file/folder from catalog got error 'path not found - Check the input path entered.'Hi, I was deleting a folder from the catalog menu, and got the following error message ' path not found - Check the input path entered.'. I can't delete it using Catalog…
-
Oracle Analytics Server AchitectureHi, Setup Info: 2 Node (Oracle Linux Server 7.9) Oracle Analytics Server 7.0 Node 1 and Node 2 setup OAS and setup as High Availability Follow Official Document setup NF…
-
OAS Manual Query Error [nQSError: 10058]I spent hours, but I just cant see it. Does anyone see what's wrong with my manual query (OAS DV)? WITH RAC_SUM AS ( SELECT SUBSTR(RAC, 7, 11) AS R_CIB, DATE, SUM(END_DA…
-
Act As and Impersonation functionality in OACSSummary Act As and Impersonation functionality in OACS Content Hi, Anyone know whether the proxy (Act As) or impersonation functionality is going to get supported in OAC…
-
Suppress value of a custom aggregated columnGood Day, is there a way to suppress the value of my custom aggregated column? I tried to set the property to 'Suppress' instead of 'Repeat' but it still return repeatin…
-
pick dateI have a manual query like: select x, y, z, count(*) N from table_a, table_b where open_date = '31.12.2020' group by x, y, z I need to upgrade it so that the user can ch…
-
-
OAS Login ReportIs there a way I can run a report that will give me a list of users that login the OAS application during specific dates?
-
Is there a way to export the search results (name, path, etc.) to excel or csv file?Hi, I am using the Search icon in the catalog manager toolbar. How can I export the search results as a excel file with the name and Folder path?
-
How to show upcomig milestone based on date in CanvasI have a table like below. I want show only upcoming milestone based on current date. For example, My canvas should show only RC2 Content Complete Oct/25/2024 Any ideas?
-
Filter Non-Measure ColumnGreetings, so my Data looks somewhat like this: with 1 FAW_DATE for 1 YEAR, Now I'm trying to put FAW_DATE into workbook via simple calculation, it's throwing this error…