Skip to main content

OBIEE - Types of views in OBIEE Analysis

Types of views in OBIEE Analysis

1.       Compound View

2.      Title view

3.      Table

4.      Pivot table

5.      Graph

6.      Gauge

7.      Funnel

8.      Map

9.      View selector

10.   Static text

11.    Column selector

12.   Narrative view

13.   Legend

14.   Ticker view

15.   Logical sql

16.   Filters

         Compound View
          Use the compound layout view to assemble different views for display on a dashboard.

           Title view
           A view which shows/displays the title of the analysis.
           It will show the name of the report which we are going to save name.
         Use the title view to add a title, a subtitle, a logo, a link to a custom online help page,                  and timestamps to the results.

           Table view
It shows the combination of data column and its related measure column also.
Use the table view to show results in a standard table. Users can navigate and drill down in the results. You can add totals, customize headings, and change the formula or aggregation rule for a column. You can also control the appearance of a column and its contents, and specify formatting to apply only if the contents of the column meet certain conditions.

            Pivot table
Use the pivot table view to take row, column, and section headings and swap them around to obtain different perspectives. You can drag and drop headings to pivot results, preview them, and apply the settings. Users can navigate through pivot tables and drill down into information. Users can create complex pivot tables that show aggregate and nonrelated totals next to the pivoted data, allowing for flexible analysis. For an interactive result set, elements can be placed in pages, allowing users to choose elements.

           Graph/Chart
Use the chart view to drag and drop columns to a layout chart. You can customize the title, legend location, axis titles, and data labels. You can customize the size and scale of the chart, and control colors using a style sheet.
Oracle BI Answers supports a variety of standard chart types, including bar charts, column charts, line charts, area charts, pie charts, and scatter charts. Custom chart subtypes include two-and-three-dimensional, absolute, clustered, stacked, combination, and custom.

Gauge
Use the gauge view to show results as gauges, such as dial, bar, and bulb-style gauges.

Funnel
Use the funnel chart view to show a three-dimensional chart that represents target and actual values using volume, level, and color. It is useful for depicting target values that decline over time, such as a sales pipeline.

Map View
A map view can show a map of a city with the zip codes color-coded by sales performance, while an image marker displays the average discount given per order.

View Selector
Use the View Selector view to select a specific view of the results from among the saved views. When placed on a dashboard, the view selector appears as a drop-down list from which users can make a selection.

            Static text
           Use the static text view to include static text in the results. You can use HTML to add              banners, tickers, ActiveX objects, Java applets, links, instructions, descriptions,                         graphics, and so on, in the results.

           Column selector
Use the column selector view to permit users to dynamically change which columns appear in results. This allows users to analyze data along several dimensions. By changing the facts, users can dynamically alter the content of the results.

            Narrative view
            Use the narrative view to show the results as one or more paragraphs of text. You can             type in a sentence with placeholders for each column in the results, and specify how                  rows should be separated.
 
             Legend
           Use the Legend view to document the meaning of special formatting used in results,                 such as the meaning of custom colors applied to gauges.


             Ticker view

            Use the ticker view to show the results of the request as a ticker or marquee, similar                in style to the stock tickers that run across many financial and news sites on the                       Internet. You can control what information is presented and how it scrolls across                        the page

            Logical sql

Use the logical SQL view to show the SQL generated for the request. This view is useful for trainers and Oracle BI administrators, and is usually not included in results for typical users.
You cannot modify this view, except to delete it.
             Filters
             Use the filters view to show the filters in effect for a request. Filters allow you to                       constrain a request to obtain results that answer a particular question.

Comments

Popular posts from this blog

Contact Me

Do You have any queries ?                   If you are having any query or wishing to get any type of help related Datawarehouse, OBIEE, OBIA, OAC then please e-email on below. I will reply to your email within 24 hrs. If I didn’t reply to you within 24 Hrs., Please be patience, I must be busy in some work. kashif7222@gmail.com

Top 130 SQL Interview Questions And Answers

1. Display the dept information from department table.   Select   *   from   dept; 2. Display the details of all employees   Select * from emp; 3. Display the name and job for all employees    Select ename ,job from emp; 4. Display name and salary for all employees.   Select ename   , sal   from emp;   5. Display employee number and total salary   for each employee. Select empno, sal+comm from emp; 6. Display employee name and annual salary for all employees.   Select empno,empname,12*sal+nvl(comm,0) annualsal from emp; 7. Display the names of all employees who are working in department number 10   Select ename from emp where deptno=10; 8. Display the names of all employees working as   clerks and drawing a salary more than 3000   Select ename from emp where job=’clerk’and sal>3000; 9. Display employee number and names for employees who earn commission   Select empno,ename from emp where comm is not null and comm>0. 10

Informatica sample project

Informatica sample project - 1 CareFirst – Blue Cross Blue Shield, Maryland (April 2009 – Current) Senior ETL Developer/Lead Model Office DWH Implementation (April 2009 – Current) CareFirst Blue Cross Blue Shield is one of the leading health care insurance provided in Atlantic region of United States covering Maryland, Delaware and Washington DC. Model Office project was built to create data warehouse for multiple subject areas including Members, Claims, and Revenue etc. The project was to provide data into EDM and to third party vendor (Verisk) to develop cubes based on data provided into EDM. I was responsible for analyzing source systems data, designing and developing ETL mappings. I was also responsible for coordinating testing with analysts and users. Responsibilities: ·          Interacted with Data Modelers and Business Analysts to understand the requirements and the impact of the ETL on the business. ·          Understood the requirement and develope