Integrating SAS and Non-SAS Tools and Systems for Behavioral Health Data Collection, Processing, and Reporting

Size: px
Start display at page:

Download "Integrating SAS and Non-SAS Tools and Systems for Behavioral Health Data Collection, Processing, and Reporting"

Transcription

1 Integrating SAS and Non-SAS Tools and Systems for Behavioral Health Data Collection, Processing, and Reporting Manuel Gomez, San Bernardino County, Department of Behavioral Health, California Keith Haigh, San Bernardino County, Department of Behavioral Health, California Joshua Morgan, San Bernardino County, Department of Behavioral Health, California ABSTRACT Access to effective metrics for behavioral health program staff is vital for on-going monitoring of program efficacy, but making that data usable and accessible can be a challenge, especially when using legacy data systems. Modernizing data reporting and integrating data tools from dissimilar data collection and analysis systems can be a complex, challenging process, especially while trying to maintain support for on-going reporting used by non-technical program staff. Converting to new SAS analysis systems can be intimidating for non-sas users, creating a barrier to the efficient production information particularly when older less efficient processes are already in place. This paper describes the methodology used for integrating SAS, MS Excel, and a cloud-based dashboarding tool to best leverage different tools accessible to end users. The process includes transitioning between old procedures using MS Access and static indicators versus utilizing a SAS Enterprise Guide (SAS-EG) Stored Process to obtain dynamic data. SAS-EG has been used to combine data from existing data collection methods to a robust data warehouse and then develop stored processes to improve the efficiency and accuracy of analysis. The SAS Add-In for Microsoft Excel was also leveraged to increase accessibility of the data, including allowing non-technical staff to easily process results. The process includes the steps followed in Microsoft Excel through the SAS Add-In connection to upload the data for the corresponding tables and charts in a cloud-based dashboarding product. INTRODUCTION This paper describes the methodology using SAS Enterprise Guide (SAS-EG) Stored Process integrated with Microsoft Excel for data collection, processing, and reporting Behavioral Health Key Performance Indicators. The old process using Microsoft Access and static data is initially described for comparison with the new procedure. The new method is described in a simple manner, differentiated from the old one in using a dynamic data warehouse to improve the efficiency and accuracy of the results. The description involves the Microsoft Excel SAS Add-in connection facilitating the processing, especially for those who are not familiar with SAS procedures. Also included is a description of how to include cloud dashboarding techniques as alternative option to present the information. The behavioral health indicator Goals Reached for Closed Episodes is used as an example to illustrate the procedure. The consideration of other Key Performance Indicators could follow the same methodology to optimize the way of data collection, processing, reporting, and presentation. ORIGINAL PROCESS TO OBTAIN BEHAVIORAL HEALTH (BH) INDICATOR: GOALS REACHED FOR CLOSED EPISODES The original process is based on Microsoft Access. It includes four databases and one Excel spreadsheet (exported from Access) that keeps the historical data and adds the new values. In this case, the output includes results for the main indicator, Goals Reached, for a reference month, demographic data by age groups (<0-15y, 16-25y, 26-59y, 60+y>), and organizational information (Department of Behavioral Health (DBH) clinics and Contract Agencies (Contracts)). The following is a diagram with a summary of the original procedure: 1

2 Access Database 1 Create a Main Table Indicator with all data for the reference running month (just one month). Access Database 2 Import Main Table Indicator to get sumary results by age groups and type of organizations (DBH & Contracts) Access Database 3 Import Main Table Indicator to get grand total results. Access Database 4 Import Main Table Indicator and add periods processed before to create a new table with the trend. Export the Access trend table to Excel. Figure 1. Original Process Diagram to obtain the Behavioral Health (BH) indicator: Goals Reached for Closed Episodes The time to process and obtain the results is approximately four hours. The final report displays static data only updated for the current reference month, but prior months data are not updated. 2

3 NEW PROCESS TO OBTAIN THE BEHAVIORAL HEALTH INDICATOR: GOALS REACHED FOR CLOSED EPISODES BUILDING A SAS-EG PROJECT The new process includes the creation of a SAS-EG project. This project involves six SAS data warehouse tables that are daily updated through the routine Extracting, Transforming, and Loading (ETL) process. Display 1. SAS-EG project created to process BH indicator: Goals Reached for Closed Episodes This approach processes closed episodes within a specified running trend period. Therefore, for the Goals Reached indicator, it is necessary to define a prompt for the running trend period to include the current reference month and the prior twelve months, for a total of 13 months. In this example, the current reference month is May, 2017, and the running trend period is from May 1, 2016, to May 31, 2017 (13 months). 3

4 Display 2. Prompt for the processing period (13 months in this example: May 1 st, 2016, to May 31, 2017) CREATING A STORED PROCCESS ASSOCIATED TO THE PROJECT To create the Stored Process (STP) associated to the project right click in any part from the process flow open area, select Create Stored Process and follow the wizard. It will import all the codes used from SAS-EG project automatically. Here are some of the wizard steps: Display 3. Stored Process Wizard: Name and Description 4

