SAS Enterprise Guide: Point, Click and Run is all that takes

Size: px
Start display at page:

Download "SAS Enterprise Guide: Point, Click and Run is all that takes"

Transcription

1 ABSTRACT SAS Enterprise Guide: Point, Click and Run is all that takes Aruna Buddana, TiVo Inc, Alviso, CA The Audience Research and Measurement team at TiVo constantly collects and processes anonymous data from our TiVo DVRs to understand the TV viewing habits of a typical DVR user. This second-by-second viewership data is combined with program and commercial occurrence data and our ratings product, Stop Watch offers program ratings, spot ratings and fast-forward rates down to the spot level. A variant of Stop Watch, called Power Watch, offers the same metrics based on a longitudinal sample of 45,000 opt-in households and provides with an ability to analyze viewership patterns based on household demographics or any self-reported data. Any demographic or attitudinal information available for this opt-in panel is derived from survey responses and no personally identifiable information is used. This panel offers the ability to segment viewing data at the household level, and offers program ratings, spot ratings, reach and frequency based on household demographic data. One of the advantages of our Power Watch product is the capability to divide the panel into custom segments such as Planning to buy a house in the next 6 months and to look into the viewing habits of such segments independently or together. Media advertisers use this information to target this segment by placing their advertisements in the programs or network that index highly for the target segment. We created the segment analysis tool in SAS Enterprise Guide, which automatically runs for the selected segments. Once created in SAS Enterprise Guide, the tool offers bar charts at different data cuts for program ratings, statistical significance tests, a brand s performance for the segments in comparison. The tool cut our time spent on data management and creation of the analysis of the iterative segment comparisons for our clients by almost 80%, thereby freeing analysts time and effort for the interpretation of the results in order to offer a summarized view of the target s behavior. This paper demonstrates the creation and execution of the analysis tool in SAS Enterprise Guide. SAS Base and SAS Enterprise Guide 4.2 are the SAS products used in the paper. INTRODUCTION SAS Enterprise Guide provides an easy graphical user interface that can be utilized to cut down the analysis time when running recurring analysis tasks. The effort of automating an entire analysis task is simple and seamless with easy point and click GUI components that makes integration of charting with different statistical techniques possible. This paper outlines and discusses the various features of SAS Enterprise Guide that help in building automation tools for easier and faster analysis results. A case study with blinded results is demonstrated in the paper with screen shots of Enterprise Guide s process flow diagrams along with the explanation of the code. The following flowchart depicts a summarized version of the process flow that gives an idea of the analysis requirements. Subsequent sections will explain how these tasks are executed and automated with SAS Enterprise Guide (EG). Gather the research questions from the stakeholders Create a project in SAS EG and understand what task components can help answer Manipulate the data such that it is compatible with the task. For example, existing data might need transpose to display a horizontal bar chart Check the output options and choose the options that best works. Export of the results can be created as step in the project. Insert code to the existing task components to create standardized reporting Create prompts or macro variables as needed such that dynamic user defined input is available. Figure 1. Process of creating an automated tool 1

2 ANALYSIS REQUIREMENTS One version of our ratings product Power Watch offers the ability to combine the viewership data with behavioral and/or demographic attributes of the households. This allows the researchers, analysts, media advertisers, brand agencies and networks to look into the viewership differences between these groups of households, called segments. With this data, the analytics team constantly seeks ways to produce intuitive analyses that help answer some of the following research questions: 1. Are there differences in the way households in the segments watch TV? 2. Does timeshifting behavior differ across household segments? 3. Does one segment watch TV at different times of day or in a different way compared to other segments? 4. Do some segments favor broadcast networks over cable networks? 5. Are there favorite networks that different segments choose to watch? 6. Do these segments watch commercials in different ways? And if they do, what are the brands that performed well? The analysis helps understand the TV viewership differences of these mutually exclusive segments such that the target audience can be recognized, which, further helps the brand agencies and advertisers to place their TV spots appropriately in order to reach their intended audience(s). As one can imagine, there are numerous segments that these comparison analysis can be executed upon hence making it a repetitive task. The automated tool is built using SAS EG and is utilized to run these recurring analysis tasks. Step-by-step procedure in the section below explains the sample of the automated tool. AN OVERVIEW OF THE TOOL SAS EG organizes the activities as projects, so the tool here is an SAS EG project which is a collection of the analysis datasets, task components of EG, results produced and the relations between them. The ability to run the entire project with one click starting from a dataset/task in EG depends on how the different components are linked together. Normally, the tasks are linked to their results, but there is an additional provision of link components available by right-clicking an object that makes the implementation completely automated. Once the requirements for the analysis are gathered, SAS EG is set up with a query that connects to the database to pull the data. PROC SQL is used through Microsoft s ODBC connection facility. The query returns the data file that has the relevant historical metrics information for the segments in question and for the time frame that is requested. The query is set to be run in the tool with the segment names and time frame variables set as macro arguments. SAS EG has the option of requesting input from the user and setting the macro variables for the user to input every time the code is run. SASEG calls these inputs as prompts and they can be created, edited and added to any program/task of the project using the Prompt Manager or by right clicking the respective program/task and then selecting the Prompts in the Properties menu. 2

