Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting

Size: px
Start display at page:

Download "Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting"

Transcription

1 Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting Kris Nichols - Sr. OSvC Solution Consultant Mehrzad Kootar - BI Solution Consultant Oracle Service Cloud Date: August 30 th 2016

2 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 2

3 Program Agenda CX Analytics Maturity Model Report Management Module Key Data Object Relationships in Service Cloud Reporting Best Practice Data Extraction Techniques NextGen Service Analytics 3

4 CRM Information Maturity CX Analytics Maturity Model What might happen? Can we change what is happening? Predictive Analysis Transactional What is happening? Transactional Data & Basic Analyses Simple list reports Single source of data Why is it happening? Consolidated Reporting Basic Pipeline, Forecast and Opportunity Reports Basic trending Fixed hierarchy reporting Ad-hoc analyses Process-specific analyses Advanced Analysis Advanced historical trending Comparative analyses What changed and why analyses Rolling averages Scorecards As Is vs. As Was Optimized for large data volumes & high performance Increasing Business Value Cross-process and Functional Analysis Integrated Analytics Multiple sources of data Multiple hierarchies Advanced cause and effect analyses Exploratory analyses Predictive Analysis Scoring Regression Analyses A/B test analyses Risk identification and Analysis What -if scenario analysis Strategic 4

5 Report Management Module(RMM) An Easy way to Navigate through the Public Reports Schedules Folder Report Schedules by Subject, Report Schedules and Recipients, Scheduled Reports per Individual Workspaces Folder Workspaces per Report Navigation Sets Folder Desktop Navigation Sets per Report, Reports per Desktop Navigation Set Performance Folder Reports with no Filters, Deferred Reports Find Folder Reports with Custom Scripts, Reports by Content, Reports by Description, Reports by Database Reference Definition Folder View Report Descriptions Reference Folder Dashboards, Report Links 5

6 Key Data Object Relationships in Service Cloud Incidents Chats Knowledge Summary / Stats Agents Incident Details (master incident table) Incident Performance (incident performance KPI information) Threads (information on discussion threads in incidents) Chat (master chat table) Chat Events (chat flow details) Chat Real Time (real time display from the chat service) Chat Performance Details (provides "time spent" data between a predetermined set of chat agent events and actions.) Answers (information on answers) Answer Stats (statistics for hits on answers by endusers) Keyword Searches Gap Reports (Gap Analysis between incidents and knowledge channel with urgency measures) Visit Summary ( summary information and statistics about customer portal visits) Click Stream (website user activity tracking) Stats (statistical information used by reports) Chat Agent performance Accounts Account Session History These are just a few examples please refer the data dictionary in Service Cloud for all data objects 6

7 Data Extraction Purpose & Methods One Time Extraction Ad-Hoc Analysis Analyzing an unexpected trend in reports Request for data extract by management Method : Export feature in Service Cloud Enterprise Analytics Bringing in data from different sources. Example: Telephony, in house application Enterprise 360 view Management and Executive Dashboard Method : API, Connectors, Oracle Platform Analytics Scheduled Extraction Moving data into another system Capturing data for trending reports Avoid data loss due to purging Method : Compressed CSV, API, Data Connectors Full Data Extract Interface consolidation or removal System Migration Method : Reach out to Oracle via CSM 7

8 Types of Database in Service Cloud Operational Database Live Production Database (process from customers, agents, and employees in real time) Transactional Database Operational threshold is 2 million rows Reporting Database Replicates near live copy of the Operational Database Perform process intensive activities Reporting threshold is 5 million rows 8

9 Reporting Thresholds and Governors Database Row Threshold Operational threshold (2 million rows) Reporting threshold ( 5 million rows) Deferred report threshold (200,000 rows) Deferred Report Execution Time Threshold report execution time threshold is 60 seconds Row Export Threshold Max 100,000 rows ( Compressed CSV file 1 million rows or 100 MB whichever reaches first) Report Row Viewing Threshold Default is 10,000 rows Configurations > Site Configuration > Configuration Settings > Search Key for VRL_HARD Maximum Analytics File Size Threshold maximum data set size that can be returned 15 MB (default ) Max 2GB Configurations > Site Configuration > Configuration Settings > Search Key for MAX_ANALYTICS_FILE_SZ 9

10 Addressing Performance Problems through Best Practices Use the Report Database to Report on Large Data Volumes Queue Large Reports Use Reporting Thresholds to Your Advantage Use Report Filters to Optimize Performance Setup Table Joins to Return the Smallest Data Set Possible Use the Report Analyzer for Performance Tuning Use Report Linking Rather Than Drilldown Levels Publish or Schedule Large Reports Archive Old Incident Data From Your Operational Database Use of Data Export Tools 10

11 Best Practices while building reports Queue Large Reports Use the Report Database to Report on Large Data Volumes Deferred Execution 11

12 Best Practices while building reports Indexing Custom Objects Use the Report Analyzer for Performance Tuning 12

13 Publish or Schedule Large Reports Saved in a static state and available for offline viewing. Run schedule reports during off-hours. Report is sent to the intended audience via or it is published. This option allows up to 1 million rows of data (or 100Mb, whichever comes first) via compressed CSV file to the recipients. Two Delivery options - "Compressed CSV File" and "Send Report to Report Queue for Delivery as a CSV File". 13

14 Archive Old Incident Data From Your Operational Database Use Oracle Incident Archiving capabilities Incident Archiving permanently removes closed incidents from Operational Database Data is retained offline in a searchable XML file and can be accessed via the navset For more information about incident archiving, see the Accessing archived incidents section of the Oracle Service Cloud Service User Manual, and Answer ID #1234 ( Archiving older incidents without deleting them from our site ) on the Oracle Service Cloud Customer Support site. 14