5 Display 4. Stored Process Wizard: SAS codes Display 5. Stored Process Wizard: Prompt (the same as defined for the project) 5

6 Display 6. Stored Process Wizard: Prompt (Step 1) General: Name and Description 6

7 Display 7. Stored Process Wizard: Prompt (Step 2): Prompt Type and Value (Date Range same as the SAS-EG project) 7

8 Finally, the SAS-EG project and the included STP related to Goals Reached for Closed Episodes is showed below. Display 8. SAS-EG Project and STP associated The processing of this combined SAS-EG-STP project begins with the two mentioned prompts: For the SAS-EG project-and-for the Stored Process. 8

9 The prompt for the SAS-EG project: Display 9. Prompt for SAS-EG project The prompt for the Stored Process: Display 10. Prompt for STP 9

10 The STP has two outputs: The SAS Table and The Summary Report. The SAS Table contains raw data for Closed Episodes and Goals Reached by month, organization, and age groups. It is saved in the SAS data library located on the DBH SAS Server. Display 11. SAS Table saved in the Sever: SASEDI-SASDATA 10

11 Display 12. SAS Table View (specific data by Reporting Units (RUs code) and Provider Names are fictitious to maintain confidentiality) The Summary Report has three different lists of data for the running period: 1. Summary Trend by Month (Grand Total), 2. Summary Trend by Month and Organization (DBH and Contracts), and 3. Summary Trend by Month and Age Groups Display 13. SAS Report 11

12 Table 1. SAS Report: Summary Trend by Month for the Period: Grand Total, by Organization, and by Age Groups 12

13 If the STP is going to run regularly (every month in this case), an optional, but helpful step is to save it as a new isolated SAS-EG project. This can preserve the original process and more easily obtain the outputs. This new project can then be processed by any staff member with minimal SAS knowledge and experience, improving overall productivity. Display 14. New SAS-EG Project just with the STP basically used to Periodic Runs In this case, only one prompt to define the running period needs to be completed. Display 15. Prompt for the STP Project 13

14 EXCEL SAS ADD-IN CONNECTION Once SAS completes the results, the data can be opened in Excel file via SAS Add-In connection, if installed. Display 16. Open EXCEL with the SAS Add-In Connection Display 17. Open SAS Data Clicking on the SAS option shows a new tool bar menu related to SAS-EG operations. When creating a new link, choose the SAS Data option, which offers a selection of the SAS data and the SAS library. Pressing OK will display the SAS table in Excel. The Excel spreadsheet will be connected to the SAS table and must be saved in a folder. Display 18. Browse to the SAS Data Table saved in the Server 14

15 Once the Excel file is connected and saved, opening the spreadsheet and using Refresh option will provide results for future running needs. Display 19. Use the Refresh Option for Future Running Reports In summary, using the steps followed for this indicators we can establish a performance methodology that can be valid to obtain other Behavioral Health Indicators that include a running period (days, weeks, moths, etc.) Build a SAS-EG project and created the Stored Process associated. Design in both process the same prompt for the running period. Isolated in a new project the Stored Process and obtain the SAS table and report results. Save the table in a SAS server or a share location. Open a Microsoft Excel spreadsheet, go to the SAS tab for establishing a SAS Add-In connection, and obtain the corresponding output results. Figure 2. New Process Diagram to Obtain BH Indicator: Goals Reached for Closed Episodes The process ends in this step. The time to get the data is approximately ten minutes (compared to four hours in the original process), and the current month s data, as well as historic data is updated every time the running period is processed. Therefore, dynamic data is provided for every running period. 15

16 CLOUD BASED DASHBOARD VISUALIZATION DBH currently uses a cloud-based dashboard tool, called idashboards. Three steps can be added to the new process in order to present the results in a simple and easy way to DBH management. The following are the additional steps to the process: OPEN IDASHBOARDS BACK END Display 20. idashboards Back End Main Page UPLOAD THE EXCEL FILE OBTAINED THROUGH SAS ADD-IN CONNECTION Display 21. Upload the EXCEL FILE Display 22. EXCEL File Uploaded and Data Available 16

17 OPEN IDASHBOARD FRONT END PAGE SELECT THE INDICATOR AND UPDATE THE REPORT Display 23. Front End idashboards Display 24. idashboards Report for BH Indicator Goals Reached for Closed Episodes In the example we get four charts. Three of them are related to the current reference month: Gauge (Grand Total), Vertical Bars (data by organization: DBH and Contracts), and Horizontal Bars (data by age groups). The line chart is related to the trend for 13 months period (including the current reference month). 17