3 Prompt Manager Figure 2. Screenshot of EG Project Once the prompts have been created, they can be used as the macro variables in the program query (segment_r) in the picture with the standard notation of &macro_variable. Below figure shows the example of the prompts that the tool uses to pull the segment ratings data for given segments and time period and also makes sure if the results from the previous analysis run have been stored as a reminder. Creating/editing of the prompts is not shared in this paper. Figure 3. Screenshot of Prompt Manager The data pulled from the database is then treated to add labels, create new columns for the ease of the analysis, delete missing data as needed and in general clean and manipulate the data as needed. This process in SAS would have taken good amount of data steps or PROC SQL queried to be written by the analyst, but Enterprise Guide provides with an easy to use Query Builder for any dataset created such that the manipulation of the data becomes easy and effortless. Query Builder provides with an point and click graphical interface like any task component of EG which can be used to join multiple data tables, add new columns, add new prompts or macro variables which can 3

4 further help in conditional execution of the task, create new variables, summarize the variables in the dataset, filter/sort and create distinct data by removing duplicates and essentially act as one hybrid module for data manipulation. Once the final dataset is ready, analysis components from EG s task menu are selected to be executed. For segment comparisons for selected variables, One-way ANOVA and bar graphs are chosen to explain the viewership differences for different data cuts 1. All time-shifted viewing 2. All time-shifted commercial viewing 3. Viewing by all broadcast networks vs. all cable networks (media type) 4. Viewing by daypart(time of the day during which a program is broadcasted) 5. Viewing by network Bar graphs are used in the PowerPoint presentation to demonstrate the analysis results. Each individual task from the list above has to be run against the statistical tests and relevant bar graph components and only the statistically significant results are presented. SAS EG runs the individual tasks and the results can be linked to one another to automate and finish the complete run of the program at the click of a button. The results can be exported to the local machine and can be used to in the PowerPoint. Writing a VBA script to automatically insert the bar diagrams into the PPT template is also tried when the task of copy pasting the bar graphs became tedious and it is not discussed here as it is beyond the scope of this paper. The results from the statistical tests of the analysis can be stored as tables to use them for filtering the analysis results. For example, the analysis to describe the viewership differences among the segments by network, only networks that show statistically significant differences that meets a threshold of n households difference are selected. The calculation of threshold is coded in a new program and is linked to the statistical output from ANOVA and a query builder is used to join the two output datasets. The picture below depicts the entire tool Filtering the analysis results Figure 4. Screenshot of the tool 4

5 Another advantage with automating the tool using SAS EG is that the prompts or macro variables that are used in the tool can be added at the first step of the process flow and the macro variables are carried over to be used in appropriate programs/analysis tasks. For example, the macro variable threshold that is used for the filtering the network analysis can be changed for every new segment comparison and the prompt threshold is added to the segment_r, which is used to fire the tool run and is used later by the threshold calculating program once the network analysis is complete. Another aspect of creating customized graphs with SAS EG is to add custom code to the component. For example, if a bar graph needs to have the data displayed inside the bar, code can be added to the bar graph component to do the same by clicking on Preview code and thereby selecting Insert code from Modify Task option that can be accessed by right clicking the bar graph component. SAS EG has an advantage of displaying the results in HTML, PDF and RTF formats, which makes the results easily portable and available for external users. Different result options can be set using the Options choice on the Tools menu. Graph rendering options vary from ActiveX, Java, PNG, GIF and JPEG to name a few. Active X and Java are interactive and the graph options such as axis labels/values, colors of the graph, color/pattern of the background can be changed in the results window. The results can be exported out to the local machine and the export can be added as a step in the project so that the results are stored automatically, once the analysis is complete. There are options to not to override the existing output and once selected, the output files are stored with the time stamp and archiving the historical results is effortless. The magic of the automated run happens when one clicks Run Branch from.. and all the components are queued depending on how they are linked together. SAS EG color codes the components in run such that the queued components are highlighted in yellow and the task currently running is highlighted in green. Below is the screenshot of the tool while running the tool. Figure 5. Screenshot of project in execution mode 5

6 INDIVIDUAL COMPONENTS OF THE TOOL QUERY BUILDER: For easy data manipulation New columns can be added; datasets can be created, merged with other datasets and summarized Figure 6. Query Builder ONE-WAY ANOVA: Performs the statistical test of one-way Analysis of Variance to determine whether the viewership is significantly different among a group of segments. The variables are assigned to the analysis roles as needed. Since the analysis requires knowing which segments watch differently, Bonferroni s method of multiple comparisons is checked in the means comparison tab of ANOVA component. Bonferroni s correction method, as it is aptly called, controls for the type I error while performing multiple t-test comparisons of all the main effects. An option to look at plot of the means is also provided in the task. Below is the snapshot of the ANOVA component. 6

7 Figure 7. ANOVA BAR GRAPHS: Vertical bar graphs are used to show the differences and some of the graphs are customized by inserting custom code. Option to insert custom code Figure 8. Bar Graph 7

8 SAMPLE RESULTS TIME-SHIFTED VS. LIVE VIEWERSHIP Result1. Time-shifted vs. live viewing VIEWERSHIP BY MEDIA TYPE: Result2. Viewership by media type 8