15 Consolidate Dashboard into a Single Data Grid View February 16: Consolidated Dashboard Layouts Capability Highlights Combine single row reports into a consolidated view Format entire consolidated report view Utilize existing Analytics runtime options in report Key Benefits Analyze combined and formatted metrics easily Simplify report join tree for specific use cases Improve report performance for disparate data set reporting

16 Requirements UNION like requirements: All reports must contain same # of columns Same data types for columns across all reports e.g. Report 1, column 3 is a text field Column 3 must be a text field across all reports Vertical layouts only Top to bottom orientation only in consolidation No side-by-side report orientations allowed Vertical layout enforced with consolidation option 16

17 Formatting Formatting from top report is used across entire consolidation Rollups Slicing Exceptions Conditional formats etc 17

18 Data Export Tools Partner (Data Direct) Oracle Service Cloud Connect Tools Oracle Service Cloud Analytics Oracle Analytics PaaS ODBC/JDBC Connector Odata Connector Cloud Connector Connect Web Services for SOAP Connect PHP API Chat API Connect Knowledge API Connect Knowledge Advance API Connect REST API Compressed CSV Report Export Queued CSV Export Scheduled Reports BI Cloud Connector- Data Sync Data Visualization Connector for Rightnow CSV Export Requirements The first column that is sorted must be a primary key (e.g. incidents.i_id or contacts.c_id) that is sorted ascending. The report cannot contain any custom scripts. The report must contain sorted columns. The report cannot contain comparison columns. The report cannot contain date grouping columns. The CSV delivery options are only suitable for reports that return unique rows. 18

19 Points to Remember Do s Create report using the Report Database Permit report queuing Understand reporting thresholds and how they impact report execution Filter reports to narrow analyses as much as possible Configure filters properly to optimize performance Configure table joins to return the smallest data set possible Use the Report Analyzer to tune reports Use report linking Use drill-down level caching Leverage cached data for historical insights Use report publishing and report scheduling Archive old data from your production database Don ts Filter on fields that aren t indexed Filter on functions Use Oracle Service Cloud Analytics for data dumps; use export tools instead Use inefficient functions such as sum_distinct Use drill-downs when report linking will provide a better alternative Increase threshold governors unless absolutely necessary. Consider the impact of doing so on your overall system, including on your live production system. Use initial search and auto refresh functions unless small data volumes are to be returned Use unnecessary objects or functionality in reports 19

20 BI Cloud Service - NextGen Analytics 20

21 Option for NextGen Analytics BI Cloud Service Can store your Service Cloud data for historical reporting Over 20 different ways to visualize data Role based reports and dashboards Ability to do analysis from a variety of applications Structured & Unstructured Analysis Build feedback mechanism into Service Cloud using Action links Embed reports into Service Cloud Data Visualization capabilities on cloud and desktop Data Visualization Cloud Service Connect to the Rightnow environment Access native and custom objects Can do text Analytics using Advance Analytics plugin Create visualizations and present them within the tool Contains Service dashboard templates for reference Data Visualization capabilities on cloud and desktop 21

22 Connecting to BI Cloud Service Push data via API using the Cloud Scheduler using SOAP & REST Data Sync Tool (Connector to Rightnow) approx August 2016 timeframe Using the RightNow connector with Data Visualization tool 22

23 Introducing Oracle Business Intelligence Cloud Service Exploratory Analytics Interface on Desktop or Mobile Data Mashup across Managed and User Data Proven Reporting Solution Integrated with Oracle DB Best-in-class Cloud Infrastructure Room to grow to full enterprise platform for all BI needs 23

24 BICS Can Answer Any Question From Any User Guidance Grammar-centric approach to visualizations, combined with powerful keyword search and pattern detection aide all users making new discoveries Richness Robust visualization library and streamlined dashboard construction provide all the tools needed for constructing sophisticated analysis across many different perspectives of data 24

25 BI Cloud Service Demo 25

26 CRM Information Maturity CX Analytics Maturity Model BICS and BigData Discovery together cover the Full Spectrum Transactional What is happening? Transactional Data & Basic Analyses Simple list reports Single source of data Why is it happening? Consolidated Reporting Basic Pipeline, Forecast and Opportunity Reports Basic trending Fixed hierarchy reporting Ad-hoc analyses Process-specific analyses Can we change what is happening? Advanced Analysis Advanced historical trending Comparative analyses What changed and why analyses Rolling averages Scorecards As Is vs. As Was Optimized for large data volumes & high performance Increasing Business Value What might happen? Cross-process and Functional Analysis Integrated Analytics Multiple sources of data Multiple hierarchies Advanced cause and effect analyses Exploratory analyses Predictive Analysis Predictive Analysis Scoring Regression Analyses A/B test analyses Risk identification and Analysis What -if scenario analysis Strategic Oracle BI Cloud & Big Data Discovery Service Analytics 26

27 Other Resources The following additional resources are available for help in developing, tuning and using analyses and reports within Oracle Service Cloud: Oracle Service Cloud Analytics documentation Report Management (Nov 2013 release and later) > Definitions > View Descriptions Oracle Service Cloud Analytics Product Online Help (see Help link in Service Cloud console) Reporting & Analysis Forum on the Oracle Service Cloud Customer Community Analytics Best Practices document See Answer ID #2053, Best Practices for Analytics, on Oracle Service Cloud Customer Support site Analytics Cookbook : Answers on Oracle Service Cloud Customer Support site. Particularly relevant are: Answer ID #2380 Improving performance of reports and console view Answer ID #2817 Reporting data seems incorrect or behind Answer ID #2776 Common questions regarding queued reports Answer ID #2149 Receiving a message Query processes too much data Answer ID #2223 Analytics Error: Data Set has exceeded maximum size 27

