Business Intelligence: MAKING DATA AGILE USING INTEGRATED TOOLS TO VISUALIZE ZEMA DATA

Size: px
Start display at page:

Download "Business Intelligence: MAKING DATA AGILE USING INTEGRATED TOOLS TO VISUALIZE ZEMA DATA"

Transcription

1 Business Intelligence: MAKING DATA AGILE USING INTEGRATED TOOLS TO VISUALIZE ZEMA DATA ARTICLE NOVEMBER 2017

2 ZEMA gives insight into the business intelligence information businesses need, anywhere, and at any time, to drive smarter business decisions. ZEMA, Data Analytics and Visual Analytics Data analytics is the science of analyzing data from across an enterprise, mining it for insight, and presenting it in a way that allows for better business decisions. ZEMA goes a step further by showing this data visually and adding context. Stakeholders can immediately understand trends, thresholds, current status, and many other other areas, transforming numbers and metrics into true business intelligence. Great visualization and powerful data analysis work together to let businesses get the comprehensive, deep insight they need to understand exactly how things are performing. Starting With the Data Just as the starting point for a great piece of art is the canvas, easel, and pigments, so the foundation of great business intelligence is the data, repositories, and business processes. ZEMA brings together these areas in perfect harmony, drilling into the details and presenting contextual information in an easy to understand way. The ZEMA platform integrates perfectly with existing databases, Business Intelligence Article 2017

3 repositories, querying systems, enterprise software, and more to gather, consolidate, and cleanse every piece of data. It then rationalizes this data into usable information, sorts it according to user needs, and presents it visually, creating dashboards that demand action. 3 ZEMA is designed to mine any source of information, in any format, from any location. ZEMA is platform agnostic it can work with the most modern cloud infrastructure, traditional data centers, bespoke applications, or legacy systems. Customizing Data Visualization ZEMA has a number of powerful data visualization and dashboard tools built into its industry-leading features set. Sometimes though, stakeholders may want to use their own tools to visualize the data and information ZEMA collects. In those cases, ZEMA is pleased to offer several options for analyzing and sharing data with other applications. ZEMA provides this through six main integrations: 1. ZEMA R (Inline R) 2. ZEMA Tableau Connector 3. ZEMA Spotfire Connector 4. ZEMA OData Services 5. ZEMA Data Direct Excel Add-in (DDX) 6. ZEMA MATLAB API The rest of this white paper will focus on the first four integrations.

4 4 Integrating Data through ZEMA R (ZEMA Inline R) ZEMA s built-in R integration allows users to analyze and present data using the powerful mathematical software environment, R. R is designed for easy querying, analysis, and presentation of datasets, focusing on statistical computing and graphics. Another advantage of R is the huge number of free modules and packages available for advanced statistical analysis and modelling. These additions substantially extend its functionality and give great insight into the data ZEMA collects. ZEMA supports R through a ZEMA formula. Any R command can easily be executed in ZEMA s market analyzer using this functionality. Depending on the use case, users can either convert R_PROC commands into a customized function, or use the commands as individual Market Analyzer Formula series and queries. Using R through Packaged Functions One advantage of packaged functions is that a user can use the same R functionality across multiple locations, use cases, and environments. It can also be added to a common profile and shared with other users. R functions can even be prepackaged and added to an R server for wider distribution and usage. R is designed for easy querying, analysis, and presentation of datasets, focusing on statistical computing and graphics. Business Intelligence Article 2017

