Pages

Tuesday 31 January 2012

OBIEE 10G/11G Dashboard Tips and Best Practice Guidelines

I would like to share some of the dashboard design tips and best practices written for OBIEE 10g from my knowledge base.  I believe most of them are still applicable to OBIEE 11g. I am planning to write about the best practices specific to OBIEE 11g in my next blog.       

The dashboard tips and best practices are categorized into following three sections

1.       Dashboard Design Tips
2.       Usability Best Practices
3.       Technical Best Practices 

Dashboard Design Tips

Simplify the Dashboard

Arithmetic
Avoid unnecessary detail and arithmetic precision; two digits are the effective limit of mental arithmetic.

Columnar Data
Data is more easily compared when displayed in columns

Context

·         Provide context for the data, that is ensure that your metrics are framed properly
·         Compare metrics to baselines, expectations, or averages to avoid deficient measures that is those measures that do not have a clear meaning to the user
·         Consider showing a variance between values to highlight differences rather than showing two sets of discrete values

Manage Screen Real Estate

Restrict white space
Although too much information can distract the business user, areas containing a log of white space (too little information) can be just as harmful to the analytic process.

Avoid using "glitzy, gimmicky" charts or icons that cause distraction without providing clear detail.
Present the results of your requests in graphic or pivot table form, which enhance visualization of the metrics and provide a more intuitive approach to analyzing the data. Ensure that these graphs and tables are clearly labeled with the proper context for the data.

Highlight exceptions to alert the end user that an item requires attention
Use caution however, not to overemphasize multiple exceptions and important detail on the same dashboard page.

Choose the correct chart to represent metrics.

Restrict the use of multiple bright colors that distract the user.

Provide a consistent look and feel on the dashboard

Group Like requests
When multiple requests appear on a single dashboard page, group like requests alongside one another, for example profit and revenue, allowing the request group to focus on a single, cohesive storyline. Break apart multiple storylines by function or role, providing optional impact with simplistic presentation.

Use pie charts sparingly.

Avoid using the 3D chart subtype whenever possible.

Examine the placement of queries, following cultural standards- for example, Western cultures read from top-to-bottom and left-to-right.

Provide a “home page”
When developing a group of functionally similar dashboards, create a home page that contains a set of links to all other dashboard pages. Ensure that the links are clearly labeled regarding functionality, and contain a clear and concise description for the respective dashboard.

Control the number of dashboard pages
The number of pages per dashboard (and their corresponding names) should not exceed the horizontal width of a full browser screen when displayed. The minimum browser screen size should be 1024x768.

Provide a clear name for each dashboard page, describing the function of that page
Do not number the dashboard pages

Restrict the screen real estate to one column and three sections.
Prompts and hyperlinks to other dashboards should appear in the top section and report content, gauges, and so forth should appear below the prompts section.

Use the following formatting options for columns:

·         Borders : None
·         Vertical Align: Top
·         Set all padding : 0 ( Zero)
·         Width of the columns should be specified in percentages to minimize skewing when viewed using different  screen resolutions

Use the following formatting options for sections:

·         Borders : None
·         Vertical Align: Top ( unless required for layout purposes)
·         Set all padding : 0 ( Zero)
·         Set the section to not collapsible
·         Accept the default for all other formatting
·         Name the section to indicate the purpose for that specific section

Usability Best Practices

Avoid designing dashboards that return too much data and use overly complex queries
When necessary, provide links to other queries to supplement the details. Using drill downs, Guided Navigation, and Conditional Navigation allows the end user to review additional information when they deem it appropriate.

Ensure that the arithmetic precision of the metrics displayed is appropriate.
Although the precision should be dictated by the audience, role, and use, typically decimals are displayed for dollar amounts and no seconds for time.

Include at least one metric in the request/analysis
A request should contain at least one metric from a logical fact table. Running a request without any metrics can result in unnecessary joins, yielding poor query performance and system degradation. If you need to run a report without a metric, assign an implicit fact column in the Presentation Catalog from which the request is built.

Limit the number of metrics in request/analysis
The ideal number of metrics should not exceed 10 in standard table or pivot table and five in a chart. For the metrics more than described above, the recommendation is to use column selector view which dynamically filters the columns without cluttering the appearance of the query.

Remove unused columns from request/analysis
The requests should not contain any unused columns as the unused columns alter the grain of the requests introducing undesirable gaps in the data and skewing the request appearance which ultimately impacts query performance and consumes valuable screen real estate.

Benchmark KPIs
If key executives are not involved in the development of the KPIs that appear on dashboard pages, ensure that a solid review of these metrics occurs to eliminate poor decision making and inaccurate forecasts.

Saved Selections
This allows users to view dashboard pages with their “most frequently used” or favorite choices for filters and prompts already pre-selected. This eliminates the need to make these choices manually.  Users can save multiple view selections with different combinations of prompt and filter choices, and switch between them.  

Develop at least two navigation target paths
When building navigation paths on a dashboard for an Answers request, a minimum of two distinct target paths should be setup. This allows you to make a clear and decisive decision. One path should be set to detailed report which navigates to the report that shows the most detailed grain for the subject area; while the other can involve business process navigation or paths to different types of requests that already exist on a dashboard.

Technical Best Practices

Allow the audience to pose business questions rather than using technical language to derive their metrics
Derived information and calculations that reflect a business problem or process can be created   using the BI Server to create calculation measure in the Business Model and Mapping layer, which can be built in the Presentation layer using the Expression Builder and Calculation Wizard.