28 Other Resources Answer ID #1266 Impact of indexing a custom field Answer ID #1839 Types of table joins used with reports and views Answer ID #2844 Using the report analyzer with custom reports Answer ID #2789 Report linking in Analytics Answer ID #1917 Cached data used in reports Answer ID #1234 Archiving older incidents without deleting them from our site Answer ID #265 Specifying how long solved incidents remain in the system Answer ID # 781 Purging the database of old incidents Virtual Ask-the-Experts Webcasts for Oracle Service Cloud See section of RightNow Customer Community Online Training (see Education & Services section of RightNow Customer Community) Product Tutorials In-Person Training (via Oracle University) Regional and Virtual Oracle Service Cloud Analytics training classes Oracle Consulting Services Custom training/custom engagements 28

29 Questions? 29

30

31 Appendix 31

32 Mature Your Customer Service Practices MODERN CUSTOMER SERVICE {Profit Center} {Cost Center} GET GOING Help Me GET BETTER Know Me GET AHEAD Value Me 3. OMNI CHANNEL STRATEGY Moving from anonymous service, to personalized segmented engagements, that connect to a Global CX Strategy. 2. CROSS CHANNEL STRATEGY Moving from silo systems to unified systems for consistent and relevant service quality on every channel. 1. MULTI CHANNEL STRATEGY Moving from limited silo channels, to multiple channels of choice for customers to connect on any device. 0. SILO CHANNEL STRATEGY Introducing single or silo channels to connect with customers ORACLE ROADMAP TO MODERN TM

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2 Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2 Oracle Cloud Marketplace: An Innovation Ecosystem for Partners and Customers Neelesh Gurnani Sr. Director Product Development Ajay Seetharam

More information

DC Metro Area User Group Meeting

DC Metro Area User Group Meeting DC Metro Area User Group Meeting February 7, 2011 RightNow Presenters: Greg Rice, Product Management Chris Tarabochia, Product Management Chris Martin, Professional Services RightNow Technologies, Inc.

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

Oracle Policy Automation The modern enterprise advice platform

Oracle Policy Automation The modern enterprise advice platform Oracle Policy Automation The modern enterprise advice platform Features and benefits August 2017 Program agenda 1 2 3 Overview of Oracle Policy Automation New features in August 2017 release For more information

More information

Information Builders Enterprise Information Management Solution Transforming data into business value Fateh NAILI Enterprise Solutions Manager

Information Builders Enterprise Information Management Solution Transforming data into business value Fateh NAILI Enterprise Solutions Manager Information Builders Enterprise Information Management Solution Transforming data into business value Fateh NAILI Enterprise Solutions Manager June 20 th, 2017 1 Agenda Introduction Information Builders

More information

Oracle Infinity TM. Key Components

Oracle Infinity TM. Key Components Oracle Infinity TM Digital Analytics Oracle Infinity TM is an enterprise analytics solution that harnesses big data to provide actionable customer intelligence at scale, in real time and with unlimited

More information

See What's Coming in Oracle Service Cloud. Release Content Document

See What's Coming in Oracle Service Cloud. Release Content Document See What's Coming in Oracle Service Cloud Release Content Document November 2015 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE SERVICE CLOUD NOVEMBER RELEASE OVERVIEW... 4 WEB CUSTOMER SERVICE... 5 Oracle

More information

Vendor Cloud Platinum Package: Included Capabilities

Vendor Cloud Platinum Package: Included Capabilities Solution Overview Third-Party Risk Management Vendor Cloud Platinum Package: Included Capabilities The Vendor Cloud Platinum package provides the highest level of risk management capabilities, offering

More information

Copyright 2014, Oracle and/or its affiliates. All rights reserved

Copyright 2014, Oracle and/or its affiliates. All rights reserved Copyright 2014, Oracle and/or its affiliates. All rights reserved Agenda Business Analytics Oracle Business Intelligence Map Visualization Location Intelligence 3 Key Issues What trends are driving analytics?

More information

Product Development Update 2014 OTM SIG Conference Singapore

Product Development Update 2014 OTM SIG Conference Singapore Product Development Update 2014 OTM SIG Conference Singapore Derek H. Gittoes Vice President, Product Strategy October 2014 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Agenda 1 2

More information

BI202. Best Practices and Tips for Best Performance of SAP BusinessObjects XI 3.1 on SAP NetWeaver BW. The Good, Bad and the Ugly

BI202. Best Practices and Tips for Best Performance of SAP BusinessObjects XI 3.1 on SAP NetWeaver BW. The Good, Bad and the Ugly BI202 Best Practices and Tips for Best Performance of SAP BusinessObjects XI 3.1 on SAP NetWeaver BW The Good, Bad and the Ugly Tom Turchioe, Product Management Ashish Gupta, AGS Business User Ingo Hilgefort,

More information

DETAILED COURSE AGENDA

DETAILED COURSE AGENDA DETAILED COURSE AGENDA Dynamics 365 University: Boot Camp Detailed Agenda Course Level: 100 This instructor-led course provides a key step for Microsoft Dynamics 365 administrators and customizers who

More information

By 2020, more than half of major new business processes and systems will incorporate some element of the IoT.

By 2020, more than half of major new business processes and systems will incorporate some element of the IoT. Trends in Analytics By 2020, more than half of major new business processes and systems will incorporate some element of the IoT. Gartner Unexpected Implications Arising From the Internet of Things report