9 VIEWERSHIP BY NETWORK: Segment 1 Segment2 Segment3 Segment4 Segment5 Segment 1 Segment2 Segment3 Segment4 Segment5 NIK TOON Result3. Viewership by Network CONCLUSION Creating an automated tool using SAS EG has helped improve the efficiency of the delivery of the analysis results to the stakeholders and cut the run time by almost 80%. The analyst team has gained significant amount of time to analyze and interpret the results and explain the differences in the way which the segments watch TV. Important aspects that we found are helpful to create automated and customized tools are using SAS Enterprise Guide - 1. Easy to create and execute GUI that holds collection of data manipulation and analysis tasks 2. Prompt Manager to create macro variables which can be added or modified to any task 3. One switch operation called Run Branch that enables to run all the connected tasks consecutively. 4. Provision to insert custom code to the existing components to create customized output. 5. Ability to provide output in different formats including PDF, HTML and RTF RECOMMENDED READING

10 CONTACT INFORMATION Your comments and questions are valued and encouraged. Contact the author at: Name: Aruna Buddana Enterprise: TiVo Inc Address: 2190 Gold Street City, State ZIP: Alviso, CA Work Phone: SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. indicates USA registration. Other brand and product names are trademarks of their respective companies. 10

MAUS KPI Dashboard - Cloud

MAUS KPI Dashboard - Cloud MAUS KPI Dashboard - Cloud KPI Management This module includes the following tabs; Manage KPIs and Mange Groups, Enter KPI Data, One Page Snapshot, View KPIs and Generate Reports. Settings Manage KPIs

More information

V4 SQL Dashboard Features

V4 SQL Dashboard Features V4 SQL Dashboard Features 2000-2016 NECS, Inc. All Rights Reserved. I entrée V4 SQL System Guide Table of Contents Chapter I Contact NECS 1 Chapter II Using Dashboards 2 1 Dashboard... Features 2 2 Inventory...

More information

How to view Results with Scaffold. Proteomics Shared Resource

How to view Results with Scaffold. Proteomics Shared Resource How to view Results with Scaffold Proteomics Shared Resource Starting out Download Scaffold from http://www.proteomes oftware.com/proteom e_software_prod_sca ffold_download.html Follow installation instructions

More information

BillQuick-QuickBooks Advanced Integration Guide 2016

BillQuick-QuickBooks Advanced Integration Guide 2016 BillQuick-QuickBooks Advanced Integration Guide 2016 CONTENTS INTRODUCTION 1 HOW TO USE THIS GUIDE 1 SOFTWARE EDITIONS SUPPORTED 2 HOW INTEGRATION WORKS 2 MODES OF SYNCHRONIZATION 3 INTEGRATION RULES 4

More information

Risk Management User Guide

Risk Management User Guide Risk Management User Guide Version 17 December 2017 Contents About This Guide... 5 Risk Overview... 5 Creating Projects for Risk Management... 5 Project Templates Overview... 5 Add a Project Template...

More information

Kronos Workforce Analytics Walkthrough

Kronos Workforce Analytics Walkthrough Kronos Workforce Analytics Walkthrough Table of Contents High-Level Overview...2 Introduction...2 Example: User-Guide Content...3 Example: Manufacturing User-Guide Content...4 Functionality Overview...5

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

Unit4 PSA Suite Business Performance Edition

Unit4 PSA Suite Business Performance Edition for Microsoft Dynamics CRM Unit4 PSA Suite Business Performance Edition Release Notes Unit4 PSA Suite Business Performance Edition July 2017 v.31.07.2017 - MvB (C) Copyright 2017 Unit4 Table of Contents...

More information

Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction

Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction Paper SAS1774-2015 Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction ABSTRACT Xiangxiang Meng, Wayne Thompson, and Jennifer Ames, SAS Institute Inc. Predictions, including regressions

More information

SAS. Data Analyst Training Program. [Since 2009] 21,347+ Participants 10,000+ Brands Trainings 45+ Countries. In exclusive association with

SAS. Data Analyst Training Program. [Since 2009] 21,347+ Participants 10,000+ Brands Trainings 45+ Countries. In exclusive association with SAS Data Analyst Training Program In exclusive association with 21,347+ Participants 10,000+ Brands 1200+ Trainings 45+ Countries [Since 2009] Training partner for Who Is This Course For? Programmers Non-Programmers

More information

WORKFLOW AUTOMATION AND PROJECT MANAGEMENT FEATURES

WORKFLOW AUTOMATION AND PROJECT MANAGEMENT FEATURES Last modified: October 2005 INTRODUCTION Beetext Flow is a complete workflow management solution for translation environments. Designed for maximum flexibility, this Web-based application optimizes productivity

More information

Fleet Compass Flagship Fleet Management, LLC. Shop & Inventory Management

Fleet Compass Flagship Fleet Management, LLC. Shop & Inventory Management . As a fleet manager we want to run a safe and cost effective fleet. For those of us that are in the business we understand the complexities of managing a large fleet operation. With this complexity are

More information

IBM Cognos Business Intelligence Version Getting Started Guide

IBM Cognos Business Intelligence Version Getting Started Guide IBM Cognos Business Intelligence Version 10.2.2 Getting Started Guide Note Before using this information and the product it supports, read the information in Notices on page 51. Product Information This

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS Borland CaliberRM FREQUENTLY ASKED QUESTIONS GENERAL QUESTIONS What is Borland Caliber? Borland Caliber is a family of tools that supports the Borland Requirements Definition and Management Solution (RDM).

More information

Asset Management. Visit us at: or call SCAN

Asset Management. Visit us at:  or call SCAN Asset Management Why BarScan? The modern workplace is a complex combination of computer equipment, furniture, and other equipment with compliance, accounting and location tracking issues. To better manage

More information

Lytec Features Evolution Matrix

