SlideShare a Scribd company logo
1
BI and Dashboarding Best Practices
Dorien Gardner, Solution Engineer
2
Abstract
 This session focuses on Business Intelligence Best Practices with an
emphasis on dashboard design and performance techniques. Learn about
the different types of users and consumers of BI and how they impact your
development strategy.
©2015 Rocket Software, Inc. All Rights Reserved.
3
Agenda
Types of Business Intelligence
General best practices for BI
Dashboards
Performance techniques
Reporting
CorVu NG with MV best practices
CorVu NG vs. Discover
©2015 Rocket Software, Inc. All Rights Reserved.
4
Types of Business Intelligence
 Reporting
 Analysis
• Spreadsheet analysis
• Ad-hoc
• Visualization tools
• Exploration
 Monitoring
• Dashboards
• Key Performance Indicators (KPIs)
• Business performance management
 Predictive
• Data mining
• Predictive modeling
© 2015 Rocket Software, Inc. All Rights Reserved.
5
Types of Business Intelligence Users
 Executive team
• Wants quick pulse of key business drivers
• Dashboards, score cards, EPM, BPM
 Data analyst
• Explores and finds new insights
• Creates insight for people within the organization
• Dashboards are not typically their preferred consumption
 Business user
• They make decisions
• Don't want to build from scratch
• They want the critical information to make them successful
• They want the insights to be actionable
©2015 Rocket Software, Inc. All Rights Reserved.
6
Business Intelligence Best Practices
 Insure data is clean and accurate
• Obviously garbage in = garbage out
• Data cleansing is imperative (particularly for any predictive analysis)
• You cannot make accurate business decisions based on inaccurate data
 Work with customers to determine best KPIs/Metrics
 Dictionary descriptions should be user friendly and meaningful
• Use clear naming conventions for descriptions that have obvious meaning
• Centralize the metadata definitions for consistency
• Centralize calculations as much as possible (one version of the truth)
• Create and use alternate dictionaries
© 2015 Rocket Software, Inc. All Rights Reserved.
7
Business Intelligence Best Practices
 Leverage the secondary (Hot Backup) for BI dashboards
• Create aggregate tables for the various hierarchical levels
• Initial KPI view should be highest possible level
• Enough information to determine next course of analysis
 Provide a guided path analysis
• Allow user to drill to each next level of detail based on the information
• Provide comparative analysis to determine trend vs. anomaly
• Basis for root-cause analysis
• Critical for a performant dashboard
© 2015 Rocket Software, Inc. All Rights Reserved.
8
Business Intelligence Best Practices
 Leverage visual alerts
• Provide focus on the things that are most impacting business
• Manage by exception (best/worst based on a trend)
 High and low latency data requirements
• Acceptable age of data needed to make timely decisions
• What is real time?
• Historical trend analysis
 View BI from both top down AND bottom up
 Utilize professional services for Business Intelligence consulting
© 2015 Rocket Software, Inc. All Rights Reserved.
9
Dashboards
10
Why are they so valuable?
Easier than opening dozens of reports
Readily provides key information
Improves productivity and decision making
Focuses the attention on the target and goals
Long lasting
©2015 Rocket Software, Inc. All Rights Reserved.
11
Types of Dashboards
Strategic
• Executive
• Measure high level performance
• More KPIs across functional areas
• Focused on trend analysis and predictive
• Data latency is not critical
• Long decision horizon
©2015 Rocket Software, Inc. All Rights Reserved.
12
Types of Dashboards
Analytical
• Help understand the who, what, how, why
• Highly interactive
• Drill to root cause
• Data latency requirements are mixed
• Leverage alerts to help drive analytic navigation
• Mid-decision horizon
©2015 Rocket Software, Inc. All Rights Reserved.
13
Types of Dashboards
Operational
• For monitoring and lower level decision making
• High use of alerts
• Data latency is low (regular live updates)
• Short decision horizon
©2015 Rocket Software, Inc. All Rights Reserved.
14
Planning your Dashboard
 Identify your consumer type(s)
 What data do they need?