More information

Digital Transformation and the Future of Analytics

Digital Transformation and the Future of Analytics Digital Transformation and the Future of Analytics Jagdeesh Neelakantan, SAP July, 2017 CUSTOMER Agenda SAP S/4HANA Embedded Analytics Overview SAP S/4HANA Embedded Analytics UIs SAP BusinessObjects BI

More information

Exceed your business with SharePoint Server 2010

Exceed your business with SharePoint Server 2010 Exceed your business with SharePoint Server 2010 Alexandre Mendeiros alexandre.mendeiros@microsoft.com Alexandre Mendeiros Premier Field Engineer for SQL Server & Business Intelligence area. Working with

More information

IBM Business Intelligence and Business Analytics

IBM Business Intelligence and Business Analytics IBM Business Intelligence and Business Analytics Ganesh 1 Kedari IBM India Software Labs, Pune #1 concern Business Analytics 83% Virtualization 76% Risk Management & Compliance 71% Mobility Solutions 68%

More information

Analytics Cloud Service Administration Guide

Analytics Cloud Service Administration Guide Analytics Cloud Service Administration Guide Version 17 November 2017 Contents About This Guide... 5 About Primavera Analytics... 5 About Primavera Data Warehouse... 6 Overview of Oracle Business Intelligence...

More information

Oracle Hyperion Planning for Interactive Users

Oracle Hyperion Planning for Interactive Users Oracle University Contact Us: 1.800.529.0165 Oracle Hyperion Planning 11.1.2 for Interactive Users Duration: 0 Days What you will learn This course is designed to teach you how to use Planning. It includes

More information

What s New in Teamcenter Reporting and Analytics Mark Homrich Product Management

What s New in Teamcenter Reporting and Analytics Mark Homrich Product Management What s New in Teamcenter Reporting and Analytics Mark Homrich Product Management Unrestricted Siemens AG 2016 Realize innovation. PLM Europe What s New in Teamcenter Reporting & Analytics. Agenda Report

More information

Enterprise Performance Management

Enterprise Performance Management Enterprise Performance Management Improve Agency Financial Compliance and Deliver Actionable, Accurate Financial Reporting Oracle Public Sector EPM Team 5.9.2013 Safe Harbor Statement

More information

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE Oracle Service Cloud Release 18C New Feature Summary ORACLE TABLE OF CONTENTS Revision History 3 Overview 3 Agent Browser Desktop Automation 3 Workflow Enable Save Option for Workflow Elements 3 Workflow

More information

Oracle Risk Management Cloud. Release 13 (updates 18A 18C) What s New

Oracle Risk Management Cloud. Release 13 (updates 18A 18C) What s New Oracle Risk Management Cloud Release 13 (updates 18A 18C) What s New TABLE OF CONTENTS DOCUMENT HISTORY 4 UPDATE 18C 4 Revision History 4 Overview 4 Feature Summary 5 Risk Management 8 Common 8 Monitor

More information

Dynamics 365. Dana McEachen, Microsoft

Dynamics 365. Dana McEachen, Microsoft Dynamics 365 Dana McEachen, Microsoft Microsoft Dynamics 365 *Brought to you by Adobe Marketing Cloud Purpose-built business applications Sales Opportunity management Social selling Content collaboration

More information

ARIS 10 SR4 FEATURES OVERVIEW

ARIS 10 SR4 FEATURES OVERVIEW ARIS ARIS 10 SR4 FEATURES OVERVIEW ARIS Architect/ARIS Designer Process mining integration for conformance checking Global roll out of model typespecific default templates BPMN TM roundtrip enablement

More information

SAP Jam Collaboration, advanced plus edition

SAP Jam Collaboration, advanced plus edition June 2018 Cloud Service Specification Sheet SAP Jam Collaboration, advanced plus edition SAP Jam Collaboration delivers collaboration where you work, connecting customers, partners, and colleagues with

More information

TABLE OF CONTENTS DOCUMENT HISTORY

TABLE OF CONTENTS DOCUMENT HISTORY TABLE OF CONTENTS DOCUMENT HISTORY 5 UPDATE 17D 5 Revision History 5 Overview 5 Optional Uptake of New Features (Opt In) 6 Update Tasks 6 Feature Summary 7 Demand Management 9 Forecast Unique Demand Segments

More information

SAP Jam Collaboration, advanced plus edition

SAP Jam Collaboration, advanced plus edition June 2017 Cloud Service Specification Sheet SAP Jam Collaboration, advanced plus edition SAP Jam Collaboration delivers collaboration where you work, connecting customers, partners, and colleagues with

More information

Oracle Planning Best Practices. Sean Bernhoit Hitachi Consulting VP, BIPM National Practice FP&A, Consolidations, and Reporting

Oracle Planning Best Practices. Sean Bernhoit Hitachi Consulting VP, BIPM National Practice FP&A, Consolidations, and Reporting Oracle Planning Best Practices Sean Bernhoit Hitachi Consulting VP, BIPM National Practice FP&A, Consolidations, and Reporting 1 Agenda Background Functional/Design Process Design Considerations System

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 JD Edwards EnterpriseOne Tools and Technologies and Fusion Applications

More information

SAP Jam Collaboration, enterprise edition

SAP Jam Collaboration, enterprise edition Dec 2017 SAP Jam Collaboration, enterprise edition Cloud Service Specification Sheet SAP Jam Collaboration delivers collaboration where you work, connecting customers, partners, and colleagues with information,

More information

SAP Jam Collaboration, advanced plus edition