Lytec Features Evolution Matrix Insurance Apply Payment Wizard Authorization/Referral Tracking Auto Fee Schedule Update Multi-location Fee Schedule Management Batch Eligibility Verification Capture Scanned Images of Insurance Cards Compress

More information

The Complete Guide To Using Excel For PPC

The Complete Guide To Using Excel For PPC The Complete Guide To Using Excel For PPC By: Jacob Brown, Account Manager Rachael Law, Account Analyst Excel is a crucial tool for any PPC marketer s daily workflow. From building campaigns and writing

More information

For Demonstrations: Automatic Data Collection So Simple The Graphs Just Appear

For Demonstrations: Automatic Data Collection So Simple The Graphs Just Appear For Demonstrations: 800.875.4243 S P C S O F T W A R E S I N C E 1 9 8 3 Automatic Data Collection So Simple The Graphs Just Appear D A T A C O L L E C T I O N / A N A L Y S I S S O F T W A R E QC-CALC

More information

Salient Interactive Miner 4.x

Salient Interactive Miner 4.x Salient Interactive Miner 4.x Getting Started Getting Started in 6 Easy Steps Working with Salient Analyses Knowledge Manager Technology Summary Salient Interactive Miner Designed to Work the Way You Think

More information

Rolling Over Absence Reason Balances

Rolling Over Absence Reason Balances Rolling Over Absence Reason Balances 397 Eagleview Boulevard Exton, Pennsylvania 19341 ROLLING OVER ABSENCE REASON BALANCES PAGE 2 of 7 Intro One thing many Aesop Administrators are asked to do during

More information

Hello and welcome to this overview session on SAP Business One release 9.1

Hello and welcome to this overview session on SAP Business One release 9.1 Hello and welcome to this overview session on SAP Business One release 9.1 1 The main objective of this session is to provide you a solid overview of the new features developed for SAP Business One 9.1

More information

NetSuite OpenAir/NetSuite Connector Guide April

NetSuite OpenAir/NetSuite Connector Guide April NetSuite OpenAir/NetSuite Connector Guide April 16 2016 General Notices Attributions NetSuite OpenAir includes functionality provided by HighCharts JS software, which is owned by and licensed through Highsoft

More information

PIE Performance Process Dashboard & Grid

PIE Performance Process Dashboard & Grid PIE Performance Process Dashboard & Grid All Managers who have direct reports will have access to the Dashboards and Analytics functions in Reports under the main menu. Contents TASK : Running PIE Performance

More information

Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc.

Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc. Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc. Page 1 Contents Summary... 3 SYTECH is THE REPORT COMPANY... 3 Product Overview... 4 XLREPORTER EDITIONS... 4 DATA INTERFACES...

More information

PMS is an integrated Clinic Management solution that helps local SMEs on:

PMS is an integrated Clinic Management solution that helps local SMEs on: PMS is an integrated Clinic Management solution that helps local SMEs on: Productivity Enhancements Cost-Saving Initiative Document Management and Tablet Access Inventory and Queue Managements Centralization

More information

Bisan Enterprise. Non Governmental Organizations - NGO Lite Edition. A New Dimension in Financial Management Applications

Bisan Enterprise. Non Governmental Organizations - NGO Lite Edition.  A New Dimension in Financial Management Applications Bisan Enterprise Non Governmental Organizations - NGO Lite Edition www.bisan.com A New Dimension in Financial Management Applications Bisan Enterprise NGO Lite Edition For small and medium size institutions

More information

George Washington University Workforce Timekeeper 6.0 Upgrade Training

George Washington University Workforce Timekeeper 6.0 Upgrade Training Workforce Timekeeper 6.0 Upgrade Training Table of Contents Topic 1: Workforce Timekeeper 6.0 New Features...4 Topic 2: Logging On and Off...5 Topic 3: Navigating in Workforce Timekeeper...7 Topic 4: Reviewing

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

A BPTrends Report. March

A BPTrends Report. March A BPTrends Report March 2010 www.bptrends.com Interneer Intellect Version: 6.5 Interneer Inc. 5901 Green Valley Circle, Ste 170, Culver City CA 90230 Tel: 310-348-9665 Fax: 866-622-7122 Web: www.interneer.com

More information

NTEN Detailed Review of Low Cost Donor Management Systems. This is an excerpt from a more detailed report.

NTEN Detailed Review of Low Cost Donor Management Systems. This is an excerpt from a more detailed report. Sage Fundraising 50 NTEN Detailed Review of Low Cost Donor Management Systems This is an excerpt from a more detailed report. For the full report and a comparison of 33 different systems, please visit

More information

BI360 for Professional Services Companies

BI360 for Professional Services Companies BI360 for Professional Services Companies BI360 Examples from the Professional Services Demo Model A Solver Vertical Industry White Paper Jan 2016 solverusa.com Copyright 2016 Table of Contents Introduction...

More information

Bar Scan tracks fixed assets in a cost effective manner using the latest handheld technology.

Bar Scan tracks fixed assets in a cost effective manner using the latest handheld technology. Asset Management Why BarScan? BarScan tracks fixed assets in a cost effective manner using the latest handheld technology. What is Bar Code Asset Management? A serialized barcode label, RFID tag, existing

More information

Salient Interactive Miner 5.x

Salient Interactive Miner 5.x Salient Interactive Miner 5.x Training Guide Introduction & Technology Summary Getting Started in 6 Easy Steps Practical Applications Salient Technology Summary Front End Management Applications Desktop