5 Using R through an Inline Formula If a user just wants to use R for their own work, in a limited capacity or use cases, the inline formula function is a simple way to achieve this. They can get the same functionality as packaged functions, but without the need to create and upload an R package to the server. The inline formula function allows any user to run R queries, analysis, and formulas on the fly, similar to how a developer would write and execute program code line by line. Inline formulas can also be written into a package and uploaded for others to use. 5 In the diagram on left, the function holt_winters(zema_data, date, levels, periods) is created and uploaded as part of a package in R. The function is shown below. holt_winters<-function(zema_data, date, levels, period){ # gets number of available contacts in zema data no_of_contracts<- length(zema_data[1:match(nan,zema_data)-1]) data<-zema_data[1:no_of_contracts] # trims zema_data to available contracts mth <- as.numeric(format(date, %m )) # gets first contract month yr <- as.numeric(format(date, %Y )) # gets first contract year natgasfc <- ts(data, start=c(yr, mth), frequency=12) # builds forward curve time series matcols<- 2*length(levels)+1 # no of resulting matrix columns hwforecast<-holtwinters(natgasfc) # holtwinter forecast result<-forecast.holtwinters(hwforecast, h=period, level=levels) # forecasting result datamat<-matrix(rep(data,matcols),ncol=matcols) # zema data spread as prefix to forecast data fcmat<-matrix(c(result$lower, as.numeric(result$mean), result$upper), ncol= matcols) # forecast matrix matrix(as.numeric(rbind(datamat, fcmat)),ncol=matcols)# final result with new mat & finalmat }

6 6 Integrating Data through ZEMA Tableau Connector Tableau is one of the most powerful data visualization engines available. It can produce truly impressive data visualizations when it is fed with high-quality data. ZEMA s built in Tableau Connector uses the Tableau Web Data Connector API to connect Tableau with ZEMA SOAP web services. Tableau can then access, query, and manipulate ZEMA data and display it through its presentation functionality The ZEMA Tableau Connector provides users with an intuitive interface for retrieving and managing multiple data types and sets in a single form. These data forms include raw data, analytics, data sheets, and curves. Once these data forms are retrieved, they can be joined together to create impressive dashboards and reports. All data forms and information are retrieved without compromising data quality or authentication, making it easy to query and report on qualified information. A user can retrieve multiple ZEMA data forms with a single connection and use built-in Tableau data management to effortlessly join, query, and display information in any way they see fit. Figure 2: Gas Prices and City Temperatures mapped in a GIS chart in Tableau Business Intelligence Article 2017

7 Figure 1: ZEMA Tableau Connector Architecture 7 Integrating Data through ZEMA Spotfire Connector TIBCO Spotfire is another powerful visual analytics engine. It s a great business intelligence product and uses high-quality data to display information in an easily accessible, digestible way. The ZEMA Spotfire Connector works similarly to the Tableau Connector to collect, manage, analyze, and display data through Spotfire. Although the Spotfire Connector allows only a single data entity at a time, a ZEMA user can use multiple entities by using the Add Data Tables functionality in the Spotfire desktop application. Users can also extract multiple curves through a curve search function and property filtering similar to ZEMA s Data Direct Excel Add-In.

8 8 Figure 3: Gas Prices and City Temperatures mapped in a GIS chart in TIBCO Spotfire Integrating Data through ZEMA OData API Alongside R, Tableau, and Spotfire, there are many other dashboard, reporting, analysis, and presentation applications. However, when dedicated connectors for these applications do not exist, ZEMA has the solution. ZEMA provides all key data to other applications via its Open Data Protocol, or OData API. OData is an open standard for exchanging data Business Intelligence Article 2017

9 between applications involved in collecting, analyzing, querying, producing, manipulating, consuming, analyzing, or displaying information. ZEMA divides the types of applications into OData Producers and OData Consumers. OData Producers will provide data in an OData specification-compliant format to allow for integration with the API. OData Consumers can then access and use that information in their applications via the API. More information on OData requirements and specifications can be found at odata.org. 9 The ZEMA OData API can be used by an OData consuming application to retrieve ZEMA data including profiles, reports, curves, data sheets, analysis, and much more. Details of what can be retrieved will depend on the retrieving application and hot it integrates with the OData API. Figure 2: Gas Prices and City Temperatures mapped in a GIS chart in Tableau Differences between the Dedicated Connectors and OData API There are some distinctions between dedicated connectors like Spotfire or Tableau and the OData API. Dedicated connectors are

10 10 simpler and easier to use because they have already been designed with the relevant apps in mind. Despite this, OData still provides a useful way for applications to access ZEMA data that is much easier than manually importing and exporting information. Business Intelligence Article 2017

11 Conclusion 11 ZE PowerGroup and ZEMA are working hard to democratize the process for sharing and taking advantage of data, information, and business intelligence. This means giving the best user experience to our customers and providing multiple ways to access, query, analyze, display, and act on crucial business data. The world of data analytics never stands still, and ZEMA will continue to explore new ways to integrate their platform with the needs of consumers. In the meantime, the combination of Inline R, Tableau Connector, Spotfire Connector, OData Services, the Data Direct Excel Add-in (DDX) and the MATLAB API provides plenty of options for customers to make the most of their valuable data. For more information on how ZEMA can empower your business and help you to make smarter decisions, please get in touch.

12 12 The Global Leader in Enterprise Data Management Vancouver Calgary Toronto Houston Raleigh London Singapore No. Two Road, Richmond, BC V7C 4R9 Canada Toll Free: Business Intelligence Article 2017

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, December 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. Trademark Information The following are either trademarks or

More information

Spotfire and Tableau Positioning. Summary

Spotfire and Tableau Positioning. Summary Licensed for distribution Summary So how do the products compare? In a nutshell Spotfire is the more sophisticated and better performing visual analytics platform, and this would be true of comparisons

More information

Spotfire: Brisbane Breakfast & Learn. Thursday, 9 November 2017

Spotfire: Brisbane Breakfast & Learn. Thursday, 9 November 2017 Spotfire: Brisbane Breakfast & Learn Thursday, 9 November 2017 CONFIDENTIALITY The following information is confidential information of TIBCO Software Inc. Use, duplication, transmission, or republication

More information

VAT/GST Analytics by Deloitte User Guide August 2017

VAT/GST Analytics by Deloitte User Guide August 2017 VAT/GST Analytics by Deloitte User Guide August 2017 Contents What is VAT/GST Analytics? What is Qlik Sense? The Associative Model How to access Qlik Sense? Navigate through Qlik Sense A quick overview

More information

50+ INSTALLATIONS WORLDWIDE. 500k WHAT WE DO {

50+ INSTALLATIONS WORLDWIDE. 500k WHAT WE DO { ALTIAR INTRODUCTION WHAT WE DO { Altiar is an easy-to-use mobile and web-based knowledge management platform. An efficient and powerful way to collate and distribute content, it allows users to locate

More information

Deploying, Managing and Reusing R Models in an Enterprise Environment

Deploying, Managing and Reusing R Models in an Enterprise Environment Deploying, Managing and Reusing R Models in an Enterprise Environment Making Data Science Accessible to a Wider Audience Lou Bajuk-Yorgan, Sr. Director, Product Management Streaming and Advanced Analytics

More information

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore Tableau in Business Intelligence Duration: 6 Days Tableau Desktop Tableau Introduction Tableau Introduction. Overview of Tableau workbook, worksheets. Dimension & Measures Discrete and Continuous Install

More information

Logi Info v12.5 WHAT S NEW

Logi Info v12.5 WHAT S NEW Logi Info v12.5 WHAT S NEW Introduction Logi empowers companies to embed analytics into the fabric of their organizations and products enabling anyone to analyze data, share insights, and make informed

More information

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

Qlik Sense Desktop. Data, Discovery, Collaboration in minutes. Qlik Sense Desktop. Qlik Associative Model. Get Started for Free

Qlik Sense Desktop. Data, Discovery, Collaboration in minutes. Qlik Sense Desktop. Qlik Associative Model. Get Started for Free Qlik Sense Desktop Data, Discovery, Collaboration in minutes With Qlik Sense Desktop making business decisions becomes faster, easier, and more collaborative than ever. Qlik Sense Desktop puts rapid analytics

More information

Datameer for Data Preparation:

Datameer for Data Preparation: Datameer for Data Preparation: Explore, Profile, Blend, Cleanse, Enrich, Share, Operationalize DATAMEER FOR DATA PREPARATION: EXPLORE, PROFILE, BLEND, CLEANSE, ENRICH, SHARE, OPERATIONALIZE Datameer Datameer

More information

How to integrate data into Tableau

How to integrate data into Tableau 1 How to integrate data into Tableau a comparison of 3 approaches: ETL, Tableau self-service and WHITE PAPER WHITE PAPER 2 data How to integrate data into Tableau a comparison of 3 es: ETL, Tableau self-service

More information

Business Analytics Nanodegree Syllabus

Business Analytics Nanodegree Syllabus Business Analytics Nanodegree Syllabus Master data fundamentals applicable to any industry Before You Start There are no prerequisites for this program, aside from basic computer skills. You should be

More information

Guide Users along Information Pathways and Surf through the Data

Guide Users along Information Pathways and Surf through the Data Guide Users along Information Pathways and Surf through the Data Stephen Overton, Overton Technologies, LLC, Raleigh, NC ABSTRACT Business information can be consumed many ways using the SAS Enterprise

More information

Data Management Glossary

Data Management Glossary Data Management Glossary A Access path: The route through a system by which data is found, accessed and retrieved Agile methodology: An approach to software development which takes incremental, iterative

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, June 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. If you have not executed a written or electronic agreement with

More information

Qlik Analytics Platform

Qlik Analytics Platform Technical Brief Qlik Analytics Platform Building Engaging Visual Analytics October, 2015 qlik.com Table of Contents Introduction 3 Introducing Qlik Analytics Platform 3 Integration Capabilities 4 Architecture

More information

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES ABOUT THIS COURSE In this course, students will learn how to design and develop services that access local and remote data from various data sources. Students will also learn how to develop and deploy

More information

Query-Time JOIN for Active Intelligence Engine (AIE)

Query-Time JOIN for Active Intelligence Engine (AIE) Query-Time JOIN for Active Intelligence Engine (AIE) Ad hoc JOINing of Structured Data and Unstructured Content: An Attivio-Patented Breakthrough in Information- Centered Business Agility An Attivio Technology

More information

Developing Windows Azure and Web Services

Developing Windows Azure and Web Services Developing Windows Azure and Web Services Course 20487B; 5 days, Instructor-led Course Description In this course, students will learn how to design and develop services that access local and remote data

More information

CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT

CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT Website Development WHAT IS WEBSITE DEVELOPMENT? This is the development of a website for the Internet (World Wide Web) Website development can range from developing

More information

XML Documentation for Adobe Experience Manager

XML Documentation for Adobe Experience Manager XML Documentation for Adobe Experience Manager Solution brief XML Documentation for Adobe Experience Manager An enterprise-class CCMS to manage documentation from creation to delivery It s a component

More information

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E Powering Knowledge Discovery Insights from big data with Linguamatics I2E Gain actionable insights from unstructured data The world now generates an overwhelming amount of data, most of it written in natural

More information

TIBCO Spotfire Statement of Direction. Spotfire Product Management

TIBCO Spotfire Statement of Direction. Spotfire Product Management TIBCO Spotfire Statement of Direction Spotfire Product Management CONFIDENTIALITY The following information is confidential information of TIBCO Software Inc. Use, duplication, transmission, or republication

More information

EnterpriseLink Benefits

EnterpriseLink Benefits EnterpriseLink Benefits GGY a Moody s Analytics Company 5001 Yonge Street Suite 1300 Toronto, ON M2N 6P6 Phone: 416-250-6777 Toll free: 1-877-GGY-AXIS Fax: 416-250-6776 Email: axis@ggy.com Web: www.ggy.com

More information

THE API DEVELOPER EXPERIENCE ENABLING RAPID INTEGRATION

THE API DEVELOPER EXPERIENCE ENABLING RAPID INTEGRATION THE API DEVELOPER EXPERIENCE ENABLING RAPID INTEGRATION Ramchandar Loganathan IBS Solution Architect Banks require application programming interface (API) capabilities to realize the significant benefits

More information

TIBCO Spotfire Analytics Investments

TIBCO Spotfire Analytics Investments TIBCO Spotfire Analytics Investments Smart Visual Analytics Be first to insight and first to action Analytics Apps at Scale Build and broadcast smart analytics Inline Data Wrangling Immerse yourself in

More information

PI Vision Mike Sloves Group Leader, Software Engineering. Dan Lopez Senior Systems Engineer. 1 November 2017 REGIONAL SEMINARS 2017

PI Vision Mike Sloves Group Leader, Software Engineering. Dan Lopez Senior Systems Engineer. 1 November 2017 REGIONAL SEMINARS 2017 PI Vision 2017 Mike Sloves Group Leader, Software Engineering Dan Lopez Senior Systems Engineer 1 November 2017 Our Commitment to YOUR Needs You told us Where When How Control center, Desktop, Mobile Real-time:

More information

Introduction. Tableau Features. Data Visualization. Why is Data Visualisation important? The Tableau Data Engine

Introduction. Tableau Features. Data Visualization. Why is Data Visualisation important? The Tableau Data Engine TABLEAU DATA VISUALIZATION 1 Introduction Tableau is a Business Intelligence tool for visually analyzing the data. Users can create and distribute an interactive and shareable dashboard, which depict the

More information

MicroStrategy Analytics Desktop

MicroStrategy Analytics Desktop MicroStrategy Analytics Desktop Quick Start Guide MicroStrategy Analytics Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT.

More information

A detailed comparison of EasyMorph vs Tableau Prep

A detailed comparison of EasyMorph vs Tableau Prep A detailed comparison of vs We at keep getting asked by our customers and partners: How is positioned versus?. Well, you asked, we answer! Short answer and are similar, but there are two important differences.

More information

Combine Native SQL Flexibility with SAP HANA Platform Performance and Tools

Combine Native SQL Flexibility with SAP HANA Platform Performance and Tools SAP Technical Brief Data Warehousing SAP HANA Data Warehousing Combine Native SQL Flexibility with SAP HANA Platform Performance and Tools A data warehouse for the modern age Data warehouses have been

More information

Microsoft Developing Windows Azure and Web Services

Microsoft Developing Windows Azure and Web Services 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20487 - Developing Windows Azure and Web Services Length 5 days Price $4510.00 (inc GST) Version B Overview In this course, students will learn how to design

More information

Low Friction Data Warehousing WITH PERSPECTIVE ILM DATA GOVERNOR

Low Friction Data Warehousing WITH PERSPECTIVE ILM DATA GOVERNOR Low Friction Data Warehousing WITH PERSPECTIVE ILM DATA GOVERNOR Table of Contents Foreword... 2 New Era of Rapid Data Warehousing... 3 Eliminating Slow Reporting and Analytics Pains... 3 Applying 20 Years

More information

ilight Series Lighting Systems Lighting controls for a connected world

ilight Series Lighting Systems Lighting controls for a connected world ilight Series Lighting Systems Lighting controls for a connected world You can get more out of your lighting system than you might think...much more Everyone needs lighting, and its all around us, so what

More information

DOWNLOAD OR READ : OFFICE 365 SECURITY AND TRUST STANDARD REQUIREMENTS PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : OFFICE 365 SECURITY AND TRUST STANDARD REQUIREMENTS PDF EBOOK EPUB MOBI DOWNLOAD OR READ : OFFICE 365 SECURITY AND TRUST STANDARD REQUIREMENTS PDF EBOOK EPUB MOBI Page 1 Page 2 office 365 security and trust standard requirements office 365 security and pdf office 365 security

More information

2. How Metric Insights gets data from Tableau Server

2. How Metric Insights gets data from Tableau Server 1. Publishing dashboards and worksheets In Tableau Desktop you have a workbook that is composed of dashboards and worksheets. A dashboard is like a canvas where you drop in one or more worksheets. You

More information

M365 Powered Device Proof of Concept Overview

M365 Powered Device Proof of Concept Overview M365 Powered Device Proof of Concept Overview Describe how modern desktop will support your business Explore the latest devices Learn about privacy and diagnostic data Challenges Modern Desktop Devices

More information

Introduction to Big-Data

Introduction to Big-Data Introduction to Big-Data Ms.N.D.Sonwane 1, Mr.S.P.Taley 2 1 Assistant Professor, Computer Science & Engineering, DBACER, Maharashtra, India 2 Assistant Professor, Information Technology, DBACER, Maharashtra,

More information

Introduction to SharePoint 2016

Introduction to SharePoint 2016 Table of Contents Introduction to SharePoint 2016...2 SharePoint 2016 New Features...5 Features Deprecated in SharePoint 2016... 14 Differences between SharePoint 2013 and SharePoint 2016... 17 Introduction

More information

The Power of Connection

The Power of Connection The Power of Connection Presented by Mana Afshari, Systems Engineer mafshari@osisoft.com Why is Connectivity Important? Context Need Solution More data sources available Advanced analyses require information

More information

MCC Lunch & Learn Series Series: One. Quick Tips & Shortcuts To Save You Time. Microsoft Excel 2016

MCC Lunch & Learn Series Series: One. Quick Tips & Shortcuts To Save You Time. Microsoft Excel 2016 MCC Lunch & Learn Series Series: One Quick Tips & Shortcuts To Save You Time Microsoft Excel 2016 What s New In Excel 2016 Tell Me Smart Lookup 6 New Chart Types Waterfall Charts 3D Maps Get and Transform

More information

IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts. Enn Õunapuu

IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts. Enn Õunapuu IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts Enn Õunapuu enn.ounapuu@ttu.ee Content Oveall approach Dimensional model Tabular model Overall approach Data modeling is a discipline that has been practiced

More information

Built for Speed: Comparing Panoply and Amazon Redshift Rendering Performance Utilizing Tableau Visualizations

Built for Speed: Comparing Panoply and Amazon Redshift Rendering Performance Utilizing Tableau Visualizations Built for Speed: Comparing Panoply and Amazon Redshift Rendering Performance Utilizing Tableau Visualizations Table of contents Faster Visualizations from Data Warehouses 3 The Plan 4 The Criteria 4 Learning

More information

Consolidating Enterprise Performance Analytics

Consolidating Enterprise Performance Analytics Consolidating Enterprise Performance Analytics A Foundation for Effective End-to-End Enterprise Monitoring Introduction With rapid globalization and round-the-clock application availability requirements,

More information

DASHBOARDS, WEBSITE, REPORTING & ELEARNING TRAINING

DASHBOARDS, WEBSITE, REPORTING & ELEARNING TRAINING www. @CCTRVA Richmond, Virginia 23233 A division of Commonwealth Personnel Consultants, Inc. DASHBOARDS, WEBSITE, REPORTING & ELEARNING TRAINING A business dashboard is a consolidated display of worksheets

More information

ASG WHITE PAPER DATA INTELLIGENCE. ASG s Enterprise Data Intelligence Solutions: Data Lineage Diving Deeper

ASG WHITE PAPER DATA INTELLIGENCE. ASG s Enterprise Data Intelligence Solutions: Data Lineage Diving Deeper THE NEED Knowing where data came from, how it moves through systems, and how it changes, is the most critical and most difficult task in any data management project. If that process known as tracing data

More information

VMware Workspace ONE Intelligence. VMware Workspace ONE

VMware Workspace ONE Intelligence. VMware Workspace ONE VMware Workspace ONE Intelligence VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

Introducing. Worldpay Total. Worldpay international omni-channel payment solution

Introducing. Worldpay Total. Worldpay international omni-channel payment solution Introducing Worldpay Total Worldpay international omni-channel payment solution All your channels, connected Whatever the sales channel, however your customers want to pay, Worldpay Total has it covered.

More information

Using Interactive Reports and Dashboards

Using Interactive Reports and Dashboards Using Interactive Reports and Dashboards Typical interactive features Use onscreen filters to modify a dashboard or report and choose whether to see all or only some of the data available. The screen will

More information

What s new in Excel 2013? Provided by Work Smart

What s new in Excel 2013? Provided by Work Smart What s new in Excel 2013? Provided by Work Smart Contents Topics in this guide include: Visualize Share Analyze Touch For more information The first thing you see when you open Excel 2013 is a brand new

More information

Chapter 6 VIDEO CASES

Chapter 6 VIDEO CASES Chapter 6 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:

More information

Eloqua Insight Intro Analyzer User Guide

Eloqua Insight Intro Analyzer User Guide Eloqua Insight Intro Analyzer User Guide Table of Contents About the Course Materials... 4 Introduction to Eloqua Insight for Analyzer Users... 13 Introduction to Eloqua Insight... 13 Eloqua Insight Home

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

Subscriber Data Correlation

Subscriber Data Correlation Subscriber Data Correlation Application of Cisco Stealthwatch to Service Provider mobility environment Introduction With the prevalence of smart mobile devices and the increase of application usage, Service

More information

2015 Entrinsik, Inc.

2015 Entrinsik, Inc. 2015 Entrinsik, Inc. Table of Contents Chapter 1: Creating a Dashboard... 3 Creating a New Dashboard... 4 Choosing a Data Provider... 5 Scheduling Background Refresh... 10 Chapter 2: Adding Graphs and

More information

How to choose the right approach to analytics and reporting

How to choose the right approach to analytics and reporting SOLUTION OVERVIEW How to choose the right approach to analytics and reporting A comprehensive comparison of the open source and commercial versions of the OpenText Analytics Suite In today s digital world,

More information

DO EVEN MORE WITH TABLEAU. At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products.

DO EVEN MORE WITH TABLEAU. At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products. DO EVEN MORE WITH TABLEAU At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products. WHAT WE DO WE PLAN, DESIGN AND BUILD SOLUTIONS WITH TABLEAU TECHNOLOGY.

More information

In-Memory Analytics with EXASOL and KNIME //

In-Memory Analytics with EXASOL and KNIME // Watch our predictions come true! In-Memory Analytics with EXASOL and KNIME // Dr. Marcus Dill Analytics 2020 The volume and complexity of data today and in the future poses great challenges for IT systems.

More information

Excel and Tableau. A Beautiful Partnership. Faye Satta, Senior Technical Writer Eriel Ross, Technical Writer

Excel and Tableau. A Beautiful Partnership. Faye Satta, Senior Technical Writer Eriel Ross, Technical Writer Excel and Tableau A Beautiful Partnership Faye Satta, Senior Technical Writer Eriel Ross, Technical Writer Microsoft Excel is used by millions of people to track and sort data, and to perform various financial,

More information

Transformation Through Innovation

Transformation Through Innovation Transformation Through Innovation A service provider strategy to prosper from digitization People will have 11.6 billion mobile-ready devices and connections by 2020. For service providers to thrive today

More information

Management Information Systems Review Questions. Chapter 6 Foundations of Business Intelligence: Databases and Information Management

Management Information Systems Review Questions. Chapter 6 Foundations of Business Intelligence: Databases and Information Management Management Information Systems Review Questions Chapter 6 Foundations of Business Intelligence: Databases and Information Management 1) The traditional file environment does not typically have a problem

More information

Sections in this manual

Sections in this manual 1 Sections in this manual Argus Analytics 2 The service 2 Benefits 2 Launching Argus Analytics 3 Search Interface breakdown 4 Add-in Navigation 5 Search: Free text & Facet 5 Search: Facet filter 6 Filters

More information

Integration Overview, Example Data Model & Reports for Oracle Business Intelligence Cloud Service

Integration Overview, Example Data Model & Reports for Oracle Business Intelligence Cloud Service Integration Overview, Example Data Model & Reports for Oracle Business Intelligence Cloud Service Oracle Field Service Cloud Product Management November 2016 Key Objectives Integration Overview Walkthrough

More information

Plymouth Rd, Suite 212, Plymouth Meeting, PA

Plymouth Rd, Suite 212, Plymouth Meeting, PA Picture yourself standing next to an empty tool box. If you are building a shed, you ll need to make sure that tool box contains a hammer, a saw, a level, and the host of other tools necessary to build

More information

Enhanced Threat Detection, Investigation, and Response

Enhanced Threat Detection, Investigation, and Response Enhanced Threat Detection, Investigation, and Response What s new in Cisco Stealthwatch Enterprise Release 6.10.2 Cisco Stealthwatch Enterprise is a comprehensive visibility and security analytics solution

More information

TABLEAU DATA VISUALIZATION

TABLEAU DATA VISUALIZATION TABLEAU DATA VISUALIZATION 1 TABLEAU Tableau is a Business Intelligence tool for visually analyzing the data. Users can create and distribute an interactive and shareable dashboard, which depict the TABLEAU

More information

TOP New Features of Oracle Business Intelligence 11g

TOP New Features of Oracle Business Intelligence 11g 10 TOP New Features of Oracle Business Intelligence 11g TABLE OF CONTENTS Feature 1 New Chart Choices Funnel Chart 2 Trellis Chart 3 Waterfall 4 Tile Diagram 5 Feature 2 Recommended Visualization 6 Feature

More information

Integrating MATLAB Analytics into Business-Critical Applications Marta Wilczkowiak Senior Applications Engineer MathWorks

Integrating MATLAB Analytics into Business-Critical Applications Marta Wilczkowiak Senior Applications Engineer MathWorks Integrating MATLAB Analytics into Business-Critical Applications Marta Wilczkowiak Senior Applications Engineer MathWorks 2015 The MathWorks, Inc. 1 Problem statement Democratization: Is it possible to

More information

PYRAMID Headline Features. April 2018 Release

PYRAMID Headline Features. April 2018 Release PYRAMID 2018.03 April 2018 Release The April release of Pyramid brings a big list of over 40 new features and functional upgrades, designed to make Pyramid s OS the leading solution for customers wishing

More information

VERSION EIGHT PRODUCT PROFILE. Be a better auditor. You have the knowledge. We have the tools.

VERSION EIGHT PRODUCT PROFILE. Be a better auditor. You have the knowledge. We have the tools. VERSION EIGHT PRODUCT PROFILE Be a better auditor. You have the knowledge. We have the tools. Improve your audit results and extend your capabilities with IDEA's powerful functionality. With IDEA, you

More information

Struggling to Integrate Selenium into Your Ice Age Test Management Tools?

Struggling to Integrate Selenium into Your Ice Age Test Management Tools? WWW.PLUTORA.COM SOLUTION BRIEF Struggling to Integrate Selenium into Your Ice Age Test Management Tools? You want Selenium. Your team wants Selenium. But your outdated testing tools don t work with it.

More information

Data Visualization 101: trends, skillset and tools

Data Visualization 101: trends, skillset and tools Partha Padmanabhan Solutions Architect, Cisco Data Visualization 101: trends, skillset and tools A good Data Visualization is something that provides capability of envisioning the Information and Visual

More information

Spotfire Advanced Data Services. Lunch & Learn Tuesday, 21 November 2017

Spotfire Advanced Data Services. Lunch & Learn Tuesday, 21 November 2017 Spotfire Advanced Data Services Lunch & Learn Tuesday, 21 November 2017 CONFIDENTIALITY The following information is confidential information of TIBCO Software Inc. Use, duplication, transmission, or republication

More information

Manage Multi-Cloud Environments with Appcara and SUSE

Manage Multi-Cloud Environments with Appcara and SUSE White Paper SUSE OpenStack Cloud SUSE Linux Enterprise Server Manage Multi-Cloud Environments with Appcara and SUSE White Paper Manage Multi-Cloud Environments with Appcara and SUSE A Comparison with Leading

More information

Data Analyst Nanodegree Syllabus

Data Analyst Nanodegree Syllabus Data Analyst Nanodegree Syllabus Discover Insights from Data with Python, R, SQL, and Tableau Before You Start Prerequisites : In order to succeed in this program, we recommend having experience working

More information

PI Vision Rajesh Gomatam Ph.D. Sr. Field Engineer REGIONAL SEMINARS Copyright 2017 OSIsoft, LLC Copyright 2017 OSIsoft, LLC

PI Vision Rajesh Gomatam Ph.D. Sr. Field Engineer REGIONAL SEMINARS Copyright 2017 OSIsoft, LLC Copyright 2017 OSIsoft, LLC PI Vision 2017 Rajesh Gomatam Ph.D. Sr. Field Engineer Our Commitment to YOUR Needs You told us Where When How Control center, Desktop, Mobile Real-time: Past, Present, Future Operational Intelligence

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 Release features and benefits (November 2017) v1.01 Program agenda 1 2 3 Overview of Oracle Policy Automation New features in release For

More information

A10 HARMONY CONTROLLER

A10 HARMONY CONTROLLER DATA SHEET A10 HARMONY CONTROLLER AGILE MANAGEMENT, AUTOMATION, ANALYTICS FOR MULTI-CLOUD ENVIRONMENTS PLATFORMS A10 Harmony Controller provides centralized agile management, automation and analytics for

More information

Digital Signage The perfect solution from one source.

Digital Signage The perfect solution from one source. Digital Signage The perfect solution from one source. Our new service movebox is a cloud-based software platform that empowers you to manage the contents of digital signage screens and interactive kiosks

More information

DXC Technology and VMware: Innovation that Transforms

DXC Technology and VMware: Innovation that Transforms DXC Technology and VMware: Innovation that Transforms DXC and VMware for Digital Transformation Digital transformation is the talk of IT today, and although driven by technology, the focus is on real,

More information

Progress DataDirect For Business Intelligence And Analytics Vendors

Progress DataDirect For Business Intelligence And Analytics Vendors Progress DataDirect For Business Intelligence And Analytics Vendors DATA SHEET FEATURES: Direction connection to a variety of SaaS and on-premises data sources via Progress DataDirect Hybrid Data Pipeline

More information

Catalogue of requirements for a frontend tool on Oracle Essbase

Catalogue of requirements for a frontend tool on Oracle Essbase good. better. outperform. Catalogue of requirements for a frontend tool on Oracle Essbase The best approach for finding the right tool by Michael Mühlena March 2017 Factors that may affect your choice

More information

Visual Analytics for Heavy Oil Production Optimization

Visual Analytics for Heavy Oil Production Optimization Visual Analytics for Heavy Oil Production Optimization 1 Yogi Schulz Biography Partner in Corvelle Consulting Information technology related management consulting Microsoft Canada columnist & CBC Radio

More information

Introduction to Data Science

Introduction to Data Science UNIT I INTRODUCTION TO DATA SCIENCE Syllabus Introduction of Data Science Basic Data Analytics using R R Graphical User Interfaces Data Import and Export Attribute and Data Types Descriptive Statistics

More information

Analyst for Kx. Product Overview

Analyst for Kx. Product Overview Product Overview ` Analyst for Kx Real-Time Data Transformation, Exploration and Discovery Suite Analyst For Kx provides users with a complete real-time data transformation, exploration and discovery workflow.

More information

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in Oracle Enterprise Manager 12c Sybase ASE Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

PYRAMID April 2018 Release

PYRAMID April 2018 Release PYRAMID 2018.03 April 2018 Release The April release of Pyramid brings a list of over 40 new key features and numerous functional upgrades, designed to make Pyramid s OS the leading solution for customers

More information

The Kony Mobility Platform

The Kony Mobility Platform The Kony Mobility Platform The Kony Mobility Platform The platform for omni-channel app creation. The Kony Mobility Platform is an open and standards-based, integrated platform for the next generation

More information

Microsoft Azure Databricks for data engineering. Building production data pipelines with Apache Spark in the cloud

Microsoft Azure Databricks for data engineering. Building production data pipelines with Apache Spark in the cloud Microsoft Azure Databricks for data engineering Building production data pipelines with Apache Spark in the cloud Azure Databricks As companies continue to set their sights on making data-driven decisions

More information

Fusion Registry 9 SDMX Data and Metadata Management System

Fusion Registry 9 SDMX Data and Metadata Management System Registry 9 Data and Management System Registry 9 is a complete and fully integrated statistical data and metadata management system using. Whether you require a metadata repository supporting a highperformance

More information

Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER

Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER Table of Contents The Digital Transformation 3 Four Must-Haves for a Modern Virtualization Platform 3

More information

BA Insight Federator. How the BA Insight Federator Extends SharePoint Search

BA Insight Federator. How the BA Insight Federator Extends SharePoint Search How the BA Insight Federator Extends SharePoint Search 20 Park Plaza, Suite 1115 Boston, MA 02116, USA 1.339.368.7234 info@bainsight.com www.bainsight.com BA Insight Federator The BA Insight Federator

More information

MAPR DATA GOVERNANCE WITHOUT COMPROMISE

MAPR DATA GOVERNANCE WITHOUT COMPROMISE MAPR TECHNOLOGIES, INC. WHITE PAPER JANUARY 2018 MAPR DATA GOVERNANCE TABLE OF CONTENTS EXECUTIVE SUMMARY 3 BACKGROUND 4 MAPR DATA GOVERNANCE 5 CONCLUSION 7 EXECUTIVE SUMMARY The MapR DataOps Governance

More information

Vizable : Tableau s New Mobile App

Vizable : Tableau s New Mobile App Vizable : Tableau s New Mobile App Created: 10-28-2015 Author: Derrick Li Last Updated: 10-28-2015 Version Number: 0.1 Contact Info: langtianl@logandata.com krish@logandata.com + Vizable is a free mobile

More information

TIBCO Spotfire Desktop Release Notes

TIBCO Spotfire Desktop Release Notes TIBCO Spotfire Desktop Release Notes Software Release 7.11 LTS November 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Building Search Based Applications

Building Search Based Applications Building Search Based Applications Introduction Sushil Prabhu Chief Executive Officer, OpenCrowd Stephen Coursen Director of Engineering, OpenCrowd 2 Agenda What are Search Based Applications? How can

More information

Hawaii Energy and Environmental Technologies (HEET) Initiative

Hawaii Energy and Environmental Technologies (HEET) Initiative Hawaii Energy and Environmental Technologies (HEET) Initiative Office of Naval Research Grant Award Number N0014-11-1-0391 Task 8. ENERGY-NEUTRAL ENERGY TEST PLATFORMS 8.3 Advanced Database Research, Development

More information

Licensing & Pricing FAQ

Licensing & Pricing FAQ Licensing & Pricing FAQ Table of Contents WINDOWS SERVER 2012 DATACENTER AND STANDARD EDITIONS... 4 Q1. What is new in Windows Server 2012?... 4 Q2. What is the difference between Windows Server 2012 Standard

More information

WHAT S NEW IN QLIKVIEW 11

WHAT S NEW IN QLIKVIEW 11 WHAT S NEW IN QLIKVIEW 11 QlikView 11 takes Business Discovery to a whole new level by enabling users to more easily share information with coworkers, supporting larger enterprise deployments through enhanced

More information