• KPI, metrics, trend, target, variance
• Is it available and from where?
• Trust of the data (one version of the truth)
 What security needs to be applied?
©2015 Rocket Software, Inc. All Rights Reserved.
15
Planning your Dashboard
 Who are you building the dashboard for?
• Sales
• Marketing
• Supply Chain
• Finance…
 Draw out and plan the general layout, what and where
 Show draft and get feedback BEFORE building
©2015 Rocket Software, Inc. All Rights Reserved.
16
Planning your Dashboard
 Design the dashboard or TAB for a specific Business Purpose
 Typically one subject area per tab (except scorecard)
 Do not overwhelm the users or boil the ocean
©2015 Rocket Software, Inc. All Rights Reserved.
17
Layout Considerations
 How do people read? (left to right; top to bottom)
 Allocate the size of objects based on their importance
 Leverage report links for related reports
• Too many objects on a dashboard will have a performance impact
 Elements need to be well labeled
• There should be no question what a particular chart or report ID is for
 Avoid scrolling as much as possible
©2015 Rocket Software, Inc. All Rights Reserved.
18
Layout Considerations
 Consistency of color palette
 Naming conventions (i.e., sales vs revenue)
 Having viable descriptions
 One version of truth for calculations
 Direct the user to what is important
 Use conditional formatting (colors and shapes)
 Use annotations and reference lines
©2015 Rocket Software, Inc. All Rights Reserved.
19
 Minimize the number of CorVu analytic queries
• Utilize these mainly when merging from heterogeneous data sources
 Create and leverage dictionary correlatives to pull data from multiple
related tables
• TRANS(‘CUSTOMERS’,CustomerID, ‘Region’, ‘X’)
• f;8(tterritories;x;;2);(tsalesreps;x;;1)
• A and S types in UniVerse are interpreted and not compiled so this may be less
efficient than utilizing CorVu Analytic Queries
 When data latency is not as important, leverage scheduled cached
queries
CorVu Specific Tips
© 2015 Rocket Software, Inc. All Rights Reserved.
20
 Utilize native pre- and post-processing features
• SELECT ORDERS WITH INVOICE.DATE # ""
• select trx.mst with Invoice.Year NE "" AND with Sales.Rep NE ""
• GET-LIST ClosedOrders
 For complex data access and rules, consider creating a Virtual Data
Source via a web service call
• Reuse existing logic from your basic programs for data retrieval
• Web services could also be used for actionable BI and database write-backs
© 2015 Rocket Software, Inc. All Rights Reserved.
CorVu Specific Tips
21
Performance
22
KPIs at Highest Aggregation
KPIs Mid-Grain Aggregations
Lowest Grain i.e., Transactional Data
Use of Aggregations
© 2015 Rocket Software, Inc. All Rights Reserved.
PassContext
Dimensional examples
• KPI/Metrics by Year,
QTR, Country, Region,
Product Line
• KPI/Metrics by Year-
QTR-Month, Country-
Region-State, Line-
Category
Define appropriate Indexes
23
Aggregate Tables
©2015 Rocket Software, Inc. All Rights Reserved.
24
Use Subscriber for BI and Reporting
Business intelligence and reporting
uses 10X resources than average
application
Move reporting and analysis to
Subscriber/Hot Backup
Save valuable computing resources
on production
© 2015 Rocket Software, Inc. All Rights Reserved.
25
BI Account
MV Database Server
MV DB
MV HADR/HotBackup/Report Server
MV DB
HADR/HOT Backup/Reporting Server
 Replicate to Secondary Server
©2015 Rocket Software, Inc. All Rights Reserved.
Triggers or
Automated
Batch
Columnar
Database
 Leverage Triggers or scheduled process
to prepare and aggregate data
 Aggregate data into another MV
Account, add indexes, stratify files etc.
Create BI specific dictionaries
 Data Options
 Load data into an OLAP data Cube
 Load data into a Columnar data-store
26
Reporting
27
 Query to Visual Report
wizard
 Highly formatted reports
• Cover sheets, summary
pages and
report annexes
 Report scheduling and email
 Multiple data sources
 Output graphical reports in