More information

THE HOME DEPOT. Vendor SSR Training Guide

THE HOME DEPOT. Vendor SSR Training Guide THE HOME DEPOT Vendor SSR Training Guide REVISION HISTORY: Application and Program Version Changes Modified By 1.0 Document Created: January 2014 IPR Solutions 2.0 Added information regarding Prebuilt

More information

Oracle Financial Services FCCM Analytics User Guide. Release October 2017

Oracle Financial Services FCCM Analytics User Guide. Release October 2017 Oracle Financial Services FCCM Analytics User Guide Release 8.0.5.0.0 October 2017 Oracle Financial Services FCCM Analytics User Guide Release 8.0.5.0.0 October 2017 Part Number: E85262-01 Oracle Financial

More information

IT portfolio management template User guide

IT portfolio management template User guide IBM Rational Focal Point IT portfolio management template User guide IBM Software Group IBM Rational Focal Point IT Portfolio Management Template User Guide 2011 IBM Corporation Copyright IBM Corporation

More information

CREATE INSTANT VISIBILITY INTO KEY MANUFACTURING METRICS

CREATE INSTANT VISIBILITY INTO KEY MANUFACTURING METRICS CREATE INSTANT VISIBILITY INTO KEY MANUFACTURING METRICS The QualityWorX Dashboard provides the most comprehensive, easy-to-use reporting platform for production and quality management in the industry.

More information

Tutorial Segmentation and Classification

Tutorial Segmentation and Classification MARKETING ENGINEERING FOR EXCEL TUTORIAL VERSION 1.0.10 Tutorial Segmentation and Classification Marketing Engineering for Excel is a Microsoft Excel add-in. The software runs from within Microsoft Excel

More information

Runs of Homozygosity Analysis Tutorial

Runs of Homozygosity Analysis Tutorial Runs of Homozygosity Analysis Tutorial Release 8.7.0 Golden Helix, Inc. March 22, 2017 Contents 1. Overview of the Project 2 2. Identify Runs of Homozygosity 6 Illustrative Example...............................................

More information

Enterprise etime. Getting Started Participant Guide V.6.1. ADP Time & Labor Management

Enterprise etime. Getting Started Participant Guide V.6.1. ADP Time & Labor Management Enterprise etime Getting Started Participant Guide V.6.1 ADP Time & Labor Management Copyright Copyright Notice Copyright 2009 by Automatic Data Processing, Inc. All Rights Reserved The Getting Started

More information

What's New In Inventory Manager

What's New In Inventory Manager What's New In Inventory Manager November 17, 2014 Lifecycles: Who Am I Inheriting From? Inbound Feeds and Stale Inventory Feed Alert Consolidation September 22, 2014 New Override Event: Internet Price

More information

Section 4 Managing Staff; Adding, Editing, and Reporting

Section 4 Managing Staff; Adding, Editing, and Reporting Section 4 Managing Staff; Adding, Editing, and Reporting SECTION 4 MANAGING STAFF; ADDING, EDITING, AND REPORTING...1 MANAGING STAFF; ADDING, EDITING, AND REPORTING...2 MANAGING STAFF... 2 Classifications

More information

Building a Dashboard App for Local Health Departments

Building a Dashboard App for Local Health Departments Building a Dashboard App for Local Health Departments Local Health Department leader s life just became so much easier. Now, at quick glance, on any device, they can access health department data, in easy-to-view

More information

BillQuick-Sage 50 Integration Guide 2017

BillQuick-Sage 50 Integration Guide 2017 BillQuick-Sage 50 Integration Guide 2017 (866) 945-1595 www.bqe.com info@bqe.com CONTENTS INTRODUCTION 1 HOW TO USE THIS GUIDE 1 SOFTWARE EDITIONS SUPPORTED 1 HOW INTEGRATION WORKS 2 INTEGRATION RULES

More information

What s new in Teamcenter Service Pack

What s new in Teamcenter Service Pack What s new in Teamcenter Service Pack 11.2.2 New capabilities improve productivity and efficiency Benefits New ECAD integration for Mentor Xpedition Enterprise enables PCB design management and collaboration

More information

7 Steps to Data Blending for Predictive Analytics

7 Steps to Data Blending for Predictive Analytics 7 Steps to Data Blending for Predictive Analytics Evolution of Analytics Just as the volume and variety of data has grown significantly in recent years, so too has the expectations for analytics. No longer

More information

Interaction Optimizer

Interaction Optimizer Interaction Optimizer Printable Help Interactive Intelligence Customer Interaction Center (CIC) 2015 R2 Last updated January 15, 2015 (See Change Log for summary of changes.) Abstract This document is

More information

BI Portal User Guide

BI Portal User Guide Contents 1 Overview... 3 2 Accessing the BI Portal... 3 3 BI Portal Dashboard... 3 3.1 Adding a new widget... 4 3.2 Customizing an Existing Widget... 8 3.3 Additional Widget Operations... 9 4 Widget Gallery...

More information

Administrator Quick Reference Virtual TimeClock 18 Pro Edition

Administrator Quick Reference Virtual TimeClock 18 Pro Edition Administrator Quick Reference Virtual TimeClock 18 Pro Edition Your time clock program runs in either User or Administration mode. User mode is where workers clock in and out and view their timecard. Administration

More information

Essential Time & Attendance Supervisor Basics

