Questions tagged [obiee]

Oracle Business Intelligence Enterprise Edition (OBIEE, formerly Siebel Analytics, formerly nQuire) is an integrated business intelligence suite from Oracle Corporation.

image Oracle Business Intelligence Enterprise Edition, also termed OBI EE, is Oracle Corporation's set of business intelligence tools.

766 questions
2
votes
2 answers

Python: downloading a file that resists usual techniques

I am trying to write a python code to download and save a file from this…
2
votes
1 answer

Snowflaking Date dimension

In my star schema, I have a project dimension which has columns such as start_date, finish_date, service_date, onhold_date, resume_date etc. Should I introduce foreign keys for all the dates in the fact table and connect them to a date dimension or…
Ravi
  • 2,470
  • 3
  • 26
  • 32
2
votes
1 answer

How to retrieve the key values of a nested data set in D3

I am trying to add D3 visualizations to OBIEE and the first graph I need to accomplish is a multi-series line graph. The data is directly obtained from an OBIEE narrative view in this format: var data = […
anasaturno
  • 58
  • 1
  • 4
2
votes
2 answers

How to refer to Presentation Variable in JavaScript?

I'm on OBIEE 11g. I am trying to create a printer-friendly dashboard that shows in the footer how the dashboard was prompted on each page. I don't want to use the filter object because it is query specific and I have multiple queries per…
BossRoyce
  • 181
  • 2
  • 17
2
votes
4 answers

OBIEE Scheduling reports

I am having a problem trying to schedule a report in OBIEE. After some research I found that, if we want to do scheduling in OBIEE we have to install SMTP server on our system. Is that true? I just installed the Hmail server on my system, and gave…
Pavan Kumar
  • 205
  • 1
  • 14
2
votes
2 answers

Repository variable usage - How to track?

I have some older repository variables that I'm looking to turn off. Is there a good way to see where these variables are being used in reports?
user3661576
  • 51
  • 2
  • 9
2
votes
1 answer

Programatically access OBIEE chart/ report and include it in an external web application page

How to access and display OBIEE chart/report in my web application Page programatically? Using the GO URL, im able to open a individual chart/report in a browser. I want to include the same chart/report as a part of my application page(inside a…
2
votes
1 answer

Integrating Classification Algorithms in OBIEE 11g?

Currently, I've been involved in a Data warehouse based Banking Analytics project. We've been using Oracle as the database and Oracle Business Intelligence tool (OBIEE 11g) as the front-end or presentation layer for the user through weblogic…
Jivan
  • 1,300
  • 6
  • 21
  • 33
2
votes
2 answers

OBIEE the difference between repository variable and session variable

What is the difference between repository variable and session variable in Oracle Business Intelligence Enterprise Edition (OBIEE) ?
Marchello
  • 65
  • 1
  • 3
  • 11
2
votes
3 answers

Accessing reports in OBIEE from a Java Program

I am developing an Java application using Netbeans which will fetch reports from the BI server on OBIEE 10G and display it to the client using the Java application. Can anyone suggest me appropriate steps to do this and also how to begin with it.
Faisal Memon
  • 774
  • 3
  • 12
  • 28
1
vote
4 answers

OBIEE on android

I am new to OBIEE and would like to know that are there any frameworks or ways available to develop mobile applications for OBIEE so that i can view dashboard and reports on Android device itself.
1
vote
2 answers

Oracle Counts of partitions based on conditions

I have following data I need to count the orders which skipped a particular status. This is a status history table where statuses are arranged in descending order. I have tried below Oracle SQL Logic but it's giving me count of all individual…
yogeshd
  • 37
  • 4
1
vote
0 answers

Do we need to configure any specific settings in OBIEE to access BI Publisher via SOAP or REST API's?

We are trying to access BI Publisher reports that are created in our OBIEE (Oracle Business Intelligence Enterprise Edition) via SOAP or REST API's. When we try to access a report directly via browser UI (https://xx.xx.xx.xxx:443/xmlpserver) we are…
Vasanth
  • 11
  • 1
1
vote
1 answer

ORA-28040: No matching authentication protocol exception after test connection in OBIEE 11g

Our current set up is OBIEE 11g connected to Oracle 11g database. We have currently upgraded our oracle 11g DB to 19c. We're trying to connect our OBIEE 11g to 19c db but we are getting an error that says "ORA-28040: No matching authentication…
icd
  • 11
  • 4
1
vote
0 answers

Most memory efficient way to store very large array of objects in javascript

I am trying to write an embedded javascript code in an OBIEE report. Basically the idea of the report is to take tabular data, (rows and columns) into the report and have the report provide a way to extract user specified columns from it and…
1 2
3
51 52