Excel, HTML or PDF
 Deploy to web users
CorVu NG Report Summary
© 2015 Rocket Software, Inc. All Rights Reserved.
28
Reporting
Scheduling and distribution
Report bursting
©2015 Rocket Software, Inc. All Rights Reserved.
29
CorVu NG vs. Discover
30
CorVu vs. Discover
CorVu Discover
Developer/IT focused End user focused
High value add for partners Lower value add
IT/partner pre-build content and deploy Can have base templates/then user
builds
Pixel perfect control Limited layout control
Monitoring/dashboard/reporting Analysis/exploration focused
Pre-defined navigation (by developer) Flexible drill/navigation
Embeddable BI (operational) N/A
Can embed text entry fields Strong collaboration (live chat…)
© 2014 Rocket Software, Inc. All Rights Reserved.
31
Additional Resources
 https://www.rocketsoftware.com/solutions/bi-and-analytics
 MVU@rocketsoftware.com
©2015 Rocket Software, Inc. All Rights Reserved.
32
Summary
 Types of Business Intelligence
 Some key Business Intelligence best practices
 Dashboards types and design principals
 Performance considerations and best practices
 MultiValue specific best practices with CorVu NG
 CorVu NG vs. Discover
©2015 Rocket Software, Inc. All Rights Reserved.
33
Disclaimer
THE INFORMATION CONTAINED IN THIS PRESENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY.
WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY OF THE INFORMATION CONTAINED
IN THIS PRESENTATION, IT IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.
IN ADDITION, THIS INFORMATION IS BASED ON ROCKET SOFTWARE’S CURRENT PRODUCT PLANS AND STRATEGY,
WHICH ARE SUBJECT TO CHANGE BY ROCKET SOFTWAREWITHOUT NOTICE.
ROCKET SOFTWARE SHALL NOT BE RESPONSIBLE FOR ANY DAMAGES ARISING OUT OF THE USE OF, OR
OTHERWISE RELATED TO, THIS PRESENTATION OR ANY OTHER DOCUMENTATION.
NOTHING CONTAINED IN THIS PRESENTATION IS INTENDED TO, OR SHALL HAVE THE EFFECT OF:
• CREATING ANY WARRANTY OR REPRESENTATION FROM ROCKET SOFTWARE(OR ITS AFFILIATES OR ITS OR
THEIR SUPPLIERS AND/OR LICENSORS); OR
• ALTERING THE TERMS AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT GOVERNING THE USE OF
ROCKET SOFTWARE.
©2015 Rocket Software, Inc. All Rights Reserved.
34
Trademarks and Acknowledgements
The trademarks and service marks identified in the following list are the exclusive properties of Rocket Software,
Inc. and its subsidiaries (collectively, “Rocket Software”). These marks are registered with the U.S. Patent and
Trademark Office, and may be registered or pending registration in other countries. Not all trademarks owned by
Rocket Software are listed. The absence of a mark from this page neither constitutes a waiver of any intellectual
property rights that Rocket Software has established in its marks nor means that Rocket Software is not owner of
any such marks.
Aldon, CorVu, Dynamic Connect, D3, FlashConnect, Pick, mvBase, MvEnterprise, NetCure,
Rocket, SystemBuilder, U2, U2 Web Development Environment, UniData, UniVerse, and
wIntegrate
Other company, product, and service names mentioned herein may be trademarks or service marks of
others.
©2015 Rocket Software, Inc. All Rights Reserved.
35

More Related Content

PPTX
Introduction to snowflake
PPTX
Power BI Overview
PPTX
Introduction to power BI
PDF
A deep dive session on Tableau
PDF
Power BI Architecture
PPT
Big Data
PPT
Big data ppt
PPTX
The Importance of DataOps in a Multi-Cloud World
Introduction to snowflake
Power BI Overview
Introduction to power BI
A deep dive session on Tableau
Power BI Architecture
Big Data
Big data ppt
The Importance of DataOps in a Multi-Cloud World

What's hot (20)