18 CONCLUSION The new procedure to get the behavioral health indicator: Goals Reached for Closed Episodes through SAS-EG STP is more efficient and accurate than the original method using Microsoft Access. It saves processing time (ten minutes versus four hours) and also provides dynamic data (via a data warehouse connection) with updated results for the period in every run. The integration of SAS with Microsoft Excel through the SAS Add-In connection allows non-technical people to obtain the results easily and without requiring specific SAS programming and/or processing details. The methodology described is not only valid to obtain the mentioned indicator. It is applicable to process other key performance indicators in any field that require data collection, processing, reporting, and presentation in a fast and easy way. In addition, the advantage of the idashboards Excel SAS connection is a simple way to disseminate and display the results to staff members, managers, and executives of the organization. REFERENCES SAS Enterprise Guide 1: Querying and Reporting Course Notes, Copyright 2010 SAS Institute Inc. Cary, NC, USA. SAS Enterprise Guide 2: Advanced Tasks and Querying Course Notes, Copyright 2016 SAS Institute Inc. Cary, NC, USA. Aanderud, Tricia; Hall Angela; Copyright 2012, The 50 Keys to Learning SAS Stored Processes ; First Edition, pages: 63-70; San Bernardino, CA, Siamese Publishing; ISBN-10: , ISBN-13: Davidson, Kevin; Duong, Minh, Paper , Using Dynamic and Cascading Prompt in SAS Enterprise Guide Proceedings of the SAS Global Forum 2010, Texas Institute for Measurement, Evaluation, and Statistics, University of Houston, TX. ACKNOWLEDGMENTS The authors would like to thanks Candace Armijo from San Bernardino County Department of Behavioral Health, Research and Evaluation Section in reviewing and editing this paper. CONTACT INFORMATION Your comments and questions are valued and encouraged. Contact the authors at: Manuel Gómez Keith Haigh Joshua Morgan San Bernardino County, Department of Behavioral Health Research and Evaluation Section 303 E. Vanderbilt Way San Bernardino, California mgomez@dbh.sbcounty.gov khaigh@dbh.sbcounty.gov Joshua.Morgan@dbh.sbcounty.gov 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. 18

Paper HOW-06. Tricia Aanderud, And Data Inc, Raleigh, NC

Paper HOW-06. Tricia Aanderud, And Data Inc, Raleigh, NC Paper HOW-06 Building Your First SAS Stored Process Tricia Aanderud, And Data Inc, Raleigh, NC ABSTRACT Learn how to convert a simple SAS macro into three different stored processes! Using examples from

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 Source Connection

Data Source Connection Data Source Connection Microsoft Excel Jump To Enterprise Professional (Cloud) Enterprise Prerequisites Download and install the appropriate Microsoft ODBC driver for your version of Microsoft Excel. This

More information

Easy CSR In-Text Table Automation, Oh My

Easy CSR In-Text Table Automation, Oh My PharmaSUG 2018 - Paper BB-09 ABSTRACT Easy CSR In-Text Table Automation, Oh My Janet Stuelpner, SAS Institute Your medical writers are about to embark on creating the narrative for the clinical study report

More information

Lasso Your Business Users by Designing Information Pathways to Optimize Standardized Reporting in SAS Visual Analytics

Lasso Your Business Users by Designing Information Pathways to Optimize Standardized Reporting in SAS Visual Analytics Paper 2960-2015 Lasso Your Business Users by Designing Information Pathways to Optimize Standardized Reporting in SAS Visual Analytics ABSTRACT Stephen Overton, Zencos Consulting SAS Visual Analytics opens

More information

A Methodology for Truly Dynamic Prompting in SAS Stored Processes

A Methodology for Truly Dynamic Prompting in SAS Stored Processes SESUG 2015 Paper AD-172 A Methodology for Truly Dynamic Prompting in SAS Stored Processes Haikuo Bian, Regions Bank; Carlos Jimenez, Regions Bank; David Maddox, Regions Bank ABSTRACT Dynamic prompts in

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

Submission-Ready Define.xml Files Using SAS Clinical Data Integration Melissa R. Martinez, SAS Institute, Cary, NC USA

Submission-Ready Define.xml Files Using SAS Clinical Data Integration Melissa R. Martinez, SAS Institute, Cary, NC USA PharmaSUG 2016 - Paper SS12 Submission-Ready Define.xml Files Using SAS Clinical Data Integration Melissa R. Martinez, SAS Institute, Cary, NC USA ABSTRACT SAS Clinical Data Integration simplifies the

More information

SAS IT Resource Management 3.8: Reporting Guide

SAS IT Resource Management 3.8: Reporting Guide SAS IT Resource Management 3.8: Reporting Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS IT Resource Management 3.8: Reporting Guide.

More information

SAS ENTERPRISE GUIDE USER INTERFACE

SAS ENTERPRISE GUIDE USER INTERFACE Paper 294-2008 What s New in the 4.2 releases of SAS Enterprise Guide and the SAS Add-In for Microsoft Office I-kong Fu, Lina Clover, and Anand Chitale, SAS Institute Inc., Cary, NC ABSTRACT SAS Enterprise

More information

Using Metadata Queries To Build Row-Level Audit Reports in SAS Visual Analytics

Using Metadata Queries To Build Row-Level Audit Reports in SAS Visual Analytics SAS6660-2016 Using Metadata Queries To Build Row-Level Audit Reports in SAS Visual Analytics ABSTRACT Brandon Kirk and Jason Shoffner, SAS Institute Inc., Cary, NC Sensitive data requires elevated security