SAP Jam Collaboration, advanced plus edition March 2018 Cloud Service Specification Sheet SAP Jam Collaboration, advanced plus edition SAP Jam Collaboration delivers collaboration where you work, connecting customers, partners, and colleagues with

More information

Oracle Customer Service and Support Cloud Services Descriptions and Metrics October, 2017

Oracle Customer Service and Support Cloud Services Descriptions and Metrics October, 2017 Oracle Customer Service and Support Cloud Services Descriptions and Metrics October, 2017 V101917 1 of 164 Table of Contents Glossary of Terms... 6 Appointment... 6 Certificate... 6 Connection... 6 20K

More information

Qlik Sense Enterprise

Qlik Sense Enterprise Qlik Sense Enterprise See the whole story that lives within your data Qlik Sense is a next-generation visual analytics platform that empowers everyone to see the whole story that lives within their data.

More information

DOWNLOAD PDF GENERAL LEDGER APPLICATIONS SOFTWARE FOR MICROSOFT WINDOWS CHAPTERS 1-26

DOWNLOAD PDF GENERAL LEDGER APPLICATIONS SOFTWARE FOR MICROSOFT WINDOWS CHAPTERS 1-26 Chapter 1 : General Ledger Software Related Book Ebook Pdf General Ledger Applications Software For Microsoft Windows Chapters 1 Royal Brides - Hadron Incursion - Hair Loss Master Plan Health And Beauty

More information

Customer Insights. Tad Thompson. Sr. Technical Advancement Developer

Customer Insights. Tad Thompson. Sr. Technical Advancement Developer Customer Insights Tad Thompson Sr. Technical Advancement Developer Content Disclaimer All information and content is presented on Preview software and not the Launched product. Product is subject to changes,

More information

CRM Boot Camp for Dynamics 365

CRM Boot Camp for Dynamics 365 CRM Boot Camp for Dynamics 365 Course Level: 100 This instructor-led course provides a key step for administrators and customizers who are beginning or advancing their knowledge of CRM for Microsoft Dynamics

More information

DocuLynx Mercury Web Seamless Access to Document Archives

DocuLynx Mercury Web Seamless Access to Document Archives Enterprise Output and Customer Communications Expertise DocuLynx Mercury Web Seamless Access to Document Archives A Madison Advisors White Paper August 3, 2009 Copyright 2009 by Madison Advisors. Madison

More information

IBM Planning Analytics Express

IBM Planning Analytics Express Performance management and business intelligence for midsize organisations IBM Planning is a performance management (PM) and business intelligence (BI) solution for midsize organisations. It delivers the

More information

Turn your conversations into memorable conversations by learning how to showcase Dynamics CRM Online value proposition to Technical Decision Makers.

Turn your conversations into memorable conversations by learning how to showcase Dynamics CRM Online value proposition to Technical Decision Makers. The Technical Brief provides answers to key Technical Decision Maker questions and/or concerns in topics such as: Extensibility Security Deployment and Management Integration Application Architecture Collaboration

More information

Qlik Sense Enterprise

Qlik Sense Enterprise Data Sheet Qlik Sense Enterprise See the whole story that lives within your data Qlik Sense is a next-generation application for self-service oriented visual analytics, offering unique and powerful data

More information

SAP BusinessObjects Enterprise BI Platform

SAP BusinessObjects Enterprise BI Platform SAP BusinessObjects Enterprise BI Platform Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject

More information

Strategy Integration Design Training

Strategy Integration Design Training TableauHelp Strategy Integration Design Training How it all started... TableauHelp was founded in August of 2015 and is based in Austin, Texas. Tableau software has developed a reputation for delivering

More information

Dynamics CRM Powering the future of CRM. Itai Aharonov Solution Specialist Dynamics CRM Israel MBS

Dynamics CRM Powering the future of CRM. Itai Aharonov Solution Specialist Dynamics CRM Israel MBS Dynamics CRM 2016 Powering the future of CRM Itai Aharonov Solution Specialist Dynamics CRM Israel MBS Omni Channel Self-Service Agent Enablement Field Service Knowledge Email Chat Social Web Messaging

More information

PLATFORM CAPABILITIES OF THE DIGITAL BUSINESS PLATFORM

PLATFORM CAPABILITIES OF THE DIGITAL BUSINESS PLATFORM PLATFORM CAPABILITIES OF THE DIGITAL BUSINESS PLATFORM Jay Gauthier VP Platform Integration DIGITAL TRANSFORMATION #WITHOUTCOMPROMISE 2017 Software AG. All rights reserved. DIGITAL BUSINESS PLATFORM DIGITAL

More information

Verint Engagement Management Solution Brief. Overview of the Applications and Benefits of

Verint Engagement Management Solution Brief. Overview of the Applications and Benefits of Verint Engagement Management Solution Brief Overview of the Applications and Benefits of Verint Engagement Management November 2015 Table of Contents Introduction... 2 Verint Engagement Management Advantages...

More information

What s New in BMC FootPrints Service Core version 12

What s New in BMC FootPrints Service Core version 12 WHAT S NEW What s New in BMC FootPrints Service Core version 12 Key Benefits Highlights impacting your experience include:» User Interface» Personalization» Visualization BMC FootPrints 12.0 has arrived.

More information

Vertical Edge Consulting Group

Vertical Edge Consulting Group Vertical Edge Consulting Group 3 Reasons Why Oracle BI Cloud Service is YOUR Best of Breed Cloud BI Platform February 10, 2017 SUBMIT YOUR QUESTIONS TO THE PRESENTER Tom Eastlake, Vertical Edge Practice

