6.3.6.1 SAP BusinessObjects Interactive Analysis
SAP BusinessObjects Interactive Analysis (formerly Web Intelligence) is a query, reporting and analysis
tool used to build reports from relational and OLAP data sources and to analyze data using features
such as filters, conditional formatting and data tracking.
6.3.6.1.1 Hierarchical data
You can now build queries and perform analysis on data organized hierarchically using the following
report objects - analysis dimensions, hierarchies, levels, attributes, named sets and calculated members.
In queries, you can select data members from a hierarchy explicitly or by using functions.
You can explore hierarchical data in reports by expanding and collapsing hierarchy members, and
measures are calculated according to their position in the hierarchy. All existing features (for example,
sorts, data synchronization, and breaks) work with hierarchical objects.
6.3.6.1.2 New data sources
You can now build queries on the following data sources:
Universes in the new (UNX) universe format.
Note:
Using universes, you can access data from relational and OLAP data sources.
SAP InfoCubes using BEx queries.
Advanced Analysis workspaces.
36 2010-11-05
New and modified features in existing SAP BusinessObjects Enterprise products
UNX universes
Universes with the new UNX file extension are created using the Information Design Tool, new in SAP
BusinessObjects XI 4.0. You use them to access data from relational and OLAP data sources.
(You can also access relational and OLAP data using legacy UNV universes.)
SAP Info Cubes using BEx queries
When you access the data in SAP InfoCubes using BEx queries, SAP
BusinessObjects Interactive
Analysis presents its data as standard universe objects such as hierarchies, levels, and dimensions in
the Query Panel. You build a BEx query in the same way as you build a query on a universe.
Advanced Analysis workspaces
You can build queries on Analysis Views exported from SAP BusinessObjects Advanced Analysis.
Analysis Views appear in the Query Panel as standard universe objects.
6.3.6.1.3 Re-designed interface
The SAP BusinessObjects Interactive Analysis interface now provides greater UI consistency between
the Java and Web interfaces (formerly the Java Report Panel and Web Intelligence Interactive), and
with other BI Client tools such as SAP Crystal Reports for Enterprise and
SAP BusinessObjects Advanced
Analysis.
6.3.6.1.4 Enhanced copy and paste
You can copy queries, variables, tables and charts from one document to another. When you copy an
object, all its dependent objects are copied. For example, all the queries, hierarchies, dimensions,
measures and variables that supply data to a table are copied when the table is copied.
Tables and charts can be copied with or without formatting or data.
Enhanced copy and paste is available in the Java interface and in Interactive Analysis Desktop.
6.3.6.1.5 Default style
The default report style has been enhanced and provides additional control over formatting. It can define
most formatting attributes of sections, tables, forms, table cells, section cells, free cells, headers, and
footers. Existing documents can be updated with the new default style.
The default style is now stored in a cascading style in the folder <installation_drive>\Program
Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\images\We
biDefaultStyleSheet.css on the server, or on the local machine in the case of Interactive Analysis
Desktop.
6.3.6.1.6 Formula language
The formula language contains a set of new functions and operators that operate on hierarchical data.
Some existing aggregation functions also accept sets of hierarchy members to provide the calculation
context of a measure.
New and modified features in existing SAP BusinessObjects Enterprise products
6.3.6.1.7 New charting capabilities
The following are the new charting capabilities introduced in this release:
New chart types
Pie chart with depth
Scatter charts
Bubble charts
Box plot
Heat map
Tree map
Support for hierarchical display
Dedicated hierarchical charts (treemap)
Visual display of hierarchies in axis labels
Hierarchical levels are supported as feeds
New workflows for building charts
No need to go to Structure Mode to feed a chart
Charts displayed in gray when feeding is incomplete
Flexible visualization
Bar and Line charts can share the same value axis
Use of Measure Name Dimension allows new configurations (for example Measure Name as a
category axis)
Independent axis stacking allows definition of stacked bar and line charts
More control in feeding (for example, associating a dimension to region shape in the scatter)
Flexible measure type transformation (Bar, Line, Area)
Possibility of stacking measures
Interactivity
Tooltips
Chart Rotation
Chart areas are selectable for editing
Formatting
Automatic adjustment of chart properties to the object size
Quick formatting using the Toolbox (palette and style)
Dialog box for advanced formatting
More choices for display
Formulas in titles / axis scaling Min/Max values
More control on Data Values
More attractive bar types, more control on line and markers
Light and shadow effects
Transparency and gradients
New and modified features in existing SAP BusinessObjects Enterprise products
Legend items can be grouped by dimension
Grid display of hierarchies or stacked dimensions
Height and width of chart areas are adjustable (as an absolute or relative value) allows better
management of long axis labels
More display choices
Formulas in titles / axis scaling Min/Max values
More control of data values
More attractive bar types, more control on line and markers
Light and shadow effects
Transparency and gradients
Legend items can be grouped by dimension
Grid display of hierarchies or stacked dimensions
Adjustable height and width of chart areas (as absolute or relative values) to allow better management
of long axis labels
6.3.6.2 Interactive Analysis Desktop
Interactive Analysis Desktop (also known as Web Intelligence Rich Client), is the desktop interface for
SAP BusinessObjects Interactive Analysis.
In-repository editing
Interactive Analysis Desktop now allows you to edit documents directly while they are in the repository.
6.3.6.3 Personal Data Provider
Personal Data Provider provides the following new features:
Excel 2007 support for Personal Data Provider
Interactive Analysis Desktop supports creating interactive analysis documents using Excel 2007 as a
data source.
Refreshing Interactive Analysis documents based on PDP/CDP data sources
You can refresh an interactive analysis document created from personal data providers such as text,
Excel files, and from custom data providers such as Web Services from BI launch pad on all UNIX
platforms. In previous release, this was possible only from the Windows platform.
New and modified features in existing SAP BusinessObjects Enterprise products
Configuration and Deployment changes for CDP Framework Plug-ins
In the previous release, the webi_customds_extension.xml configuration file was used for plug-in
identification and loading. In XI 4.0, the configuration file is removed and the plug-in look-up and
loading is done by parsing plug-in configuration file in the resource directory META-INF/services
of the plug-in binary file. The name of the configuration file is a fully-qualified binary name of the
plug-in’s entry point implementation. The plug-in’s class-path dependency is fetched from
MODULE-PATH attribute in META-INF/MANIFEST.MF file of the plug-in binary. The other details
of the plug-in are fetched from the implementation of the CDSExtensionDescriptor and CDSEx
tensionBaseDescriptor interfaces.
In the previous release, you could deploy plug-in binaries in any location. In XI 4.0, you must deploy
the plug-in binaries in <SAP_BOBJ_INST_DIR>\SAP BusinessObjects Enterprise XI
4.0\java\lib\PersonalDPPlugins folder.
In the previous release, it was not necessary to have the User Interface entry point implementation.
The default User Interface implementation was provided if the plug-in had entries in the configuration
file for the Data Provider Source entry point. In XI 4.0, the User Interface entry point implementation
is mandatory.