PDF
Why Data Virtualization? An Introduction
PPTX
PDF
Introduction to Microsoft 365 Business
PPT
Tableau PPT Intro, Features, Advantages, Disadvantages
PPTX
Creating a Single Source of Truth: Leverage all of your data with powerful an...
PPTX
DAX and Power BI Training - 002 DAX Level 1 - 3
PPTX
Data Visualization & Data Storytelling
PPTX
PPTX
Talend Data Quality
PPTX
Tableau Visual analytics complete deck 2
PDF
PPTX
Tableau
PPTX
Power BI Create lightning fast dashboard with power bi & Its Components
PPTX
Power BI: Introduction with a use case and solution
PPTX
Getting your enterprise ready for Microsoft 365 Copilot
PDF
Traditional BI VS Self Service BI
PDF
How to Use a Semantic Layer to Deliver Actionable Insights at Scale
PPTX
What is Big Data?
PPTX
Introducing the Snowflake Computing Cloud Data Warehouse
PDF
Data Visualization With Tableau | Edureka
Why Data Virtualization? An Introduction
Introduction to Microsoft 365 Business
Tableau PPT Intro, Features, Advantages, Disadvantages
Creating a Single Source of Truth: Leverage all of your data with powerful an...
DAX and Power BI Training - 002 DAX Level 1 - 3
Data Visualization & Data Storytelling
Talend Data Quality
Tableau Visual analytics complete deck 2
Tableau
Power BI Create lightning fast dashboard with power bi & Its Components
Power BI: Introduction with a use case and solution
Getting your enterprise ready for Microsoft 365 Copilot
Traditional BI VS Self Service BI
How to Use a Semantic Layer to Deliver Actionable Insights at Scale
What is Big Data?
Introducing the Snowflake Computing Cloud Data Warehouse
Data Visualization With Tableau | Edureka
Ad

Similar to BI and Dashboarding Best Practices (20)

PDF
Report on Dasborad & scorecard
PDF
Tdwi march 2015 presentation
PPTX
PPTX
How to Design a Strategic Dashboard?
PPT
BI - A Practical Perspective -TBSL
PPT
BI A Practical Perspective - By Team Computers
PDF
Dashboard research_fin
PDF
Douglas Briggs
PPTX
A Business Intelligence requirement gathering checklist
PPTX
Business Intelligence
DOCX
Scorecard & Dashboards
PPTX
This is abouts are you doing the same time who is the best person to be safe and
PDF
Big Data & Technology at Billabong
PPTX
About Business Intelligence
PDF
Intelibiz Reporting Solution
PDF
InfoVision_PM101_RPadaki
PPT
Business Intelligence Industry Perspective Session I
PDF
Module I.pptx.pdf
PPTX
Dashboards Beyond the Boardroom
DOCX
Confirming Pages What’s in IT for me This chapter in.docx
Report on Dasborad & scorecard
Tdwi march 2015 presentation
How to Design a Strategic Dashboard?
BI - A Practical Perspective -TBSL
BI A Practical Perspective - By Team Computers
Dashboard research_fin
Douglas Briggs
A Business Intelligence requirement gathering checklist
Business Intelligence
Scorecard & Dashboards
This is abouts are you doing the same time who is the best person to be safe and
Big Data & Technology at Billabong
About Business Intelligence
Intelibiz Reporting Solution
InfoVision_PM101_RPadaki
Business Intelligence Industry Perspective Session I
Module I.pptx.pdf
Dashboards Beyond the Boardroom
Confirming Pages What’s in IT for me This chapter in.docx
Ad

Recently uploaded (20)