Essential Time & Attendance Supervisor Basics ADP Workforce Now Essential Time & Attendance Supervisor Basics Handout Manual V09021480778WFN70 Copyright 2012 2014 ADP, LLC ADP Trademarks The ADP logo and ADP are registered trademarks of ADP, LLC.

More information

SAS Enterprise BI Server

SAS Enterprise BI Server FACT SHEET SAS Enterprise BI Server Provides a fast, flexible business intelligence solution What does SAS Enterprise BI Server do? SAS Enterprise BI Server enables organiza tions to lower cost of ownership

More information

Case Study: SAS Visual Analytics Dashboard for Pollution Analysis

Case Study: SAS Visual Analytics Dashboard for Pollution Analysis Paper 1940-2016 Case Study: SAS Visual Analytics Dashboard for Pollution Analysis ABSTRACT Viraj Kumbhakarna, MUFG Union Bank, San Francisco, CA Baskar Anjappan, MUFG Union Bank, San Francisco, CA This

More information

Determining Effective Data Display with Charts

Determining Effective Data Display with Charts Determining Effective Data Display with Charts 1 Column Line Pie Stock XY (Scatter) Area Bubble Chart Types Covered 2 1 Visualizing Data 3 Data Graphics Principles 4 2 Data Graphics Principles Above all

More information

Oracle. Field Service Cloud Using Forecasting Cloud Service

Oracle. Field Service Cloud Using Forecasting Cloud Service Oracle Field Service Cloud Release August 2016 Field Service Cloud Part Number: E62344-11 Copyright 2016, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud Information

More information

Instruction Manual. for. gskin U-Value Kit

Instruction Manual. for. gskin U-Value Kit Instruction Manual for gskin U-Value Kit Status: July 12, 2016 gskin U-Value KIT: Instruction Manual 1 / 10 Content 1. The gskin U-Value KIT delivery overview... 1 2. General overview of the gskin U-value

More information

FUNDRAISING GROWTH PLATFORM

FUNDRAISING GROWTH PLATFORM FUNDRAISING GROWTH PLATFORM Grow with DonorPerfect DonorPerfect fundraising growth platform empowers you to achieve the goals that are meaningful to your organization. Whether you re a new nonprofit or

More information

Adding a volunteer profile to a donor lets you keep track of a variety of information about a volunteer, including:

Adding a volunteer profile to a donor lets you keep track of a variety of information about a volunteer, including: Guide to GiftWorks Volunteers If yours is like many organizations, volunteers play an important role in your day-to-day operations. Perhaps it is a small role, or perhaps volunteers are the lifeblood of

More information

IBM TRIRIGA Application Platform Version 3 Release 4.1. Reporting User Guide

IBM TRIRIGA Application Platform Version 3 Release 4.1. Reporting User Guide IBM TRIRIGA Application Platform Version 3 Release 4.1 Reporting User Guide Note Before using this information and the product it supports, read the information in Notices on page 166. This edition applies

More information

Scheduler Book Mode User Guide Version 4.81

Scheduler Book Mode User Guide Version 4.81 Scheduler Book Mode User Guide Version 4.81 Contents Introduction...2 Scheduler Active Tab...2 Appointment Colors and Markings...2 Setting Book Mode...3 Active Tab Options...3 Active Tab Use...3 Active

More information

KU MIX 5.0 QUICK START GUIDE

KU MIX 5.0 QUICK START GUIDE KU MIX 5.0 QUICK START GUIDE ABOUT KU MIX KU MIX VERSION COMMENTS /SUGGESTIONS KU MIX is a concrete mix design program based in Microsoft Excel that includes aggregate optimization. Optimization is performed

More information

Bisan Enterprise. Non Governmental Organizations NGO Professional Edition. A New Dimension in Financial Management Applications

Bisan Enterprise. Non Governmental Organizations NGO Professional Edition.  A New Dimension in Financial Management Applications Bisan Enterprise Non Governmental Organizations NGO Professional Edition www.bisan.com A New Dimension in Financial Management Applications Bisan Enterprise NGO Professional Edition The information you

More information

Administrator Quick Reference Virtual TimeClock 15 Network Edition

Administrator Quick Reference Virtual TimeClock 15 Network Edition Virtual TimeClock Administrator Quick Reference Virtual TimeClock 15 Network Edition Your time clock program consists of a user status window and an administration window. The user status window is used

More information

TWO-N. TWO-N Inc. is a New York based design studio working on the intersection of new media, graphic design, and the built environment.

TWO-N. TWO-N Inc. is a New York based design studio working on the intersection of new media, graphic design, and the built environment. TWO-N CONCEPT * DESIGN * DEVELOPMENT TWO-N Inc. is a New York based design studio working on the intersection of new media, graphic design, and the built environment. We are committed to experimentation

More information

P6 Instructors Sample Presentation

P6 Instructors Sample Presentation Welcome to the Eastwood Harris Pty Ltd Primavera P6 Versions 8.1 to 8.4 Professional and Optional Client 3 day training course PMI REP No 3001 Course Number PP6 Page 2 Page 4 Administration Evacuation

More information

BUSINESS ANALYTICS. Version 5.8

BUSINESS ANALYTICS. Version 5.8 BUSINESS ANALYTICS Version 5.8 Corporate Planning & Control The Business Analytics module was designed to provide senior management with the ability to view and control the entire organization s staffing

More information

