+ All Categories
Home > Documents > Top Ten Web Intelligence...

Top Ten Web Intelligence...

Date post: 08-Sep-2018
Category:
Upload: dinhduong
View: 215 times
Download: 0 times
Share this document with a friend
22
Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal
Transcript
Page 1: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

Top Ten Web Intelligence Features

Jonathan Brown

Dec 2016

Internal

Page 2: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 2Internal

Introduction

Jonathan Brown (aka JB)

o Support Architect out of Vancouver, B.C

o @SAP 17 Years – Whole time in Product

Support

o Support Analytics/BI Platform with focus

on Web Intelligence

o Passionate about Web Intelligence

Performance and Stability

@its_me_jonny

SCN Profile

Page 3: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 3Internal

Parallelized Data providers

Previous versions of XI 3.1 ran Data Provider

(DP) Queries sequentially. 1 after another.

BI 4.2 introduces a new feature that runs these

DP Queries in Parallel

This results in a potentially HUGE

performance gain for some documents

This was a top voted feature on SAP IdeaPlace and became

a reality due to the community driven demand!

Page 4: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 4Internal

COMPARE: XI 3.1 VS 4.X

BI 4.2

Parallelized Data Provider Querying

XI 3.1

DP1 DP2 DP3

DB

12 secs 22 secs 26 secs

12 secs

22 secs

26 secs

~ 26 Secs Total

DP1

DB

~ 60 Secs Total

DP3

DP2

Page 5: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 5Internal

Query Stripping is used to improve performance

Removes any unused objects from the database query to

reduce the size of results

Improves speed of queries while also reducing size of

documents and result sets

Query Stripping

NOTE: Must be enabled at the Business

Layer,

Document and Query Levels

Page 6: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 6Internal

DEMO – Query Stripping

Page 7: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 7Internal

Shared Elements allow you to share objects between

multiple documents

Updating/changing of the shared element will

propagate down to the documents that consume it

Shared Elements

You can configure your document

to automatically check for updates

to the Shared Elements in the

Document Properties page

Page 8: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 8Internal

DEMO – Shared Elements

Page 9: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 9Internal

Custom Grouping Options

Create custom

groups at the report

level

Display the

groups in your

report

Use the groups

for displaying &

aggregating data

Page 10: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 10Internal

DEMO – Custom Grouping Options

Page 11: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 11Internal

A Reference is a variable that points to the value displayed in another cell

Similar to an Excel Reference (=$A1 + $B1)

Example Use:

References

Create a Reference for the sum of a complex or

large crosstab [Sum of California Sales]

Use the Reference in a

different Report tab

without having to

calculate the value again

Page 12: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 12Internal

Cascading Input Controls – Grouped Controls

XI 3.1 BI 4.2

Ungrouped Input controls

meant values were not

relational

With grouped Input

Controls, the values are

relational. Only

“California” stores are

listed now

Page 13: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 13Internal

Document Level Input Controls

New feature allows you to set

the scope of an input control to

be the Whole Document

You can get more granular at

the Report Level but still have

full document level filters apply

Page 14: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 14Internal

DEMO – Cascading Grouped Controls / Document ICs

Page 15: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 15Internal

Default Prompt Values can be specified at

the universe level (Business Filters)

Developers can now use Formulas to

define dynamic default values

Many functions are available in the

Formula Editor

Dynamic Default Values for Prompts

Sample Functions

CurrentDate()

CurrentDatetime()

CurrentUser()

DocumentName()

DatabaseUser()

DayNumberOfMonth()

RelativeDate()

Page 16: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 16Internal

DEMO – Dynamic Prompt Values

Page 17: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 17Internal

New Chart Types and new Charting engine (4.x)

New Charting Types

Page 18: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 18Internal

Waterfall Chart - Example

Page 19: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 19Internal

Create Geomaps in Web

Intelligence Docs

Integrated geographical database

covering over 100K locations

3 new Chart/Map types: Geo

Choropleth, Geo Bubble, and Geo

Pie charts

New Geo Maps

Geo Bubble Chart – Gross

Sales by Country

Page 20: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 20Internal

Custom Color Palettes

Custom Color Palettes allow

you to create your own color

pattern to be used with your

charts

Very handy for documents

with many chart components

Can be used to define your

company colors or for better

integration into you portal

color themes

Page 21: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved. 21Internal

DEMO – Charting

Page 22: Top Ten Web Intelligence Featureseventscms.sapvirtualevents.com:4502/content/dam/SAPEnablement/BI... · Top Ten Web Intelligence Features Jonathan Brown Dec 2016 Internal

© 2016 SAP SE or an SAP affiliate company. All rights reserved.

Thank youContact information:

F name L name

Title

Address

Phone number

F name L name

Title

Address

Phone number


Recommended