More information

SAS/Warehouse Administrator Usage and Enhancements Terry Lewis, SAS Institute Inc., Cary, NC

SAS/Warehouse Administrator Usage and Enhancements Terry Lewis, SAS Institute Inc., Cary, NC SAS/Warehouse Administrator Usage and Enhancements Terry Lewis, SAS Institute Inc., Cary, NC ABSTRACT SAS/Warehouse Administrator software makes it easier to build, maintain, and access data warehouses

More information

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Legal Notice Copyright 2016 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Virtual Office. Virtual Office Analytics An Overview. Version 1.0. Revision 1.0

Virtual Office. Virtual Office Analytics An Overview. Version 1.0. Revision 1.0 Virtual Office Virtual Office Analytics An Overview Version 1.0 Revision 1.0 Copyright 2015, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents hereof

More information

PRODUCT MANUAL. idashboards Auto Uploader (IAU) Manual. Version 9.7c

PRODUCT MANUAL. idashboards Auto Uploader (IAU) Manual. Version 9.7c PRODUCT MANUAL idashboards Auto Uploader (IAU) Manual Version 9.7c idashboards Auto Uploader Manual No part of the computer software or this document may be reproduced or transmitted in any form or by

More information

SAS Model Manager 2.2. Tutorials

SAS Model Manager 2.2. Tutorials SAS Model Manager 2.2 Tutorials The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS Model Manager 2.2: Tutorials. Cary, NC: SAS Institute Inc. SAS Model Manager

More information

Dynamic Projects in SAS Enterprise Guide How to Create and Use Parameters

Dynamic Projects in SAS Enterprise Guide How to Create and Use Parameters Paper HW02 Dynamic Projects in SAS Enterprise Guide How to Create and Use Parameters Susan J. Slaughter, Avocet Solutions, Davis, CA Lora D. Delwiche, University of California, Davis, CA ABSTRACT SAS Enterprise

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.0.3 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

SAS Visual Analytics 8.2: Getting Started with Reports

SAS Visual Analytics 8.2: Getting Started with Reports SAS Visual Analytics 8.2: Getting Started with Reports Introduction Reporting The SAS Visual Analytics tools give you everything you need to produce and distribute clear and compelling reports. SAS Visual

More information

HP Automation Insight

HP Automation Insight HP Automation Insight For the Red Hat Enterprise Linux and SUSE Enterprise Linux operating systems AI SA Compliance User Guide Document Release Date: July 2014 Software Release Date: July 2014 Legal Notices

More information

Chapter 3 Managing Results in Projects. Chapter Table of Contents

Chapter 3 Managing Results in Projects. Chapter Table of Contents Chapter 3 Managing Results in Projects Chapter Table of Contents Introduction... 55 Managing Projects... 55 CreatingaProject... 55 SavingaProject... 56 SavingaProjectUnderAnotherName... 57 RenamingaFolder...

More information

While You Were Sleeping - Scheduling SAS Jobs to Run Automatically Faron Kincheloe, Baylor University, Waco, TX

While You Were Sleeping - Scheduling SAS Jobs to Run Automatically Faron Kincheloe, Baylor University, Waco, TX While You Were Sleeping - Scheduling SAS Jobs to Run Automatically Faron Kincheloe, Baylor University, Waco, TX ABSTRACT If you are tired of running the same jobs over and over again, this paper is for

More information

TechDirect User's Guide for ProSupport Plus Reporting

TechDirect User's Guide for ProSupport Plus Reporting TechDirect User's Guide for ProSupport Plus Reporting Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Copyright 2012 Pulse Systems, Inc. Page 1 of 22

Copyright 2012 Pulse Systems, Inc. Page 1 of 22 Use the Pediatric Growth Chart Control to monitor a patient's measurements over an extended time vs. the national percentiles in a graphical output. Click anywhere to continue Copyright 2012 Pulse Systems,

More information

Instructions: DRDP Online Child Upload

Instructions: DRDP Online Child Upload Instructions: DRDP Online Child Upload Version 1.00 10/29/2018 Table of Contents Introduction... 2 Upload Roles... 2 Upload Template... 2 Entering Data into the Template... 3 Uploading to DRDP Online...

More information

SAS Report Viewer 8.2 Documentation

SAS Report Viewer 8.2 Documentation SAS Report Viewer 8.2 Documentation About SAS Report Viewer SAS Report Viewer (the report viewer) enables users who are not report designers to view a report using a web browser. To open a report in the

More information

How to extract suicide statistics by country from the. WHO Mortality Database Online Tool

How to extract suicide statistics by country from the. WHO Mortality Database Online Tool Instructions for users How to extract suicide statistics by country from the WHO Mortality Database Online Tool This guide explains how to access suicide statistics and make graphs and tables, or export

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.1.1 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