Product comparison: Prophix Enterprise vs. PROPHIX 10 R3

Product comparison: Prophix Enterprise vs. PROPHIX 10 R3 Product comparison: vs. Prepared by Software Purpose This document is intended for current customers who are considering migrating to. Introduction is an integrated application that is built on an open

More information

At national conferences and trade shows, I met other top producers and discovered we shared the same pain points.

At national conferences and trade shows, I met other top producers and discovered we shared the same pain points. Two years ago, I was running one of the top-performing real estate teams in the country. Under my direction, our sales grew by almost 600%, realizing $107M in annual revenue and closing over 400 homes

More information

Application Note. NGS Analysis of B-Cell Receptors & Antibodies by AptaAnalyzer -BCR

Application Note. NGS Analysis of B-Cell Receptors & Antibodies by AptaAnalyzer -BCR Reduce to the Best Application Note NGS Analysis of B-Cell Receptors & Antibodies by AptaAnalyzer -BCR The software AptaAnalyzer harnesses next generation sequencing (NGS) data to monitor the immune response

More information

Oracle. Procurement Cloud Creating Analytics and Reports. Release 11

Oracle. Procurement Cloud Creating Analytics and Reports. Release 11 Oracle Procurement Cloud Release 11 Oracle Procurement Cloud Part Number E68096-02 Copyright 2011-2016, Oracle and/or its affiliates. All rights reserved. Author: Raminder Taunque This software and related

More information

SOCIALBAKERS SUITE FULL FEATURE LIST

SOCIALBAKERS SUITE FULL FEATURE LIST SOCIALBAKERS SUITE FULL FEATURE LIST Socialbakers Suite Plans PROFESSIONAL I want to easily understand my social media performance Compare yourself against the competition and industry, and manage all

More information

WHITE PAPER. Rebuilding Watersheds with Savanna

WHITE PAPER. Rebuilding Watersheds with Savanna WHITE PAPER Rebuilding Watersheds with Savanna 2015 Thetus Corporation. All rights reserved. The content of this guide is furnished for informational purposes only and is subject to change without notice.

More information

Sage 300 ERP 2014 Intelligence Reporting Standard Reports

Sage 300 ERP 2014 Intelligence Reporting Standard Reports Sage 300 ERP 2014 Intelligence Reporting Standard Reports Get a number of ready-to-use reports that give you immediate insight into and across your business. Delivered in the familiar environment of Microsoft

More information

How to apply: Online application process step by step External Candidates

How to apply: Online application process step by step External Candidates How to apply: Online application process step by step External Candidates 2 Online application process step by step External Candidates Dear Applicant, With the following instructions we want to make it

More information

2B. Performance Advantages of Alerton BACnet. 1. Alerton Overview

2B. Performance Advantages of Alerton BACnet. 1. Alerton Overview 1. Alerton Overview Alerton recognized the benefits of BACnet and introduced the industry's first native BACnet system, BACtalk. This forward thinking is consistent with Alerton's rich history of technology

More information

Reporting & dashboards, business intelligence

Reporting & dashboards, business intelligence TM Reporting & dashboards, business intelligence CyTrack CyReport is a powerful SQL database driven business reporting tool for telephony systems. The browser based user interface delivers reporting information

More information

User s Manual. esims Web. Synthes Information Management Suite.

User s Manual. esims Web. Synthes Information Management Suite. User s Manual esims Web. Synthes Information Management Suite. Table of Contents Navigation and Interface Structure of the User Interface 1 Getting Around 2 Search and Edit Search 3 Cycle Count Recording

More information

Churn Prevention in Telecom Services Industry- A systematic approach to prevent B2B churn using SAS

Churn Prevention in Telecom Services Industry- A systematic approach to prevent B2B churn using SAS Paper 1414-2017 Churn Prevention in Telecom Services Industry- A systematic approach to prevent B2B churn using SAS ABSTRACT Krutharth Peravalli, Dr. Dmitriy Khots West Corporation It takes months to find

More information

Reporting and Dashboards

Reporting and Dashboards Reporting and Dashboards Page i Copyrights 2002-2011 Propertyware, Inc. All rights reserved. No part of this publication may be reproduced, transmitted or stored in any archives without the expressed

More information

START Saratoga Taking Action and Report Tool Help Document

START Saratoga Taking Action and Report Tool Help Document www.pwc.com/workforce-analytics START Saratoga Taking Action and Report Tool Help Document Table of contents Introduction...1 Dashboard... 2 Common report features... 3 Metrics... 5 Contact for Further

More information

BillQuick MYOB Integration

BillQuick MYOB Integration Time Billing and Business Management Software Built With Your Industry Knowledge BillQuickMYOB Integration Integration Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

Symantec ediscovery Platform, powered by Clearwell

Symantec ediscovery Platform, powered by Clearwell Symantec ediscovery Platform, powered by Clearwell Data Sheet: Archiving and ediscovery The brings transparency and control to the electronic discovery process. From collection to production, our workflow

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

Creating a Share of Business Report