More information

Content and Experience Cloud for JD Edwards

Content and Experience Cloud for JD Edwards Content and Experience Cloud for JD Edwards Mark Paterson, Director, Content and Experience Cloud Product Management Keith Sholes, Senior Director, JD Edwards Product Management Safe Harbor Statement The

More information

Everything you want to know about. Sage Accpac Intelligence. Version

Everything you want to know about. Sage Accpac Intelligence. Version Everything you want to know about Sage Accpac Intelligence Version 2.1 2009-10-19 What is Sage Accpac Intelligence? Sage Accpac Intelligence or SAI is an exciting new product within the Sage Accpac Extended

More information

TrueView Comes to AdWords. August 2017

TrueView Comes to AdWords. August 2017 TrueView Comes to AdWords August 2017 Section 1: Creating your TrueView campaign in AdWords TrueView is now fully integrated into the core AdWords interface! As we welcome TrueView into AdWords, we re

More information

SAP BusinessObjects XI 4.0 What s Coming? Dec. 9, SAP Run Better

SAP BusinessObjects XI 4.0 What s Coming? Dec. 9, SAP Run Better SAP BusinessObjects XI 4.0 What s Coming? Dec. 9, 2010 SAP Run Better XI 4 Main Features Harmonized user experience across the suite Interoperability Advanced analytical insight (Advanced Analysis) Brand

More information

Business Intelligence Analyst

Business Intelligence Analyst IBM Skills Academy Business Intelligence Analyst (Classroom) Career path description The Business Intelligence Analyst career path prepares students to understand report building techniques using relational

More information

SAS Human Capital Management 5.1. Administrator s Guide

SAS Human Capital Management 5.1. Administrator s Guide SAS Human Capital Management 5.1 Administrator s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS Human Capital Management 5.1: Administrator s Guide.

More information

April Microsoft Corp. All rights reserved

April Microsoft Corp. All rights reserved Select the right tools for today and tomorrow. Microsoft Project 2010 offers flexibility and choice by providing tailored work management solutions for individuals, teams and the enterprise. April 2010

More information

Oracle Hyperion Planning for Interactive Users ( )

Oracle Hyperion Planning for Interactive Users ( ) Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 40291196 Oracle Hyperion Planning 11.1.2 for Interactive Users (11.1.2.3) Duration: 3 Days What you will learn This course will teach you

More information

BI360 for Salesforce.com. Enabling World-class Reporting for Salesforce Customers. A Solver White Paper. Document Version 4.0

BI360 for Salesforce.com. Enabling World-class Reporting for Salesforce Customers. A Solver White Paper. Document Version 4.0 BI360 for Salesforce.com Enabling World-class Reporting for Salesforce Customers A Solver White Paper Document Version 4.0 Table of Contents Introduction... 2 Advantages of BI360 Reporting for Salesforce...

More information

Oracle Policy Automation A Modern Enterprise Policy Automation Solution

Oracle Policy Automation A Modern Enterprise Policy Automation Solution Oracle Policy Automation A Modern Enterprise Policy Automation Solution Features and Benefits August 2016 Program Agenda 1 2 3 Overview of Oracle Policy Automation New features in August 2016 release For

More information

Your Financial Reporting problems solved by Oracle fusion!

Your Financial Reporting problems solved by Oracle fusion! Your Financial Reporting problems solved by Oracle fusion! In today s day and age with the multitude of information available, organizations depend largely on how strategically they use its financial information

More information

Adobe Experience Manager Forms

Adobe Experience Manager Forms Adobe Experience Manager Forms Capability Spotlight Adobe Experience Manager Forms Transform complex form and document transactions into simple, engaging digital experiences anytime, anywhere, on any device.

More information

Trusted Experts in Analytics. Business Analytics Training Catalog

Trusted Experts in Analytics. Business Analytics Training Catalog Trusted Experts in Analytics Business Analytics Training Catalog Why use QueBIT for training? QueBIT aims to make it easy to help you find the right information. Our mission is to empower you with the

More information

enterp rise DO Performance Enhancement Microsoft SharePoint 2010 End User Guide: Business Taking the basics to the business with

enterp rise DO Performance Enhancement Microsoft SharePoint 2010 End User Guide: Business Taking the basics to the business with Microsoft SharePoint 2010 End User Guide: Business Performance Enhancement Taking the basics to the business with no-coding solutions for SharePoint 2010 A from-the-trenches tutorial filled with hints,

More information

SAP Jam Collaboration, enterprise edition

SAP Jam Collaboration, enterprise edition March 2018 SAP Jam Collaboration, enterprise edition Cloud Service Specification Sheet SAP Jam Collaboration delivers collaboration where you work, connecting customers, partners, and colleagues with information,

More information

MiCloud Engage Contact Center

MiCloud Engage Contact Center MiCloud Engage Contact Center Deliver exceptional customer experiences Key Features Instant Provisioning Advanced Flow Designer Intelligent Multi-Channel Routing Real-Time & Historical Reporting Custom

More information

IBM Workplace Simply A Better Way

IBM Workplace Simply A Better Way IBM Workplace Simply A Better Way On Demand Insurance Business Problems 1. We lose customers because we process new policy applications too slowly. 2. Our claims processing is time-consuming and inefficient.

More information

Oracle Cloud Applications Common Technologies and User Experience

Oracle Cloud Applications Common Technologies and User Experience Oracle Cloud Applications Common Technologies and User Experience Release 11 Release Content Document December 2015 Revised: July 2016 TABLE OF CONTENTS REVISION HISTORY... 3 COMMON TECHNOLOGIES... 4 USER