Pure Storage FlashArray Management Pack for VMware vrealize Operations Manager User Guide. (Version with Purity 4.9.

Pure Storage FlashArray Management Pack for VMware vrealize Operations Manager User Guide. (Version with Purity 4.9. Pure Storage FlashArray Management Pack for VMware vrealize Operations Manager User Guide (Version 1.0.139 with Purity 4.9.x or higher) Sunday, November 27, 2016 16:13 Pure Storage FlashArray Management

More information

Developing a Dashboard to Aid in Effective Project Management

Developing a Dashboard to Aid in Effective Project Management Developing a Dashboard to Aid in Effective Project Management M. Paige Borden, University of Central Florida, Orlando, FL Maureen Murray, University of Central Florida, Orlando, FL Ali Yorkos, University

More information

myvirena.com User Manual / Training Guide

myvirena.com User Manual / Training Guide myvirena.com User Manual / Training Guide Registering as a New User... 3 User Roles... 5 Healthcare Provider Roles... 5 Organizational Administrator... 5 Authorized User... 5 Public Health Roles... 5 Country...

More information

Maintenance of Dashboards

Maintenance of Dashboards Procura Health Management Systems Contact Procura Corporate Office: 1112 Fort St., Suite 600 Victoria BC, Canada, V8V3K8 Phone: 1.877.776.2872 FAX: 250.380.1866 support@goprocura.com Software version Procura

More information

chapter two: building your first report... 15

chapter two: building your first report... 15 An Introduction to SAS Visual Analytics: How to Explore Numbers, Design Reports, and Gain Insight into Your Data. Full book available for purchase here. contents about this book... ix about these authors...

More information

SAS Add-In 7.1 for Microsoft Office: Getting Started in Microsoft Excel, Microsoft Word, and Microsoft PowerPoint, Second Edition

SAS Add-In 7.1 for Microsoft Office: Getting Started in Microsoft Excel, Microsoft Word, and Microsoft PowerPoint, Second Edition SAS Add-In 7.1 for Microsoft Office: Getting Started in Microsoft Excel, Microsoft Word, and Microsoft PowerPoint, Second Edition SAS Documentation The correct bibliographic citation for this manual is

More information

The Next Generation Smart Program Repository

The Next Generation Smart Program Repository Paper TT08 The Next Generation Smart Program Repository Hrideep Antony, Syneos Health, Cary, USA Aman Bahl, Syneos Health, Ontario, Canada ABSTRACT The term repository sounds very routine, but what if

More information

SAP Roambi SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide

SAP Roambi SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide SAP Roambi 2017-10-31 SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide 1 Table of Contents I. Overview Introduction How it Works II. Setup Requirements Roambi Requirements Created a Roambi

More information

ER/Studio Enterprise Portal Evaluation Guide. Published: March 6, 2009

ER/Studio Enterprise Portal Evaluation Guide. Published: March 6, 2009 ER/Studio Enterprise Portal 1.0.3 Evaluation Guide Published: March 6, 2009 Contents Introduction to ER/Studio Enterprise Portal 1.0... 3 Session 1: Getting Started with the Enterprise Portal... 4 Session

More information

Tutorial 8 Sharing, Integrating and Analyzing Data

Tutorial 8 Sharing, Integrating and Analyzing Data Tutorial 8 Sharing, Integrating and Analyzing Data Microsoft Access 2013 Objectives Session 8.1 Export an Access query to an HTML document and view the document Import a CSV file as an Access table Use

More information

Symantec NetBackup OpsCenter Reporting Guide. Release 7.7

Symantec NetBackup OpsCenter Reporting Guide. Release 7.7 Symantec NetBackup OpsCenter Reporting Guide Release 7.7 Symantec NetBackup OpsCenter Reporting Guide The software described in this book is furnished under a license agreement and may be used only in

More information

TechDirect User's Guide for ProSupport Plus Reporting

TechDirect User's Guide for ProSupport Plus Reporting TechDirect User's Guide for ProSupport Plus Reporting Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

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

Primo Analytics Workshop. BIBSYS Konferansen 20 March 2018

Primo Analytics Workshop. BIBSYS Konferansen 20 March 2018 Primo Analytics Workshop BIBSYS Konferansen 20 March 2018 Objectives By the end of this session, you will: Understand what is Primo Analytics and OBI. Have a high-level view of how Primo Analytics is working.

More information

QRM+ Tutorials. QNAP s Remote Server Management Solution. rev

QRM+ Tutorials. QNAP s Remote Server Management Solution. rev QRM+ QNAP s Remote Server Management Solution Tutorials rev 20170922 1 Table of contents How to use QRM+ to manage your devices?... 4 Browser support... 4 1. Device Discovery... 8 1.1 Start Scan... 8 1.2

More information

CTMS. Quick Reference Card. Using the CTMS Dashboard. Accessing the CTMS Dashboard. Viewing All Metrics

CTMS. Quick Reference Card. Using the CTMS Dashboard. Accessing the CTMS Dashboard. Viewing All Metrics Overview The Dashboard reports key metrics about DCRI protocols. This Quick Reference Card (QRC) summarizes Dashboard operations for Project Leaders. All protocol names and data in this QRC are fictitious.

More information

QLIK SENSE Mediware Information Systems, Inc. All Rights Reserved.

QLIK SENSE Mediware Information Systems, Inc. All Rights Reserved. QLIK SENSE INITIAL RELEASE FAQ 2017 Mediware Information Systems, Inc. All Rights Reserved. ServicePoint and the ServicePoint logo are trademarks of Mediware Information Systems, Inc. All other brand or

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

Real Time Clinical Trial Oversight with SAS

Real Time Clinical Trial Oversight with SAS PharmaSUG 2017 - Paper DA01 Real Time Clinical Trial Oversight with SAS Ashok Gunuganti, Trevena ABSTRACT A clinical trial is an expensive and complex undertaking with multiple teams working together to

More information

Building Sustainable Customized Reports In your Practice

Building Sustainable Customized Reports In your Practice Turning Numbers Nate Moore MBA, CPA, FACMPE Into Knowledge Building Sustainable Customized Reports In your Practice Business Intelligence Data is merely the raw material of knowledge. New York Times Learning

More information

SAS Visual Analytics Environment Stood Up? Check! Data Automatically Loaded and Refreshed? Not Quite

SAS Visual Analytics Environment Stood Up? Check! Data Automatically Loaded and Refreshed? Not Quite Paper SAS1952-2015 SAS Visual Analytics Environment Stood Up? Check! Data Automatically Loaded and Refreshed? Not Quite Jason Shoffner, SAS Institute Inc., Cary, NC ABSTRACT Once you have a SAS Visual

More information

Cox Business Online Backup Administrator Guide. Version 2.0

Cox Business Online Backup Administrator Guide. Version 2.0 Cox Business Online Backup Administrator Guide Version 2.0 2012 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic,

More information

SAS Clinical Data Integration 2.6

SAS Clinical Data Integration 2.6 SAS Clinical Data Integration 2.6 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS Clinical Data Integration 2.6: User's Guide.

More information

Enterprise Client Software for the Windows Platform

Enterprise Client Software for the Windows Platform Paper 154 Enterprise Client Software for the Windows Platform Gail Kramer, SAS Institute Inc., Cary, NC Carol Rigsbee, SAS Institute Inc., Cary, NC John Toebes, SAS Institute Inc., Cary, NC Jeff Polzin,

More information

SAS Clinical Data Integration 2.4

SAS Clinical Data Integration 2.4 SAS Clinical Data Integration 2.4 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS Clinical Data Integration 2.4: User's Guide.

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Tutorial: Create an Excel Dashboard. Overview. **** Download the Example Dashboard ****

Tutorial: Create an Excel Dashboard. Overview. **** Download the Example Dashboard **** Tutorial: Create an Excel Dashboard This page walks through building an Excel dashboard with a mobile tool called CommCare. Similar to how Excel helps people build spreadsheets, CommCare enables anyone

More information

SAS Viya 3.2 Administration: Monitoring

SAS Viya 3.2 Administration: Monitoring SAS Viya 3.2 Administration: Monitoring Monitoring: Overview SAS Viya provides monitoring functions through several facilities. Use the monitoring system that matches your needs and your environment: SAS

More information

PharmaSUG Paper PO10

PharmaSUG Paper PO10 PharmaSUG 2013 - Paper PO10 How to make SAS Drug Development more efficient Xiaopeng Li, Celerion Inc., Lincoln, NE Chun Feng, Celerion Inc., Lincoln, NE Peng Chai, Celerion Inc., Lincoln, NE ABSTRACT

More information

0Acknowledgement. This application has been developed with the cooperation of the Inter-agency Group for Child Mortality Estimation.

0Acknowledgement. This application has been developed with the cooperation of the Inter-agency Group for Child Mortality Estimation. r4 0Acknowledgement This application has been developed with the cooperation of the Inter-agency Group for Child Mortality Estimation. 1Contents Introduction... 6 User Levels... 6 Learning CME Info...

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

1 Dashboards Administrator's Guide

1 Dashboards Administrator's Guide 1 Dashboards Administrator's Guide Page 1 2 Dashboards Administrator's Guide Table of Contents FAQs... 4 Q: Why does my browser tell me Microsoft Silverlight is required when I am trying to view a Visualization?

More information

Is Your Data Viable? Preparing Your Data for SAS Visual Analytics 8.2

Is Your Data Viable? Preparing Your Data for SAS Visual Analytics 8.2 Paper SAS1826-2018 Is Your Data Viable? Preparing Your Data for SAS Visual Analytics 8.2 Gregor Herrmann, SAS Institute Inc. ABSTRACT We all know that data preparation is crucial before you can derive

More information

General User Manual. Copyright , Better Days Enterprises, LLC West Main Street #119 Rapid City, SD

General User Manual. Copyright , Better Days Enterprises, LLC West Main Street #119 Rapid City, SD General User Manual Copyright 2008-2012, Better Days Enterprises, LLC. 3213 West Main Street #119 Rapid City, SD 57702-2314 Revision: February 4, 2012 Version: 1.917 CleverQ General User Manual Table of

More information

ABSTRACT MORE THAN SYNTAX ORGANIZE YOUR WORK THE SAS ENTERPRISE GUIDE PROJECT. Paper 50-30

ABSTRACT MORE THAN SYNTAX ORGANIZE YOUR WORK THE SAS ENTERPRISE GUIDE PROJECT. Paper 50-30 Paper 50-30 The New World of SAS : Programming with SAS Enterprise Guide Chris Hemedinger, SAS Institute Inc., Cary, NC Stephen McDaniel, SAS Institute Inc., Cary, NC ABSTRACT SAS Enterprise Guide (with

More information

myvirena.com Training Guide

myvirena.com Training Guide myvirena.com Training Guide Registering as a New User... 3 User Roles... 5 Healthcare Provider Roles... 5 Organizational Administrator... 5 Authorized User... 5 Public Health Roles... 5 Country... 5 State...

More information

Migrating NetBackUp Data to the Commvault Data Platform

Migrating NetBackUp Data to the Commvault Data Platform Migrating NetBackUp Data to the Commvault Data Platform LEGACY MIGRATION OVERVIEW Legacy backup data migrations are typically perceived to be high-cost, take a long time to complete, and prone to error

More information

SAS/ACCESS Interface to R/3

SAS/ACCESS Interface to R/3 9.1 SAS/ACCESS Interface to R/3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS/ACCESS 9.1 Interface to R/3: User s Guide. Cary, NC: SAS Institute

More information

Taking a First Look at Excel s Reporting Tools

Taking a First Look at Excel s Reporting Tools CHAPTER 1 Taking a First Look at Excel s Reporting Tools This chapter provides you with an overview of Excel s reporting features. It shows you the principal types of Excel reports and how you can use

More information

Cell Suppression In SAS Visual Analytics: A Primer

Cell Suppression In SAS Visual Analytics: A Primer ABSTRACT Paper 11883-2016 Cell Suppression In SAS Visual Analytics: A Primer Marc Flore, Institute for Health Policy and Practice, University of New Hampshire In healthcare and other fields, the importance

More information

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs The Friday Center for Continuing Education has the responsibility of approving continuing education activities for which CEUs are recorded and maintained as a permanent record for individual participants.

More information

How to Back Up a Newmarket Database and Verify Scheduled Jobs for Delphi 9.1.2

How to Back Up a Newmarket Database and Verify Scheduled Jobs for Delphi 9.1.2 How to Back Up a Newmarket Database and Verify Scheduled Jobs for Delphi 9.1.2 Newmarket International, Inc. Document Version 1.0 7/7/03 Copyright 2003 Newmarket International, Inc. All rights reserved.

More information

Adobe Marketing Cloud Report Builder

Adobe Marketing Cloud Report Builder Adobe Marketing Cloud Report Builder Contents Adobe Report Builder Help...6 What's New in Report Builder...7 Report Builder 5.6...7 Report Builder 5.5...7 Report Builder 5.4...7 Report Builder 5.3...8

More information

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide Introduction This onboarding guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

Basic Intro to ETO Results

Basic Intro to ETO Results Basic Intro to ETO Results Who is the intended audience? Registrants of the 8 hour ETO Results Orientation (this training is a prerequisite) Anyone who wants to learn more but is not ready to attend the

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

SAS Marketing Operations Management 6.0 R14 Update 2

SAS Marketing Operations Management 6.0 R14 Update 2 SAS Marketing Operations Management 6.0 R14 Update 2 What s New SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS Marketing Operations Management

More information

North Carolina Community Colleges Business Intelligence Reporting System

North Carolina Community Colleges Business Intelligence Reporting System North Carolina Community Colleges Business Intelligence Reporting System College User Manual Creating Custom Reports Creating Custom Reports The following section will show you how to create custom reports

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Information Visualization

Information Visualization Paper 166-25 Presenting Your Data Easily with Graph-N-Go Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA ABSTRACT Visualizing and presenting data effectively using reports and listings can

More information

SPS Commerce Dashboards & Alerts User Guide

SPS Commerce Dashboards & Alerts User Guide SPS Commerce Dashboards & Alerts User Guide 1 Table of Contents Introduction... 3 Additional Resources... 3 Logging In... 4 Changing your password... 4 The Portal Homepage... 5 Administration... 5 My Reports...

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE 1 Table of Contents Logging In 3 Navigating the Dashboards 4 Promotion Search 4 Trend Analysis 6 Sparkline/Segmentation 7 HelloWorld Analytics Toolbar 8 Promotion Summary Tab 9 Realtime

More information

IMIR Reporting Services

IMIR Reporting Services 1 IMIR Reporting Services A guide to use reporting services application at IMIR Patki, Amol M. 9/1/2011 Introduction What is Microsoft Reporting Services SQL Server Reporting Services is a comprehensive,

More information

SAS BI Dashboard 3.1. User s Guide Second Edition

SAS BI Dashboard 3.1. User s Guide Second Edition SAS BI Dashboard 3.1 User s Guide Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS BI Dashboard 3.1: User s Guide, Second Edition. Cary, NC:

More information

SAS Model Manager 15.1: Quick Start Tutorial

SAS Model Manager 15.1: Quick Start Tutorial SAS Model Manager 15.1: Quick Start Tutorial Overview This Quick Start Tutorial is an introduction to some of the primary features of SAS Model Manager. The tutorial covers basic tasks that are related

More information

SAS Job Monitor 2.2. About SAS Job Monitor. Overview. SAS Job Monitor for SAS Data Integration Studio

SAS Job Monitor 2.2. About SAS Job Monitor. Overview. SAS Job Monitor for SAS Data Integration Studio SAS Job Monitor 2.2 About SAS Job Monitor Overview SAS Job Monitor is a component of SAS Environment Manager that integrates information from SAS Data Integration Studio, DataFlux Data Management Server,

More information

SAS Publishing SAS. Forecast Studio 1.4. User s Guide

SAS Publishing SAS. Forecast Studio 1.4. User s Guide SAS Publishing SAS User s Guide Forecast Studio 1.4 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Forecast Studio 1.4: User s Guide. Cary, NC: SAS Institute

More information

How to Generate an AL Quality Measures Report

How to Generate an AL Quality Measures Report This document provides a summary of how to build assisted living reports in LTC Trend Tracker sm. Please note your level of access to LTC Trend Tracker is determined by your organization s account administrator.

More information

Paper SAS Managing Large Data with SAS Dynamic Cluster Table Transactions Guy Simpson, SAS Institute Inc., Cary, NC

Paper SAS Managing Large Data with SAS Dynamic Cluster Table Transactions Guy Simpson, SAS Institute Inc., Cary, NC Paper SAS255-2014 Managing Large Data with SAS Dynamic Cluster Table Transactions Guy Simpson, SAS Institute Inc., Cary, NC ABSTRACT Today's business needs require 24/7 access to your data in order to

More information

Page 1 of 6 Procedures > Pages > Procedures Use -the-system > MI-generate-report MI - Generate Report I Like It Tags & Notes MI - Generate Report This is an explanation of how to access, view and filter

More information

Your Data Visualization Game Is Strong Take It to Level 8.2

Your Data Visualization Game Is Strong Take It to Level 8.2 Paper SAS2164-2018 Your Data Visualization Game Is Strong Take It to Level 8.2 Brandon Kirk and Jason Shoffner, SAS Institute Inc., Cary, NC ABSTRACT Your organization already uses SAS Visual Analytics,

More information

Business Analytics Enhancements

Business Analytics Enhancements A Taste of What s Cooking at US Foods Business Analytics Enhancements March 2017 Enhancement Summary On March 11, Business Analytics was updated with the following enhancements: Monthly trend report will

More information

Analyze search results by using charts and graphs on a dedicated dashboard. Nexis Media Coverage Analyzer User Guide

Analyze search results by using charts and graphs on a dedicated dashboard. Nexis Media Coverage Analyzer User Guide Nexis Media Coverage Analyzer User Guide Analyze search results by using charts and graphs on a dedicated dashboard Nexis Media Coverage Analyzer is a new add-on module for nexis.com with a dedicated dashboard

More information

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x ABSTRACT An often requested feature in reporting is the development of simple Dashboard reports that summarize project information in

More information

BI Launch Pad User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2

BI Launch Pad User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2 BI Launch Pad User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business

More information

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN Paper RIV05 Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN ABSTRACT The SAS Business Intelligence platform provides a wide variety of reporting

More information

SAS Viya 3.2 Administration: External Credentials

SAS Viya 3.2 Administration: External Credentials SAS Viya 3.2 Administration: External Credentials External Credentials: Overview SAS Viya deployments require credentials for external accounts and credentials for accessing databases and other third-party

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

Provider Communication Tool and Service Referral Tool Provider Instructions

Provider Communication Tool and Service Referral Tool Provider Instructions Provider Communication Tool and Service Referral Tool Provider Instructions Prepared By Stark County Board of Developmental Disabilities 1278 South Main Street North Canton, OH 44720 and www.idatatechnologies.com

More information

SIEBEL ANALYTICS USER GUIDE

SIEBEL ANALYTICS USER GUIDE SIEBEL ANALYTICS USER GUIDE VERSION 7.5, REV. C 12-F26S73 MARCH 2003 Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2003 Siebel Systems, Inc. All rights reserved. Printed

More information

Registration and Title System Cognos Enterprise Reporting Release Notes. Release ERQ2

Registration and Title System Cognos Enterprise Reporting Release Notes. Release ERQ2 Registration and Title System Cognos Enterprise Reporting Release Notes Release ERQ2 Release Date: February 14, 2016 About Release Notes These Release Notes contain information about new features added,

More information

McAfee Security Connected Integrating epo and MFECC

McAfee Security Connected Integrating epo and MFECC McAfee Security Connected Integrating epo and MFECC Table of Contents Overview 3 User Accounts & Privileges 3 Prerequisites 3 Configuration Steps 3 Value Add 12 FOR INTERNAL AND CHANNEL USE ONLY Rev 1

More information