Use intuitive naming conventions and include clear descriptions when creating requests, shared folders, dashboards, dashboard pages, conditional links, and so forth.
Cautions should be used if row limits for query results are increased. The Analytic server is a BI tool and should be ideally used for that purpose. It should not be used as a reporting tool to retrieve or download a large volume of data knowingly or unknowingly.

Monitor row limit increases.
This will help eliminate runaway queries.

Restrict update
Only administrators should be allowed to modify shared requests and dashboards.

Monitor aggregation rule changes
Aggregation rule for metrics are automatically set to ''default'' which is typically summation or average. When it is necessary to create a non-typical aggregation rule for example a server-complex aggregate metric for % of quota, you should do sparingly.

Always validate physical SQL statements generated by each request
Ensure that filters are being applied; fact and dimensions tables are being appropriately accessed and so forth.

Mandate Documentation
Ensure that every dashboard has a summary description in the catalog along with a stated functional purpose.

Consider using a default template for dashboard design
Design templates create a standardized approach for the user environment. The "look and feel" of the dashboard conforms across the enterprise to the established template that governs such items as color, font sizes, logos, and so forth.

Use these suggestions for prompts

Design

·         Place the prompt section at the top of the page
·         Except for the home page of the dashboard, all prompt’s objects should be set with a scope of the Page-level, not Dashboard-level
·         When creating a prompt whose value is not dependent on another prompt, de-select the constrain option, it has performance implications of overall prompt execution
·         When creating a prompt with a drop-down list option for the control, carefully evaluate the use of the All Choices option
·         Maintain the Reports Defaults option unless there is a clear and specific functional reason to hard code a value.
·         Avoid using session variables to populate a prompt
·         Build multiple prompts, which group objects together by functional domain and limit the data returned. This will limit the number of objects stored in the Presentation Web Catalog.

Layout and formatting

·         Do not include more than two rows of prompts on a dashboard
·         Specify all padding for the column that contains the prompts section=0 ( Zero)
·         Set border position=0
·         Allow the font to default to size=9 and style=regular
·         Use consistent color coding
·         Group prompts together by function or dimension

 Use these suggestions for Views

Table
  • Set maximum number of rows per page=15
  • Set paging controls=Bottom- this is the default
  • Enable column sorting

Chart
  • Use 2D not 3D and do not use Gradients
  • Remove axis titles to conserve space; do not hard code text in the axis title; set the font size to size=8; and use the abbreviate feature for axis labels displaying large numbers
  • Format lines on charts as Width=2 and Symbol=off( unless specifically required in the chart)
  • Set data labels to Always in pie charts unless the chart has six or more wedges ( or if a possible overlap will occur). Consider using tables in lieu of pie charts.

Title
  • Ensure the title name is the name of the report - do not hard code the title. Select the Display Saved Name option to avoid hard coding
  • Include a subtitle that displays as a reference to an available navigation path in the report or with the time and date run details
  • Include a Help URL

Pivot Table
  • Select a standard color for columns, total, and grand total lines

Column Selector
  • Place inside the Title view
  • Physically position the selector to the right of the title
  • Include a caption immediately above the selector drop-down box
  • De-select the Go button within the Properties panel

Ensure that all aggregations are maintained at the report level and not in the view, unless specifically driven and required by business needs.

Ensure that columns formatting are maintained at the report level and not in the view, unless specifically driven and required by business needs.

Remove unused views from each report. Removing a view from the Compound view does not delete the view it simply hides it.

Do not insert HTML code in any view, except for the tags allowed by the static text views —<i>, <b>, <u>, and <br>.

Use these suggestions for the Webcat

  • Remove unused reports from the repository
  • Do not use special characters in the saved name of request. These include: & (ampersand), @, %, $, *, comma, + (plus), and - (minus).
  • Do not use Presentation Catalog aliases

Follow all compliance standards for Section 508 of the Rehabilitation Act.

Use the Go URL to implement an external web-based application or to incorporate Oracle BI results into external portals or applications
The Go URL (or Prompted Dashboard Link) is the easiest and best approach for integration BI EE into any type of web environment.

Use Dashboard Links to incorporate or reference the content of a specific dashboard in external portals or applications.
 Bookmark and Prompted Links are two forms of the Dashboard Link

Use BI Publisher to format reports
When building large reports to display on a dashboard or through a portal, format the report using BI Publisher with iFrames. This allows constructing the report to fit within the allocated screen real estate.


Ensure that filtered BI Publisher and Answers report columns interact properly together when using any an Answers request as the data source
When using dashboard prompts to filter the results of embedded parameterized BI Publisher reports, all filtered report columns must be properly set to “Is Prompted” in the Answers request.


3 comments:

  1. I was recommended this blog by my cousin. I'm not sure whether this post is written by him as nobody else know such detailed about my difficulty. You're amazing!

    Thanks!
    Feel free to surf my web page : business directory categories

    ReplyDelete
  2. In reference to [Except for the home page of the dashboard, all prompt’s objects should be set with a scope of the Page-level, not Dashboard-level]
    I disagree (maybe I asm not getting this). It is very common for several dashboard pages to share a set of prompt values set on the Home page. Therefore you would want those pages to be scoped at the dashboard level.

    ReplyDelete
  3. How do you maintain a similar layout for all dashboards created in the organizarion ?

    ReplyDelete