PPTX
assetexplorer- product-overview - presentation
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PPTX
Why Generative AI is the Future of Content, Code & Creativity?
PPTX
Computer Software and OS of computer science of grade 11.pptx
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
Cost to Outsource Software Development in 2025
PDF
Designing Intelligence for the Shop Floor.pdf
PPTX
Reimagine Home Health with the Power of Agentic AI​
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Autodesk AutoCAD Crack Free Download 2025
PPTX
history of c programming in notes for students .pptx
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
Salesforce Agentforce AI Implementation.pdf
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
Weekly report ppt - harsh dattuprasad patel.pptx
PDF
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
assetexplorer- product-overview - presentation
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Odoo Companies in India – Driving Business Transformation.pdf
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
Why Generative AI is the Future of Content, Code & Creativity?
Computer Software and OS of computer science of grade 11.pptx
Oracle Fusion HCM Cloud Demo for Beginners
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
Cost to Outsource Software Development in 2025
Designing Intelligence for the Shop Floor.pdf
Reimagine Home Health with the Power of Agentic AI​
CHAPTER 2 - PM Management and IT Context
Autodesk AutoCAD Crack Free Download 2025
history of c programming in notes for students .pptx
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
Salesforce Agentforce AI Implementation.pdf
wealthsignaloriginal-com-DS-text-... (1).pdf
Weekly report ppt - harsh dattuprasad patel.pptx
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev

BI and Dashboarding Best Practices

  • 1. 1 BI and Dashboarding Best Practices Dorien Gardner, Solution Engineer
  • 2. 2 Abstract  This session focuses on Business Intelligence Best Practices with an emphasis on dashboard design and performance techniques. Learn about the different types of users and consumers of BI and how they impact your development strategy. ©2015 Rocket Software, Inc. All Rights Reserved.
  • 3. 3 Agenda Types of Business Intelligence General best practices for BI Dashboards Performance techniques Reporting CorVu NG with MV best practices CorVu NG vs. Discover ©2015 Rocket Software, Inc. All Rights Reserved.
  • 4. 4 Types of Business Intelligence  Reporting  Analysis • Spreadsheet analysis • Ad-hoc • Visualization tools • Exploration  Monitoring • Dashboards • Key Performance Indicators (KPIs) • Business performance management  Predictive • Data mining • Predictive modeling © 2015 Rocket Software, Inc. All Rights Reserved.
  • 5. 5 Types of Business Intelligence Users  Executive team • Wants quick pulse of key business drivers • Dashboards, score cards, EPM, BPM  Data analyst • Explores and finds new insights • Creates insight for people within the organization • Dashboards are not typically their preferred consumption  Business user • They make decisions • Don't want to build from scratch • They want the critical information to make them successful • They want the insights to be actionable ©2015 Rocket Software, Inc. All Rights Reserved.
  • 6. 6 Business Intelligence Best Practices  Insure data is clean and accurate • Obviously garbage in = garbage out • Data cleansing is imperative (particularly for any predictive analysis) • You cannot make accurate business decisions based on inaccurate data  Work with customers to determine best KPIs/Metrics  Dictionary descriptions should be user friendly and meaningful • Use clear naming conventions for descriptions that have obvious meaning • Centralize the metadata definitions for consistency • Centralize calculations as much as possible (one version of the truth) • Create and use alternate dictionaries © 2015 Rocket Software, Inc. All Rights Reserved.
  • 7. 7 Business Intelligence Best Practices  Leverage the secondary (Hot Backup) for BI dashboards • Create aggregate tables for the various hierarchical levels • Initial KPI view should be highest possible level • Enough information to determine next course of analysis  Provide a guided path analysis • Allow user to drill to each next level of detail based on the information • Provide comparative analysis to determine trend vs. anomaly • Basis for root-cause analysis • Critical for a performant dashboard © 2015 Rocket Software, Inc. All Rights Reserved.
  • 8. 8 Business Intelligence Best Practices  Leverage visual alerts • Provide focus on the things that are most impacting business • Manage by exception (best/worst based on a trend)  High and low latency data requirements • Acceptable age of data needed to make timely decisions • What is real time? • Historical trend analysis  View BI from both top down AND bottom up  Utilize professional services for Business Intelligence consulting © 2015 Rocket Software, Inc. All Rights Reserved.
  • 10. 10 Why are they so valuable? Easier than opening dozens of reports Readily provides key information Improves productivity and decision making Focuses the attention on the target and goals Long lasting ©2015 Rocket Software, Inc. All Rights Reserved.
  • 11. 11 Types of Dashboards Strategic • Executive • Measure high level performance • More KPIs across functional areas • Focused on trend analysis and predictive • Data latency is not critical • Long decision horizon ©2015 Rocket Software, Inc. All Rights Reserved.
  • 12. 12 Types of Dashboards Analytical • Help understand the who, what, how, why • Highly interactive • Drill to root cause • Data latency requirements are mixed • Leverage alerts to help drive analytic navigation • Mid-decision horizon ©2015 Rocket Software, Inc. All Rights Reserved.
  • 13. 13 Types of Dashboards Operational • For monitoring and lower level decision making • High use of alerts • Data latency is low (regular live updates) • Short decision horizon ©2015 Rocket Software, Inc. All Rights Reserved.
  • 14. 14 Planning your Dashboard  Identify your consumer type(s)  What data do they need? • KPI, metrics, trend, target, variance • Is it available and from where? • Trust of the data (one version of the truth)  What security needs to be applied? ©2015 Rocket Software, Inc. All Rights Reserved.
  • 15. 15 Planning your Dashboard  Who are you building the dashboard for? • Sales • Marketing • Supply Chain • Finance…  Draw out and plan the general layout, what and where  Show draft and get feedback BEFORE building ©2015 Rocket Software, Inc. All Rights Reserved.
  • 16. 16 Planning your Dashboard  Design the dashboard or TAB for a specific Business Purpose  Typically one subject area per tab (except scorecard)  Do not overwhelm the users or boil the ocean ©2015 Rocket Software, Inc. All Rights Reserved.
  • 17. 17 Layout Considerations  How do people read? (left to right; top to bottom)  Allocate the size of objects based on their importance  Leverage report links for related reports • Too many objects on a dashboard will have a performance impact  Elements need to be well labeled • There should be no question what a particular chart or report ID is for  Avoid scrolling as much as possible ©2015 Rocket Software, Inc. All Rights Reserved.
  • 18. 18 Layout Considerations  Consistency of color palette  Naming conventions (i.e., sales vs revenue)  Having viable descriptions  One version of truth for calculations  Direct the user to what is important  Use conditional formatting (colors and shapes)  Use annotations and reference lines ©2015 Rocket Software, Inc. All Rights Reserved.
  • 19. 19  Minimize the number of CorVu analytic queries • Utilize these mainly when merging from heterogeneous data sources  Create and leverage dictionary correlatives to pull data from multiple related tables • TRANS(‘CUSTOMERS’,CustomerID, ‘Region’, ‘X’) • f;8(tterritories;x;;2);(tsalesreps;x;;1) • A and S types in UniVerse are interpreted and not compiled so this may be less efficient than utilizing CorVu Analytic Queries  When data latency is not as important, leverage scheduled cached queries CorVu Specific Tips © 2015 Rocket Software, Inc. All Rights Reserved.
  • 20. 20  Utilize native pre- and post-processing features • SELECT ORDERS WITH INVOICE.DATE # "" • select trx.mst with Invoice.Year NE "" AND with Sales.Rep NE "" • GET-LIST ClosedOrders  For complex data access and rules, consider creating a Virtual Data Source via a web service call • Reuse existing logic from your basic programs for data retrieval • Web services could also be used for actionable BI and database write-backs © 2015 Rocket Software, Inc. All Rights Reserved. CorVu Specific Tips
  • 22. 22 KPIs at Highest Aggregation KPIs Mid-Grain Aggregations Lowest Grain i.e., Transactional Data Use of Aggregations © 2015 Rocket Software, Inc. All Rights Reserved. PassContext Dimensional examples • KPI/Metrics by Year, QTR, Country, Region, Product Line • KPI/Metrics by Year- QTR-Month, Country- Region-State, Line- Category Define appropriate Indexes
  • 23. 23 Aggregate Tables ©2015 Rocket Software, Inc. All Rights Reserved.
  • 24. 24 Use Subscriber for BI and Reporting Business intelligence and reporting uses 10X resources than average application Move reporting and analysis to Subscriber/Hot Backup Save valuable computing resources on production © 2015 Rocket Software, Inc. All Rights Reserved.
  • 25. 25 BI Account MV Database Server MV DB MV HADR/HotBackup/Report Server MV DB HADR/HOT Backup/Reporting Server  Replicate to Secondary Server ©2015 Rocket Software, Inc. All Rights Reserved. Triggers or Automated Batch Columnar Database  Leverage Triggers or scheduled process to prepare and aggregate data  Aggregate data into another MV Account, add indexes, stratify files etc. Create BI specific dictionaries  Data Options  Load data into an OLAP data Cube  Load data into a Columnar data-store
  • 27. 27  Query to Visual Report wizard  Highly formatted reports • Cover sheets, summary pages and report annexes  Report scheduling and email  Multiple data sources  Output graphical reports in Excel, HTML or PDF  Deploy to web users CorVu NG Report Summary © 2015 Rocket Software, Inc. All Rights Reserved.
  • 28. 28 Reporting Scheduling and distribution Report bursting ©2015 Rocket Software, Inc. All Rights Reserved.
  • 29. 29 CorVu NG vs. Discover
  • 30. 30 CorVu vs. Discover CorVu Discover Developer/IT focused End user focused High value add for partners Lower value add IT/partner pre-build content and deploy Can have base templates/then user builds Pixel perfect control Limited layout control Monitoring/dashboard/reporting Analysis/exploration focused Pre-defined navigation (by developer) Flexible drill/navigation Embeddable BI (operational) N/A Can embed text entry fields Strong collaboration (live chat…) © 2014 Rocket Software, Inc. All Rights Reserved.
  • 31. 31 Additional Resources  https://www.rocketsoftware.com/solutions/bi-and-analytics  MVU@rocketsoftware.com ©2015 Rocket Software, Inc. All Rights Reserved.
  • 32. 32 Summary  Types of Business Intelligence  Some key Business Intelligence best practices  Dashboards types and design principals  Performance considerations and best practices  MultiValue specific best practices with CorVu NG  CorVu NG vs. Discover ©2015 Rocket Software, Inc. All Rights Reserved.
  • 33. 33 Disclaimer THE INFORMATION CONTAINED IN THIS PRESENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY OF THE INFORMATION CONTAINED IN THIS PRESENTATION, IT IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. IN ADDITION, THIS INFORMATION IS BASED ON ROCKET SOFTWARE’S CURRENT PRODUCT PLANS AND STRATEGY, WHICH ARE SUBJECT TO CHANGE BY ROCKET SOFTWAREWITHOUT NOTICE. ROCKET SOFTWARE SHALL NOT BE RESPONSIBLE FOR ANY DAMAGES ARISING OUT OF THE USE OF, OR OTHERWISE RELATED TO, THIS PRESENTATION OR ANY OTHER DOCUMENTATION. NOTHING CONTAINED IN THIS PRESENTATION IS INTENDED TO, OR SHALL HAVE THE EFFECT OF: • CREATING ANY WARRANTY OR REPRESENTATION FROM ROCKET SOFTWARE(OR ITS AFFILIATES OR ITS OR THEIR SUPPLIERS AND/OR LICENSORS); OR • ALTERING THE TERMS AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT GOVERNING THE USE OF ROCKET SOFTWARE. ©2015 Rocket Software, Inc. All Rights Reserved.
  • 34. 34 Trademarks and Acknowledgements The trademarks and service marks identified in the following list are the exclusive properties of Rocket Software, Inc. and its subsidiaries (collectively, “Rocket Software”). These marks are registered with the U.S. Patent and Trademark Office, and may be registered or pending registration in other countries. Not all trademarks owned by Rocket Software are listed. The absence of a mark from this page neither constitutes a waiver of any intellectual property rights that Rocket Software has established in its marks nor means that Rocket Software is not owner of any such marks. Aldon, CorVu, Dynamic Connect, D3, FlashConnect, Pick, mvBase, MvEnterprise, NetCure, Rocket, SystemBuilder, U2, U2 Web Development Environment, UniData, UniVerse, and wIntegrate Other company, product, and service names mentioned herein may be trademarks or service marks of others. ©2015 Rocket Software, Inc. All Rights Reserved.
  • 35. 35