More information

Flying Above the Clouds with Oracle Analytics Cloud

Flying Above the Clouds with Oracle Analytics Cloud Flying Above the Clouds with Oracle Analytics Cloud Essbase you know and love, only better Session ID: 10390 Prepared by: Peter Beddoe Director, EPM Analytics Grant Thornton @GrantThornton 04/24/2018 Remember

More information

SAP SuccessFactors Foundation

SAP SuccessFactors Foundation SAP SuccessFactors Foundation Technical and Functional Specifications CUSTOMER TABLE OF CONTENTS KEY FEATURES AND FUNCTIONALITIES... 3 INTELLIGENT SERVICES... 4 Activities... 4 Administration... 4 INTEGRATION

More information

Deltek Costpoint Enterprise Reporting 7.2. Release Notes

Deltek Costpoint Enterprise Reporting 7.2. Release Notes Deltek Costpoint Enterprise Reporting 7.2 Release Notes December 7, 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information

Fast Start Business Analytics with Power BI

Fast Start Business Analytics with Power BI Fast Start Business Analytics with Power BI Accelerate Through classroom, challenging, training and a quick proof of concept, learn about Power BI and how it can help speed up your decision making and

More information

IBM Solutions ecapital University 2017 Training Course Catalog

IBM Solutions ecapital University 2017 Training Course Catalog IBM Solutions ecapital University 2017 Training Course Catalog 1/23/2017 2017 ecapital Advisors, LLC. Training with ecapital ecapital s Training Philosophy Effective training is a critical part of any

More information

BI: For Users, By Users. Making Sense of Data Terry Rogers

BI: For Users, By Users. Making Sense of Data Terry Rogers BI: For Users, By Users Making Sense of Data Terry Rogers Agenda Data World Problems BI Challenges Analytics Journey About SplashBI Dashboards Reports Key Differentiators SplashBI Demonstration Ease of

More information

SAP BusinessObjects Business Intelligence

SAP BusinessObjects Business Intelligence SAP BusinessObjects Business Intelligence Increase Business Agility with the Right Information, When & Where it is Needed Disruptive innovation has resulted in a revolutionary shift in the way enterprises

More information

MicroStrategy CTO newsletter

MicroStrategy CTO newsletter Dear MicroStrategy Customer, At MicroStrategy, we take our responsibility to you very seriously. Every morning my leadership team meets with me to review the state of our products and customers. We discuss

More information

Table of Contents. Oracle Data Visualization Sales VP DV Content Pack User Guide. 1. Oracle DV Content Packs for Oracle Sales Cloud Overview...