Creating a Share of Business Report Creating a Share of Business Report In your report templates folder, double-click on a Share of Business report template. On the Data Selection tab, complete the four required selections: 1. Market (Your

More information

Galaxy Knowledge Management System

Galaxy Knowledge Management System Galaxy Knowledge Management System Fact Sheet From UTS Software GALAXY FACT SHEET 2 What does Galaxy do? The Galaxy Knowledge Management System provides a practical method for meeting the challenges of

More information

ACCESSING TIME FROM THE WORKSPACE

ACCESSING TIME FROM THE WORKSPACE Timesheets Achieve effortless time entry from anywhere with a few clicks from your web browser. Enter time daily in a format by week or day using a template or your task list. Time is posted to projects

More information

Reportive V10: The adaptive Self-Service Business Intelligence solution

Reportive V10: The adaptive Self-Service Business Intelligence solution Reportive V10: The adaptive Self-Service Business Intelligence solution Not just reporting Reportive is an engaging and easy to use solution which enlightens your reports and analytics. Thanks to a non-intrusive

More information

What s New in Microsoft Dynamics CRM 4.0. Bryan Nielson Director, Product Marketing

What s New in Microsoft Dynamics CRM 4.0. Bryan Nielson Director, Product Marketing What s New in Microsoft Dynamics CRM 4.0 Bryan Nielson Director, Product Marketing Session Agenda Introduction Dynamics CRM 4.0 Feature Areas Use Design Report Data Manage Deploy Develop Demo In Conclusion

More information

Oracle. SCM Cloud Using Sales and Operations Planning. Release 13 (update 17C)

Oracle. SCM Cloud Using Sales and Operations Planning. Release 13 (update 17C) Oracle SCM Cloud Release 13 (update 17C) Release 13 (update 17C) Part Number E84374-03 Copyright 2011-2017, Oracle and/or its affiliates. All rights reserved. Author: Barbara Mise This software and related

More information

APE SOFTWARE TOOLS FOR MANAGEMENT SYSTEMS. Calibration Control. Calibration Management Software

APE SOFTWARE TOOLS FOR MANAGEMENT SYSTEMS. Calibration Control. Calibration Management Software APE SOFTWARE TOOLS FOR MANAGEMENT SYSTEMS Calibration Control Calibration Management Software MAJOR FEATURES CREATED FROM THE MANUFACTURING USER S PERSPECTIVE WINDOWS 7 & 8 21 CFR PART 11 COMPLIANT MS

More information

Automated Data Analysis & Report Generation of Key Characteristics (KCs) Measurements

Automated Data Analysis & Report Generation of Key Characteristics (KCs) Measurements ABSTRACT The purpose of this paper is to discuss an automated analysis and report generation of key characteristics measurement data. Key characteristics (KCs) are those features of a part whose measurements

More information

(1) How do I create a map showing demographic or marketing data for a specific location?

(1) How do I create a map showing demographic or marketing data for a specific location? URL: http://simplymap.com/ Yoga Instruction - Maps, Reports, and Points of Interest This exercise utilizes SimplyMap to identify good locations for a Yoga Studio in Austin, TX. Profile of Yoga Participants:

More information

Instruction Guide. Version 2.0 Last Updated: August Praesidium All rights reserved.

Instruction Guide. Version 2.0 Last Updated: August Praesidium All rights reserved. Instruction Guide Version 2.0 Last Updated: August 2016 Congratulations! Your organization has partnered with Praesidium, the national leader in abuse risk management, to provide abuse prevention tools

More information

FLEETMATE. Overview. Work Order Features. CUSTOMER GUIDE: Work Orders

FLEETMATE. Overview. Work Order Features. CUSTOMER GUIDE: Work Orders Overview FLEETMATE will enable you to record all maintenance and/or repair activities performed on a vehicle via a Work Order. Work orders can accommodate any number of individual Labor lines, and any

More information

Oracle. SCM Cloud Using Sales and Operations Planning. Release 13 (update 17D)

Oracle. SCM Cloud Using Sales and Operations Planning. Release 13 (update 17D) Oracle SCM Cloud Release 13 (update 17D) Release 13 (update 17D) Part Number E89213-01 Copyright 2011-2017, Oracle and/or its affiliates. All rights reserved. Author: Barbara Mise This software and related

More information

Manage the Risk Rating Process

Manage the Risk Rating Process Manage the Risk Rating Process CreditQuest Manage the Risk Rating Process Rating Manager: CreditQuest Rating Manager is a highly flexible software solution that enables financial institutions to deploy

More information

Cognos 8.4 Query Studio User Guide Pdf

Cognos 8.4 Query Studio User Guide Pdf Cognos 8.4 Query Studio User Guide Pdf ibm cognos analysis studio version 10.2.1: user guide free pdf and manual download. data/cognos/documentation/docs/en/10.2.1/ug_cr_pps.pdf. pdf image data/cognos/documentation/docs/pl/8.4.1/ug_cra.pdf.

More information

Solutions Implementation Guide

Solutions Implementation Guide Solutions Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Campaign Director. User s Guide

Campaign Director. User s Guide Campaign Director User s Guide This is the third edition of Campaign Director User s Guide, document number 90200-03, written for the Campaign Director system, a graphical user interface to the Mosaix

More information

ASTEROID. Media Analysis Module. ASTEROID Support: Telephone

ASTEROID. Media Analysis Module. ASTEROID Support: Telephone ASTEROID Media Analysis Module ASTEROID Support: Telephone +61 3 9223 2428 Email asteroid.support@roymorgan.com April 2017 Course Objectives Sharing Knowledge At the end of this session you will be able

More information

Section 1 : About the Resource Database

Section 1 : About the Resource Database Section 1 : About the Resource Database The Resource Database brings together community-identified resources in a shared, searchable database which is integrated with the Client Registry. Since this single

More information