Popular Tags
- OTBI 1,447
- Reporting 1,394
- FDI 1,123
- Analysis and Data Visualization 988
- BI Publisher 855
- Analysis 682
- Oracle Fusion Analytics 591
- Administration 555
- OAC 453
- OBIEE 433
- Analytics 402
- BI Publisher Data Models 356
- Security 293
- HCM 268
- BIP 264
- Answers 264
- Analyses 255
- Developers 246
- Data Modelling and Datasets 229
- Data Connectivity 210
- ERP Analytics Content 209
- BI Publisher Report Templates 204
- Oracle Analytics Cloud 197
- Fusion Data Intelligence 187
- Report Output 184
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
-
Reports sent to users without logging inHello community, I've come across a requirement where i need to send a report to 10 users who will never log into obiee. They are in 10 different market centers. I canno… -
limiting prompt values on variable promptsHi, i have 2 variable Prompts with below names Variable Prompt Names: 1) Prompt 1 2) Prompt 2 'Prompt 1' has static values like A,B,C,D. 'Prompt 2' has static Values Lik… -
How to migrate and upgrade 1221 RPD to 12212 Release?I've two environments, one is on OBIEE 12.2.1.0 Release and the second one is on OBIEE 12.2.1.2. What is recommended process to upgrade RPD from 12.2.1 to 12.2.1.2 Relea… -
Sorting & Limit Value by Dashboard PromptsHi All, I have a dashboard prompt whose selection is limited to its previous prompt and it should also sort in descending order. Prompt1: Region Name (Can, Ind, UK,..) P… -
Presentation Variable in Evaluate Function in obiee 12cHi All I am trying to use presentation variable in evaluate function.getting below error. Cannot function ship the following expression evaluate If I use date column it … -
Reg: Table Details used by the dashboard reportsHi Team, How to get complete Physical table details which are used for OBIEE dashboard reports. Can anyone suggest on this. Thanks in Advance, -
error while running a report using nqcmdI'm trying to run a report using nqcmd utility in Linux. I keep getting below error and no results are returned. I can run the report using the same logica SQL by loggin… -
Using dataguard with OBIEE?Has anyone used OBIEE 12c with dataguard? Our issue is that if we install OBIEE on the second machine (where dataguard replicates the data) we have an issue with the OBI… -
nQSError: 77006Eventually succeeded, but encountered and resolved errors... Number of skipped deliveries: 1 of 2 AgentID: /company_shared/Agent/OVI ADDENDUM1 Device (pcemail) is not se… -
OBIEE disable internal stitchHi all, We have OBIEE 12.2.1.3.0 and Oracle 12c as database and we would like to avoid internal stitch if possible. In Administrator tool on database features tab we hav… -
Disabling dashboard path at bottom of screenHi all, Quick question: does anyone know if it is possible to disable this path of previously accessed dashboards in OBIEE 12.2.1.0.0? I've not been able to find anythin… -
AD Provider for OBIEE 12CWith OBIEE 12C, there are 2 new providers added to the list. What is the correct order of these providers? Trust Service Identity Asserter DefaultAuthenticator DefaultId… -
NQSError 17003 :Oracle gateway error: Unsupported data type 188Hi Guys, I have a Table with USERDATE as column whose datatype is TIMESTAMP WITH TIMEZONE in database I have imported this table in RPD physical layer. When i try to vie… -
Forecast time series function in OBIEE 12cHi, I have a forecast function with below formula FORECAST("Sales", ("Year" timeYear, "Qtr" timeQuarter),'forecast','modelType=arima;numPeriods=%1;predictionInterval=70;… -
Table in one row using SECTIONHi, I created table with on dimension column and thre fact columns. I add another column on section. My table replied vertically - see screen below. It's working ok, but… -
RPD - Duplicate LTS with filter for a new meassureHello, I have a fact table in a BMM and i need duplicate its logical table source filtering by a value to calculating a new column (meassure). When i want setting the ph… -
Toggle between analysis on Obiee Dashboard on BICSHi , We have hit a problem in OBIEE on BICS where in on the Section properties of Dashboard we don't get the "Condition" option to enable us to toggle the analysis based… -
Automation of Create report utility of catalog managerI want a report on analysis and dashboard which shows me what object is placed at which path, which dashboard has what dashboard pages and analysis associated with it. W… -
Remove decimal places in OBI Dynamic Repository VariableHi All, Oracle Business Intelligence 12.2.1.1.0 We have created repository variables for Fiscal Year, Previous fiscal year etc. Query to populate this variables return t… -
Group by on union reportHow can we run group by in union all report in OBIEE. My Report generate following query select A1, B1, SUM(M1) from Table1 group by A1, B1 UNION ALL Select A2, B2, SUM(…