Table of Contents. Oracle Data Visualization Sales VP DV Content Pack User Guide. 1. Oracle DV Content Packs for Oracle Sales Cloud Overview... Table of Contents 1. Oracle DV Content Packs for Oracle Sales Cloud Overview... 2 2. Introducing Sales VP Content Pack... 2 3. What s in each Data Visualization content pack?... 3 4. Sample Demo (Excel

More information

<Insert Picture Here> Using Oracle's BI Publisher for your JD Edwards EnterpriseOne reporting

<Insert Picture Here> Using Oracle's BI Publisher for your JD Edwards EnterpriseOne reporting Using Oracle's BI Publisher for your JD Edwards EnterpriseOne reporting Jeff Erickson Senior Principal Product Manager The preceding is intended to outline our general product direction.

More information

Selecting the Right SAP BusinessObjects BI Client Product Based on Your Business Requirements for SAP BW Customers

Selecting the Right SAP BusinessObjects BI Client Product Based on Your Business Requirements for SAP BW Customers Product Based on Your Business Requirements for SAP BW Customers Ingo Hilgefort Director Solution Management Disclaimer This presentation outlines our general product direction and should not be relied

More information

SAP Visual Intelligence Executive Summary

SAP Visual Intelligence Executive Summary SAP Visual Intelligence Executive Summary Safe Harbor Statement The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This

More information

Oracle Hyperion Planning : Create & Manage Applications

Oracle Hyperion Planning : Create & Manage Applications Oracle University Contact Us: 0845 777 7711 Oracle Hyperion Planning 11.1.1: Create & Manage Applications Duration: 0 Days What you will learn This course is designed to teach you how to create and administer

More information

POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE. Khilitchandra Prajapati

POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE. Khilitchandra Prajapati POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE Khilitchandra Prajapati www.bigator.com COMMON BI CHALLENGES Lots of data to analyze Getting complete picture is very difficult Many types of data Structured,

More information

Analytics for All Data

Analytics for All Data Analytics for All Data How Oracle Analytics Helps Agencies Improve Their Effectiveness FORCES 2017 Jim Penn Sr Manager, Public Sector Oracle Analytics & Big Data Agenda Oracle s Analytics Platform Overview

More information

IBM Business Automation Workflow

IBM Business Automation Workflow IBM Automation 2018 @jeffgoodhue IBM Business Automation Workflow Automating Work Jeff Goodhue Worldwide Digital Technical Specialist @jeffgoodhue jgoodhue@us.ibm.com Agenda Drivers for Business and Workflow

More information

Cisco Unified Intelligence Suite 7.5

Cisco Unified Intelligence Suite 7.5 Cisco Unified Intelligence Suite 7.5 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration every time from any

More information

HYPERION SYSTEM 9 PLANNING

HYPERION SYSTEM 9 PLANNING HYPERION SYSTEM 9 PLANNING RELEASE 4.1, 4.1.1, AND 9.2 NEW FEATURES This document describes the new features included in Hyperion System 9 Planning Release 4.1, 4.1.1, and 9.2. This release expands functionality

More information

ORACLE KNOWLEDGE 8.5 RELEASE - PRODUCT SUMMARY OVERVIEW

ORACLE KNOWLEDGE 8.5 RELEASE - PRODUCT SUMMARY OVERVIEW ORACLE KNOWLEDGE 8.5 RELEASE - PRODUCT SUMMARY OVERVIEW Every interaction is a relationship opportunity to grow your business CREATE RELATIONSHIP OPPORTUNITIES TO GROW YOUR BUSINESS KEY FEATURES Faster,

More information

Introduction to Cognos Analytics and Report Navigation Training. IBM Cognos Analytics 11

Introduction to Cognos Analytics and Report Navigation Training. IBM Cognos Analytics 11 Introduction to Cognos Analytics and Report Navigation Training IBM Cognos Analytics 11 Applicable for former IBM Cognos 10 report users who access CBMS Cognos to run and view reports March 2018 This training

More information

Fusion Accounting Hub Reporting Cloud. Florida OAUG SunCollaborate 2015

Fusion Accounting Hub Reporting Cloud. Florida OAUG SunCollaborate 2015 Fusion Accounting Hub Reporting Cloud Florida OAUG SunCollaborate 2015 Anil Patil www.oracle.anilrpatil.com Agenda Why: Why do you need the FAH Reporting Cloud Service? What Challenges does it address?

More information

Sage ERP MAS. Everything you want to know about Sage ERP MAS Intelligence. What is Sage ERP MAS Intelligence? benefits

Sage ERP MAS. Everything you want to know about Sage ERP MAS Intelligence. What is Sage ERP MAS Intelligence? benefits Sage ERP MAS Everything you want to know about Sage ERP MAS Intelligence What is Sage ERP MAS Intelligence? Sage ERP MAS Intelligence (or Intelligence) empowers managers to quickly and easily obtain operations

More information

Introduction. Netwoven, Inc. 1

Introduction. Netwoven, Inc. 1 Introduction According to Gartner Group, Business Intelligence is still an area where considerable investment is being made by companies to maximize their investments and get the most return. Microsoft

More information

deister software Company Overview

deister software Company Overview deister software Corporate Philosophy We are committed to be a partner-of-choice in providing customized high-end cloud based ERP and «smart» mobile software solutions for the industry. Following its corporate

More information

The Journey to Cognos Analytics. Paul Rivera, Eric Smith IBM Analytics Lab Services

The Journey to Cognos Analytics. Paul Rivera, Eric Smith IBM Analytics Lab Services The Journey to Cognos Analytics Paul Rivera, Eric Smith IBM Analytics Lab Services Agenda What s Changed What Cognos Analytics Requires Lifecycle of a Typical Migration Upgrade to Cloud What about How

More information

BI Publisher and APEX The Next Dimension of Oracle Reports

BI Publisher and APEX The Next Dimension of Oracle Reports ??!! BI Publisher and APEX The Next Dimension of Oracle Reports Madi Serban September 20, 2018 DOAG Big Data Days Dresden Who We Are & What We Do Madi Serban Co-Founder, CogniByte Florin Serban Co-Founder,

More information

SAP BI Analytics Roadmap. Tony Alvarez Platform and Analytics

SAP BI Analytics Roadmap. Tony Alvarez Platform and Analytics SAP BI Analytics Roadmap Tony Alvarez Platform and Analytics AGENDA 1 SAP BI Analytics Dashboards and Visualization 2 Demo Vignettes 3 Q/A 2011 SAP AG. All rights reserved. 2 Organizational & Competitive

More information

Hyperion Financial Management Course Details

Hyperion Financial Management Course Details Hyperion Financial Management Course Details By Besant Technologies Course Name Category Venue Hyperion Financial Management Oracle Fusion Middleware Besant Technologies No.24, Nagendra Nagar, Velachery

More information

Data Ingestion in. Adobe Experience Platform

Data Ingestion in. Adobe Experience Platform Contents The challenges with data Adobe Experience Platform Data Ingestion in Adobe Experience Platform Data Ingestion Service Data Lake Conclusion Adobe Experience Platform helps customers to centralize

More information

Oracle Talent Management Cloud. What s New in Release 9

Oracle Talent Management Cloud. What s New in Release 9 Oracle Talent Management Cloud What s New in Release 9 30 April 2015 TABLE OF CONTENTS REVISION HISTORY... 4 OVERVIEW... 5 Give Us Feedback... 5 RELEASE FEATURE SUMMARY... 6 HCM COMMON FEATURES... 8 HCM

More information

Oracle Hyperion Planning : Create & Manage Applications ( )

Oracle Hyperion Planning : Create & Manage Applications ( ) Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Hyperion Planning 11.1.2: Create & Manage Applications (11.1.2.4) Duration: 5 Days What you will learn This Hyperion Planning

More information

Index. Sarah Critchley 2018 S. Critchley, Dynamics 365 CE Essentials,

Index. Sarah Critchley 2018 S. Critchley, Dynamics 365 CE Essentials, A Accounts and contacts activities activities tab, 37 advantage of, 32 business, 29 capabilities, 35 case resolution form, 33 configuration, 36 definition, 28 feature, 29 filter, 38 form component, 34

More information

Oracle Service Cloud. August 2017 Release. New Feature Summary

Oracle Service Cloud. August 2017 Release. New Feature Summary Oracle Service Cloud August 2017 Release New Feature Summary TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE SERVICE CLOUD AUGUST RELEASE OVERVIEW... 4 WEB CUSTOMER SERVICE... 4 Community Self-Service Enhancements...

More information