Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide

Size: px
Start display at page:

Download "Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide"

Transcription

1 Paper Easing int Data Explratin, Reprting, and Analytics Using SAS Enterprise Guide ABSTRACT Marje Fecht, Prwerk Cnsulting Whether yu have been prgramming in SAS fr years, are new t it, r have dabbled with SAS Enterprise Guide befre, this hands-n wrkshp sheds sme light n the depth, breadth, and pwer f the Enterprise Guide envirnment. With all the demands n yur time, yu need pwerful tls that are easy t learn and deliver end-t-end supprt fr yur data explratin, reprting, and analytics needs. Included are the fllwing: data explratin tls frmatting cde cleaning up after yur cwrkers enhanced prgramming envirnment (and hw t calm it dwn) easily creating reprts and graphics prducing the utput frmats yu need (XLS, PDF, RTF, HTML, PPT) wrkspace layut prductivity tips. This wrkshp uses SAS Enterprise Guide 7.1, but mst f the cntent is applicable t earlier versins. INTRODUCTION As an analyst, yu prbably need t prvide actinable insights t enable effective decisin making. With all f the demands n yur time, yu need pwerful tls that are quick t learn and deliver end-t-end supprt fr yur analytics needs. SAS Enterprise Guide prvides yu with a wealth f tls t help yu easily turn all that data int useful infrmatin. This paper will help yu understand: What tls are available fr explring and understanding yur data Hw t use the tls fr data explratin, analytics, reprting, and presentatin Hw t easily create a variety f utput frmats t display yur results Hw t custmize the envirnment t imprve yur prductivity. Because f the flexibility f SAS Enterprise Guide, there are usually many paths yu can take, and tls yu can use t accmplish the same tasks. This presentatin describes a few, but nt all, appraches t each task. 1

2 EXPLORING AND UNDERSTANDING YOUR DATA Hw can yu easily get a feel fr yur data? Perhaps yu eyeball the data, OR if yu are a SAS Prgrammer, yu may run a series f Prcedures like CONTENTS, FREQ, SUMMARY, GCHART, GPLOT, SGPLOT, SGSCATTER, etc.. But, there is a much easier and mre effective apprach! QUICK AND EASY LOOK AT THE DATA My first stp with any new set f data is the SAS Enterprise Guide Data Explrer, which enables yu t: View all r a prtin f yur detail data Easily create charts and graphs t explre the variables, and quickly highlight pssible issues and utliers Highlight the tp 10 values f variables And prduce many ther statistics f yur chsing. Hw d yu access the Data Explrer? There are multiple ways t access the Data Explrer (File Open Data Explratin) but my preference is: In the Server List windw, yu can view a list f the available servers, libraries, and SAS files. Use the plus sign (+) t expand the Servers and Libraries, and navigate t the dataset f interest Right click n the dataset and select Explrer Tip: If yu want t Explre Temprary (WORK) datasets OR if yu are wrking with LARGE data - see the tricks in the FAQ at Nte: The Data Explrer ptins are nrmally cnfigured t limit the number f rws and clumns that are available (by default). Once yu are in the explrer windw, yu can: Apply filters t cntrl which variables and rws yu view Request Quick Stats, t view charts, plts, summary statistics, and mre Custmize the envirnment t cntrl Usage with large data Statistics that appear by default fr character, numeric, date/time, and currency variables. Just select the Select Statistics tl in the Quick Stats view. And many ther ptins (SAS Enterprise Guide has A LOT f ptins!!). 2

3 T illustrate sme f the features, see Figure 1 t view a prtin f the data in SASHELP.HEART and ntice: Icns next t variable name describing the data type (numeric, character, currency, date) Quick Stats view n the right Tls let yu cntrl data display (rws, clumns) Select Statistics lets yu chse the default graphics and statistics t display fr each f the 4 data types Fr Character variables, the default statistics include: # f distinct values Cunt Vertical Bar chart shwing frequencies Tp Distinct values including frequencies fr each (up t Tp 10) Ntice that numeric variables have different default statistics. Figure 1 - Data Explrer - with Quick Stats n all variables 3

4 If yu click n ne f the graphics r tables in the Quick Stats view, it magnifies. Figure 2 - Frequency Chart fr AgeCHDdiag DIG DEEPER FIND THE ISSUES AND ANOMALIES In the Data Explrer, yu can fcus in n areas f cncern by using the Filters t explre subsets f data. The filters can be defined either in the Data View List view in the right pane, r by selecting the filter tl in the clumn f interest. When yu apply filters, and rerun Quick Stats, the statistics represent just the subset f data s that yu can fcus in t find issues and anmalies. TIP: SAS desn t APPLY the filters (select clumns, subset data, srt) until yu select Apply Updates. 4

5 In additin t the Data Explrer fr reviewing yur data, filtering, and viewing subsets f data, there are many built-in Enterprise Guide tasks t easily accmmdate further data investigatins. Select Tasks Brwse frm the menu bar, t select frm a large selectin f built-in tasks. N Cding required! Tasks prvide easy access t the tls yu need t explre, summarize, visualize, analyze, reprt, and s n. Yu can access tasks by Categry, Name, Prcs, and even visual representatins. Figure 3 Tasks The task infrmatin includes the underlying SAS Prcedure, if applicable. This can be useful if yu need additinal dcumentatin n hw the prcedure handles data, methdlgies, etc. If yu want univariate descriptins f all f yur variables, similar t the Data Explrer results, select Tasks Describe Characterize Data... The Characterize Data Wizard will step yu thru the selectins and prduce results that can easily be printed r saved fr later usage. 5

6 EASILY CREATING REPORTS AND GRAPHICS T help yu understand the underlying relatinships in yur data, SAS Enterprise Guide prvides extensive graphics and analytics capabilities, thrugh the built-in tasks. SCATTERPLOT MATRIX Fr example, suppse yu want t explre the relatinships between 4 f the variables in the heart data, fr different subsets f data. Yu can prduce a Scatter Plt Matrix and easily cntrl the features f the graphic. T get started, select Tasks Graph Scatter Plt Matrix... Ntice that the task lets yu specify filters, variables t include in the scatter plt matrix, gruping variable (separate pltting symbls fr each grup), and even gives yu the ptin f including a Histgram alng the diagnal t better understand the distributin f each variable. Figure 4 - Scatter Plt Matrix t explre relatinships between variables Behind the scenes, this task generates a prgram which uses PROC SGSCATTER. Fr the tasks that generate SAS cde, yu can view the cde (select Preview Cde), learn frm the cde, save it as part f ther prgrams, and add additinal ptins t yur cde that the task might nt enable. Ntice the Help buttn. Every task has help t guide yu thrugh the chices and capabilities s that yu can use the task effectively. 6

7 When yu select Run, the task will prduce yur Scatter Plt matrix. Ntice: Histgram fr each variable alng the diagnal Scatter plt f each pair f variables Pltting symbl represents the gruping variable Weight Status Additinal tabs can be pened t view SAS cde that is created fr the task Lg with any messages If yu need t make changes t yur selectins, select Mdify Task Yu can exprt the results in a variety f frmats. This will be discussed later in this paper. Figure 5 - Scatter Plt describing the relatinships between pairs f variables 7

8 That was easy wasn t it?? What ther ways can yu visualize yur data in SAS Enterprise Guide? Depending n the versin yu are using, there are a lt f additinal Graph Tasks. Figure 6 - Graph Tasks - chices are versin dependent Similar t Figure 5, the tasks abve prvide yu with a variety f selectins t specify yur chices fr data, variables, ptins, utput custmizatin, and mre. VERTICAL BAR CHART Perhaps yu wuld like t use a simple vertical bar chart t describe yur data, but yu are nt familiar with the SAS/GRAPH cde yu wuld need? Let SAS write the cde fr yu! Select Tasks Graph Bar Chart frm the main menu. This pens the Bar Chart Wizard. In the Bar Chart screen, duble click n Simple Vertical Bar In the Task Rles screen (accessible by selecting Data (secnd item in far left): change the Data surce, by selecting Edit (upper right f windw) Brwse and then chse Lcal Libraries SASHELP Shes OK 8

9 Drag Regin t Clumn t Chart Drag Sales t Sum f. In the Appearance Layut Screen, uncheck the 2D bx and then change the Shape t Prism frm the drp dwn list In the Titles screen Click n Graph Uncheck Use Default Text and enter yur wn title fr yur graph. T see what cde was generated, click n Preview Cde. Clse the Cde Preview Windw Click n Run t create the Bar Chart The bar chart pens autmatically in a new Tab in yur Enterprise Guide sessin. Figure 7 Vertical Bar Chart - Ntice tabs that are available In additin t viewing the Bar Chart, ntice that there are als tabs fr the input data, cde, and lg. Additinally, the Cntext Menu allws yu t easily Mdify Task if yu have changes t make. 9

10 The Cde tab displays the prgram that was created t prduce the Bar Chart, and there are many visual cues t help with cde readability and understanding. Cde clratin helps yu view pssible cde issues (try remving a semicln r qute and watch the clr adjust) SAS Dcumentatin displays when yu hver yur muse ver keywrds (Figure 9). Figure 8 Dcumentatin Displays Easily 10

11 TASKS ARE FUN, BUT LET S BORROW THE CODE AND MAKE CHANGES If yu wuld like t cpy this cde as a starting pint fr yur prgrams, yu can save the generated cde, and then make mdificatins. Select the cde tab (see figure 9) Select the AXIS, GOPTIONS, TITLE, and FOOTNOTE statements and the PROC GCHART statements up t the RUN; statement Right click anywhere in the highlighted cde, and select Cpy Select File New Prgram Paste the cpied cde int the new (empty) Prgram Tab (Figure 10). Figure 9 Creating a New Prgram 11

12 PRODUCTIVITY TIPS FOR PROGRAMMING IN ENTERPRISE GUIDE A few pinters abut wrking with a Prgram in Enterprise Guide: Ntice the * in the Prgram Tab abve; it is a reminder t save the mst recent changes. T Save yur prgram, select the Save dwn arrw, and select Save As. Specify a name and lcatin fr yur prgram. The * will disappear and the prgram name will appear abve the tab. Cde generated by Tasks nrmally creates a temprary view f yur data. In Figure 10, ntice PROC GCHART uses WORK.SORTTempTableSrted. Update the dataset name when creating yur wn prgram. Many prductivity tls are available fr prgrammers including: Cde cmpletin (see figure 11) fr Data Set Name cmpletin Parentheses matching Syntax suggestins. Figure 10 Cde Cmpletin - fr Libraries and Data Set Names 12

13 Have yu ever inherited prly frmatted cde? If yur cde lacks indentatin, white space, and readable frmatting, let Enterprise Guide fix it fr yu. Right Click and select Frmat Cde. Figure 11 Prly Frmatted cde - hw t fix? Figure 12 Nicely frmatted cde - thanks t Enterprise Guide Hw d yu adjust hw the editr features wrk, r turn them ff? Tls Optins SAS Prgram Editr Optins. Select the Autcmplete Tab t change hw the autcmplete features wrk r the Indenter tab t change frmatting features. 13

14 Hw can I view multiple cmpnents f my prject at the same time? Wuld yu like t be able t view yur PROGRAM at the same time yu are viewing yur BAR CHART? I ften find it helpful t understand hw the ptins and statements cntrl utput cmpnents by viewing the prgram alngside the graph. Enterprise Guide prvides many ways t change yur wrkspace layut, including: View Wrkspace Layut Side by Side (Figures 14 and 15) Figure 13 Wrkspace Layut Figure 14 Side By Side view f Chart and Prgram 14

15 Yu may find it useful t view tw sectins f the SAME prgram, side by side. T accmplish that, right click in yur prgram and select Split t be able t view tw parts f the SAME prgram Figure 15 Viewing the tp and bttm f a prgram at the same time What abut versin cntrl, fr my prgrams? SAS implemented standard surce cntrl management int Enterprise Guide 7.1. Curius abut what changes yu, r smene else has made in yur prgram? Yu can view Prgram Histry. chse which prgrams t cmpare r cmmit. Integrate with a GIT repsitry Fr a detailed explanatin, see latest-features-fr-sas-enterprise-guide-7.1?autstart=true. Hw can I see what macr variables are in my envirnment, and what their values are? Use the new Macr Variable Viewer! Tls SAS Macr Variable Viewer 15

16 PROCESS FLOW WHAT IS IT AND WHY DO I CARE? As yu cntinue using tasks t build yur stry, SAS Enterprise Guide keeps tracks f the steps, and yur results in a prcess flw. This prcess Flw can be saved as an Enterprise Guide Prject s that yu can Easily dcument the steps yu tk Use the Prject as a starting pint later t cntinue with the current analysis, r, apply the flw t ther data Share yur prject with ther team members fr their use. T view yur Prcess Flw, select View Prcess Flw. Figure 17 shws an example Prcess Flw prduced by the steps taken n the HEART data in this paper. T save this as a prject, select Save Prject as. This will create a file f type EGP which can be shared r serve as yur starting pint in yur next sessin. Figure 16 - Prcess Flw - 2 tasks and their results, using the HEART data Additinally, yu can create Prject Prmpts t generalize the prject s that yu can custmize future results by changing data set names, time frames, variables, ptins, etc. 16

17 PRESENTING THE RESULTS A challenge we all face is getting ur results int a presentable frmat. SAS Enterprise Guide prvides a variety f utput frmats fr viewing r saving the results f tasks, as well as an excellent tl t pull results tgether int a single reprt template. Mst results within Enterprise Guide can be: Exprted t HTML, XML, r PDF - select Exprt Sent t WORD, EXCEL, PPT - select Send T Saved as a reprt in the Enterprise Guide envirnment. - select Create. Yu can als use Tls Optins Results t cntrl the frmat f all results that yu prduce custmize the frmats and prperties f the different result frmats. If yu wuld like t use Enterprise Guide t assemble multiple pictures and tables int a single lcatin, select File New Reprt, select the reprts frm thse yu have created, and begin assembling yur reprt. Yu can even bring in images such as cmpany lgs r pictures that supprt the data. CONCLUSION SAS Enterprise Guide prvides a pwerful and flexible envirnment t let yu fcus yur time and energies n finding and delivering actinable insights fr effective decisin making. Instead f learning and writing SAS prgrams, yu can explre the built-in tasks and capabilities t fulfill yur reprting and analytics needs. RECOMMENDED READING Fr additinal SAS Enterprise Guide presentatins and explanatins, please see Jin the Enterprise Guide Cmmunity, and ther cmmunities at cmmunities.sas.cm 17

18 CONTACT INFORMATION Yur cmments and questins are valued and encuraged. Cntact the authr at: Marje Fecht Prwerk Cnsulting SAS and all ther SAS Institute Inc. prduct r service names are registered trademarks r trademarks f SAS Institute Inc. in the USA and ther cuntries. indicates USA registratin. Other brand and prduct names are trademarks f their respective cmpanies. 18

Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide

Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide Paper 809-2017 Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide ABSTRACT Marje Fecht, Prowerk Consulting Whether you have been programming in SAS for years, are new to

More information

Kaltura MediaSpace User Manual. Version: 3.0

Kaltura MediaSpace User Manual. Version: 3.0 Kaltura MediaSpace User Manual Versin: 3.0 Kaltura Business Headquarters 200 Park Avenue Suth, New Yrk, NY. 10003, USA Tel.: +1 800 871 5224 Cpyright 2012 Kaltura Inc. All Rights Reserved. Designated trademarks

More information

6 Ways to Streamline Your Tasks in Outlook

6 Ways to Streamline Your Tasks in Outlook 6 Ways t Streamline Yur Tasks in Outlk Every jb requires a variety f tasks during a given day. Maybe yurs includes meeting with clients, preparing a presentatin, r cllabrating with team members n an imprtant

More information

INFocus Health Screenings Report

INFocus Health Screenings Report INFcus Health Screenings Reprt Abut This Reprt This reprt will shw health screenings by schl fr a selected schl(s) and screening(s) between a specified date ranges. Quick Reference Guide STI_0529131310

More information

MOS Access 2013 Quick Reference

MOS Access 2013 Quick Reference MOS Access 2013 Quick Reference Exam 77-424: MOS Access 2013 Objectives http://www.micrsft.cm/learning/en-us/exam.aspx?id=77-424 Create and Manage a Database Create a New Database This bjective may include

More information

Knowledgeware Rule-based Clash

Knowledgeware Rule-based Clash Knwledgeware Rule-based Clash Clash rules written using knwledgeware capabilities can be used in a standalne clash prcess clash prcess, ensuring clash analyses take crprate practices int accunt. Multiple

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

Kaltura MediaSpace User Manual. Version: 4.0

Kaltura MediaSpace User Manual. Version: 4.0 Kaltura MediaSpace User Manual Versin: 4.0 Kaltura Business Headquarters 200 Park Avenue Suth, New Yrk, NY. 10003, USA Tel.: +1 800 871 5224 Cpyright 2012 Kaltura Inc. All Rights Reserved. Designated trademarks

More information

Exercise 4: Working with tabular data Exploring infant mortality in the 1900s

Exercise 4: Working with tabular data Exploring infant mortality in the 1900s Exercise 4: Wrking with tabular data Explring infant mrtality in the 1900s Backgrund Althugh peple tend t think abut GIS as being primarily cncerned with mapping. It is better thught f as a type f database

More information

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY Accessing RefWrks Access RefWrks frm a link in the Bibligraphy/Citatin sectin f the Hurst Library web page (http://library.nrthwestu.edu) Create

More information

Relius Documents ASP Checklist Entry

Relius Documents ASP Checklist Entry Relius Dcuments ASP Checklist Entry Overview Checklist Entry is the main data entry interface fr the Relius Dcuments ASP system. The data that is cllected within this prgram is used primarily t build dcuments,

More information

Kaltura MediaSpace User Manual. Version: 4.6

Kaltura MediaSpace User Manual. Version: 4.6 Kaltura MediaSpace User Manual Versin: 4.6 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2013 Kaltura Inc. All Rights Reserved. Designated

More information

STIQuery Basics. A second example is included at the end of this document.

STIQuery Basics. A second example is included at the end of this document. STIQuery Basics Using STIQuery A wide variety f reprts may be generated via STIQuery. With this tl, the use can retrieve data frm different areas f the prgram and cmbine the infrmatin tgether in ne reprt.

More information

Concentrix University Learning Portal FAQ Document

Concentrix University Learning Portal FAQ Document Cncentrix University Learning Prtal FAQ Dcument Belw are answers t sme cmmnly asked questins abut the Cncentrix University Learning Prtal. If yu d nt see an answer t yur questin, there are cntacts fr additinal

More information

Word 2007 The Ribbon, the Mini toolbar, and the Quick Access Toolbar

Word 2007 The Ribbon, the Mini toolbar, and the Quick Access Toolbar Wrd 2007 The Ribbn, the Mini tlbar, and the Quick Access Tlbar In this practice yu'll get the hang f using the new Ribbn, and yu'll als master the use f the helpful cmpanin tls, the Mini tlbar and the

More information

Outlook Web Application (OWA) Basic Training

Outlook Web Application (OWA) Basic Training Outlk Web Applicatin (OWA) Basic Training Requirements t use OWA Full Versin: Yu must use at least versin 7 f Internet Explrer, Safari n Mac, and Firefx 3.X. (Ggle Chrme r Internet Explrer versin 6, yu

More information

The Login Page Designer

The Login Page Designer The Lgin Page Designer A new Lgin Page tab is nw available when yu g t Site Cnfiguratin. The purpse f the Admin Lgin Page is t give fundatin staff the pprtunity t build a custm, yet simple, layut fr their

More information

BI Publisher TEMPLATE Tutorial

BI Publisher TEMPLATE Tutorial PepleSft Campus Slutins 9.0 BI Publisher TEMPLATE Tutrial Lessn T2 Create, Frmat and View a Simple Reprt Using an Existing Query with Real Data This tutrial assumes that yu have cmpleted BI Publisher Tutrial:

More information

Scroll down to New and another menu will appear. Select Folder and a new

Scroll down to New and another menu will appear. Select Folder and a new Creating a New Flder Befre we begin with Micrsft Wrd, create a flder n yur Desktp named Summer PD. T d this, right click anywhere n yur Desktp and a menu will appear. Scrll dwn t New and anther menu will

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

EBSCOhost User Guide Print/ /Save. Print, , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com

EBSCOhost User Guide Print/ /Save. Print,  , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com EBSCOhst User Guide Print/E-Mail/Save Print, E-mail, Save, Ntetaking, Exprt, and Cite Yur Search Results supprt.ebsc.cm Table f Cntents Inside this User Guide... 3 Printing Yur Results... 3 E-mailing Yur

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Class Roster. Curriculum Class Roster Step-By-Step Procedure

Class Roster. Curriculum Class Roster Step-By-Step Procedure Imprtant Infrmatin The page prvides faculty and staff a list f students wh are enrlled and waitlisted in a particular class. Instructrs are given access t each class fr which they are listed as an instructr,

More information

TRAINING GUIDE. Lucity Mobile

TRAINING GUIDE. Lucity Mobile TRAINING GUIDE The Lucity mbile app gives users the pwer f the Lucity tls while in the field. They can lkup asset infrmatin, review and create wrk rders, create inspectins, and many mre things. This manual

More information

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu BANNER BASICS What is Banner? Definitin Prduct Mdules Self-Service-Fish R Net Lg int Banner Banner Envirnment The Main Windw My Banner Pages What is it? What frm d yu use? Steps t create a persnal menu

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

More information

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool HHAeXchange The Reprting Tl An Overview f HHAeXchange s Reprting Tl Cpyright 2017 Hmecare Sftware Slutins, LLC One Curt Square 44th Flr Lng Island City, NY 11101 Phne: (718) 407-4633 Fax: (718) 679-9273

More information

Log in with your WUSTL Key and password If you have forgotten your WUSTL Key or password, see

Log in with your WUSTL Key and password If you have forgotten your WUSTL Key or password, see Student Help Manual fr CrnerstneCnnect Accmmdate Accessing Accmmdate G t URL https://crnerstne.wustl.edu/crnerstnecnnect.aspx Click the link at tp right fr Accmmdate Lg in with yur WUSTL Key and passwrd

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

How to use DCI Contract Alerts

How to use DCI Contract Alerts Hw t use DCI Cntract Alerts Welcme t the MyDCI Help Guide series Hw t use DCI Cntract Alerts In here, yu will find a lt f useful infrmatin abut hw t make the mst f yur DCI Alerts which will help yu t fully

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Announcing Veco AuditMate from Eurolink Technology Ltd

Announcing Veco AuditMate from Eurolink Technology Ltd Vec AuditMate Annuncing Vec AuditMate frm Eurlink Technlgy Ltd Recrd any data changes t any SQL Server database frm any applicatin Database audit trails (recrding changes t data) are ften a requirement

More information

Using the DOCUMENT Procedure to Expand the Output Flexibility of the Output Delivery System with Very Little Programming Effort

Using the DOCUMENT Procedure to Expand the Output Flexibility of the Output Delivery System with Very Little Programming Effort Paper 11864-2016 Using the DOCUMENT Prcedure t Expand the Output Flexibility f the Output Delivery System with Very Little Prgramming Effrt ABSTRACT Rger D. Muller, Ph.D., Data T Events Inc. The DOCUMENT

More information

Using MeetingSquared as an Administrator

Using MeetingSquared as an Administrator Using MeetingSquared as an Administratr Use the MeetingSquared web interface t set up and manage yur meeting. MeetingSquared is part f SharePint within Office 365 s yu use a web brwser t lg in using yur

More information

Online Banking for Business USER GUIDE

Online Banking for Business USER GUIDE Online Banking fr Business estatements USER GUIDE Cntents Cntents... 1 Online Banking fr Business Getting Started... 2 Technical Requirements... 2 Supprted brwsers... 2 Minimum system requirements... 2

More information

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

Qualtrics Instructions

Qualtrics Instructions Create a Survey/Prject G t the Ursinus Cllege hmepage and click n Faculty and Staff. Click n Qualtrics. Lgin t Qualtrics using yur Ursinus username and passwrd. Click n +Create Prject. Chse Research Cre.

More information

TIBCO Statistica Options Configuration

TIBCO Statistica Options Configuration TIBCO Statistica Optins Cnfiguratin Sftware Release 13.3 June 2017 Tw-Secnd Advantage Imprtant Infrmatin SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

OUTLOOK 2016 TIPS. Outlook 2016 Tips

OUTLOOK 2016 TIPS. Outlook 2016 Tips Outlk 2016 Tips Tpics cvered: 1. Respnd t messages inline by default... 1 2. Custmize yur view f Outlk... 1 3. Send a Blind Carbn Cpy... 4 4. Create Rules... 4 6. Delegate access t yur calendar... 6 7.

More information

1on1 Sales Manager Tool. User Guide

1on1 Sales Manager Tool. User Guide 1n1 Sales Manager Tl User Guide Table f Cntents Install r Upgrade 1n1 Page 2 Setting up Security fr Dynamic Reprting Page 3 Installing ERA-IGNITE Page 4 Cnverting (Imprting) Queries int Dynamic Reprting

More information

Use of GIS & GPS in Trail and Land Management

Use of GIS & GPS in Trail and Land Management CLCC Cnference 2014 Intrductin t CT ECO Use f GIS & GPS in Trail and Land Management Explre CT ECO CT ECO is a partnership between the CT Department f Energy and Envirnmental Prtectin (CT DEEP) and the

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation CdeSlice View CdeSlice Live Dcumentatin Scripting is ne f the mst pwerful extensibility features in SSIS, allwing develpers the ability t extend the native functinality within SSIS t accmmdate their specific

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Your Project Plan and Smartsheet

Your Project Plan and Smartsheet USG Managed Services Yur Prject Plan and Smartsheet Change Management Tlkit Cntents 1.0 Purpse... 3 2.0 Accessing Smartsheet and Yur Prject Plan... 4 2.1 Smartsheet Lgin... 4 2.2 Type f Access... 5 3.0

More information

Single File Upload Guide

Single File Upload Guide Single File Uplad Guide August 15, 2018 Versin 9.6.134.78 Single File Uplad Guide 1 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Single File Uplad Guide 2 Table f Cntents 1 Single

More information

Graduate Application Review Process Documentation

Graduate Application Review Process Documentation Graduate Applicatin Review Prcess Cntents System Cnfiguratin... 1 Cgns... 1 Banner Dcument Management (ApplicatinXtender)... 2 Banner Wrkflw... 4 Navigatin... 5 Cgns... 5 IBM Cgns Sftware Welcme Page...

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects January 29, 2018 - Versin 9.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Quick Reference Guide User Permissions & Roles - Buyers. Table of Contents

Quick Reference Guide User Permissions & Roles - Buyers. Table of Contents User Permissins & Rles - Buyers Table f Cntents User Permissins & Rles... 2 Adding New Users... 2 Editing Existing Users... 3 Users Search Table... 3 Creating User Rles... 4 Editing Existing Rles... 6

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

UnivRS Information Guide: CV Activities and Contributions

UnivRS Information Guide: CV Activities and Contributions UnivRS Infrmatin Guide: CV Activities and Cntributins March 2016 Table f Cntents 1. Intrductin... 3 2. UnivRS Lgin... 3 3. UnivRS Dashbard... 4 3.1 Switch Rle... 4 3.2 My Settings... 5 4. CV Activities...

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Kaltura Video Extension for IBM Connections User Guide. Version: 1.0

Kaltura Video Extension for IBM Connections User Guide. Version: 1.0 Kaltura Vide Extensin fr IBM Cnnectins User Guide Versin: 1.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2014 Kaltura Inc. All Rights

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

MOS PowerPoint 2013 Quick Reference

MOS PowerPoint 2013 Quick Reference MOS PwerPint 2013 Quick Reference Exam 77-422: MOS PwerPint 2013 Objectives http://www.micrsft.cm/learning/en-us/exam.aspx?id=77-422 YuTube Vides: http://www.yutube.cm/user/3mit1/playlists Create and Manage

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

Tips For Customising Configuration Wizards

Tips For Customising Configuration Wizards Tips Fr Custmising Cnfiguratin Wizards ver 2010-06-22 Cntents Overview... 2 Requirements... 2 Applicatins... 2 WinSCP and Putty... 2 Adding A Service T An Existing Wizard... 3 Gal... 3 Backup Original

More information

Report Customization. Course Outline. Notes. Report Designer Tour. Report Modification

Report Customization. Course Outline. Notes. Report Designer Tour. Report Modification 1 8 5 0 G a t e w a y B u l e v a r d S u i t e 1 0 6 0 C n c r d, C A 9 4 5 2 0 T e l 9 2 5-681- 2 3 2 6 F a x 9 2 5-682- 2900 Reprt Custmizatin This curse cvers the prcess fr custmizing reprts using

More information

Area Governors Module

Area Governors Module 1. General Overview Welcme t Assistant/Area Gvernrs Mdule, this well structured sectin f the District Organizatin Chart will assist yu in rganizing the club lists fr all yur Assistant/Area Gvernrs 2. Getting

More information

Adobe InDesign: The Knowledge

Adobe InDesign: The Knowledge Adbe InDesign: The Knwledge Linda Trst Washingtn & Jeffersn Cllege Hints 1. Plan/design yur dcument s layut befre yu start placing text. 2. The first time yu call up Adbe InDesign CS, even befre yu pen

More information

CLIC ADMIN USER S GUIDE

CLIC ADMIN USER S GUIDE With CLiC (Classrm In Cntext), teaching and classrm instructin becmes interactive, persnalized, and fcused. This digital-based curriculum, designed by Gale, is flexible allwing teachers t make their classrm

More information

This document provides new and updated items that were included in each release of Checkpoint Engage. (Each product requires a separate license.

This document provides new and updated items that were included in each release of Checkpoint Engage. (Each product requires a separate license. WHAT S NEW Checkpint Engage (Onvi) This dcument prvides new and updated items that were included in each release f Checkpint Engage. (Each prduct requires a separate license.) Checkpint Engage prduct supprt

More information

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1 Adding Cntent MyUni... 2 Cntent Areas... 2 Curse Design... 2 Sample Curse Design... 2 Build cntent by creating a flder... 3 Build cntent by creating an item... 4 Cpy r mve cntent in MyUni... 5 Manage files

More information

Exporting and Importing the Blackboard Vista Grade Book

Exporting and Importing the Blackboard Vista Grade Book Exprting and Imprting the Blackbard Vista Grade Bk Yu can use the Blackbard Vista Grade Bk with a spreadsheet prgram, such as Micrsft Excel, in a number f different ways. Many instructrs wh have used Excel

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Ad Hoc: Ad Hoc Reporting

Ad Hoc: Ad Hoc Reporting Ad Hc: Ad Hc Reprting Ad Hc Tls and Features Filter Designer used t create reprts and searches fr specific students/data 3 kinds f filters Query Wizard select fields and enter criteria Selectin Editr select

More information

Reviewer Information Sheet for Committee Members

Reviewer Information Sheet for Committee Members Reviewer Infrmatin Sheet fr Cmmittee Members OSIRIS is a web-based applicatin that was created t imprve human subject prtectins and t enable the IRB t better serve the research cmmunity. The applicatin

More information

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved.

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder User Guide Cpyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder 2.5 User Guide Table f cntents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 3 ADDING RENEWAL REMINDER

More information

WordPress Overview for School Webmasters

WordPress Overview for School Webmasters WrdPress Overview fr Schl Webmasters Cntents 1. Rle f the Schl Webmaster... 2 2. Rle f the District Webmaster... 2 3. Schl Website Standards... 3 Header... 3 Fter... 3 Pages... 4 Sites... 5 4. Hw T...

More information

User Guide Version v2015.1

User Guide Version v2015.1 2015 Exag Inc. All rights reserved. User Guide Versin v2015.1 Exag Reprting is a registered trademark f Exag, Inc. Windws is a registered trademark f Micrsft Crpratin in the United States and ther cuntries.

More information

Dashboard Extension for Enterprise Architect

Dashboard Extension for Enterprise Architect Dashbard Extensin fr Enterprise Architect Dashbard Extensin fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins f the free versin f the extensin... 3 Example Dashbard

More information

TRACK CHAIRS CREATING INVITED SESSIONS AND INVITING SESSION ORGANIZER(S)

TRACK CHAIRS CREATING INVITED SESSIONS AND INVITING SESSION ORGANIZER(S) TRACK CHAIRS CREATING INVITED SESSIONS AND INVITING SESSION ORGANIZER(S) I. Creating Invited Sessins a. After lgin click n the Sessins Bx b. Select yur track frm the drp dwn menu. c. Once yu select the

More information

E2Open Multi-Collab View (MCV)

E2Open Multi-Collab View (MCV) If yu can read this Click n the icn t chse a picture r Reset the slide. T Reset: Right click n the slide thumbnail and select reset slide r chse the Reset buttn n the Hme ribbn (next t the f nt chice bx)

More information

Entering an NSERC CCV: Step by Step

Entering an NSERC CCV: Step by Step Entering an NSERC CCV: Step by Step - 2018 G t CCV Lgin Page Nte that usernames and passwrds frm ther NSERC sites wn t wrk n the CCV site. If this is yur first CCV, yu ll need t register: Click n Lgin,

More information

RISKMAN TOOL TIPS CHEAT SHEET

RISKMAN TOOL TIPS CHEAT SHEET This is a prmpt sheet fr mre detailed instructins n using the List & Cdes Maintenance sectin f RiskMan refer t the List & Cdes Maintenance Guide accessed via the HELP - > REFERENCE GUIDES menu and the

More information

Constituent Page Upgrade Utility for Blackbaud CRM

Constituent Page Upgrade Utility for Blackbaud CRM Cnstituent Page Upgrade Utility fr Blackbaud CRM In versin 4.0, we made several enhancements and added new features t cnstituent pages. We replaced the cnstituent summary with interactive summary tiles.

More information

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM AvePint Pipeline Pr 2.0 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin E Issued April 2014 1 Table f Cntents Abut AvePint Pipeline Pr... 3 Required Permissins... 4 Overview f Installatin

More information

INFOCUS Enrollment by Count Date

INFOCUS Enrollment by Count Date 0 INFOCUS Enrllment by Cunt Date Crsstab 11/5/2012 Sftware Technlgy, Inc. Thmas Murphy 0 Enrllment by Cunt Date Crsstab OBJECTIVES: A crsstab reprt that cunts enrlled and withdrawn students based n a cunt

More information

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003 Overview The screenshts/advice are based n upgrading Cntrller 10.1 RTM t 10.1 IF6 n Win2003 Other Interim Fix (IF) upgrades are likely t be similar, but the authr cannt guarantee that the dcumentatin is

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

Click Sign In button. Click Register Employer. Click Forgot Username and/or Password to Create a unique user ID and password.

Click Sign In button. Click Register Employer. Click Forgot Username and/or Password to Create a unique user ID and password. Virtual OneStp (VOS) Emplyer User Lgging In If yu dn t have an accunt: If yu have an accunt: Click the Hme page graphic, the Start here r Enter yur user ID and passwrd. Click here links, r the Nt Registered?

More information

This document provides new and updated items that were included in each release of Checkpoint Engage. (Each product requires a separate license.

This document provides new and updated items that were included in each release of Checkpoint Engage. (Each product requires a separate license. WHAT S NEW Checkpint Engage (Onvi) This dcument prvides new and updated items that were included in each release f Checkpint Engage. (Each prduct requires a separate license.) Checkpint Engage prduct supprt

More information

Tips and Tricks in Word 2000 Part II. Presented by Carla Torgerson

Tips and Tricks in Word 2000 Part II. Presented by Carla Torgerson Tips and Tricks in Wrd 2000 Part II Presented by Carla Trgersn (cnt2@psu.edu) 1. using styles Styles are used t create frmatting shrtcuts s yu can create a dcument that has frmatting cnsistency. Fr example,

More information

Asset Panda Web Application Release 12.02

Asset Panda Web Application Release 12.02 Asset Panda Web Applicatin Release 12.02 User Cnfiguratin Permissins Several changes have been made t this page including the fllwing. Page Design The layut has been changed s that all Edit and Misc Cnfiguratins

More information

AASHTOWare BrDR Support Center JIRA Getting Started Guide

AASHTOWare BrDR Support Center JIRA Getting Started Guide AASHTOWare BrDR Supprt Center JIRA Getting Started Guide Versin 1.0.0.0 August 2013 Cpyright 1997-2013 by the American Assciatin f State Highway and Transprtatin Officials. 444 Nrth Capital Street, N.

More information

Microsoft Excel 2007 Tip Sheet

Microsoft Excel 2007 Tip Sheet Micrsft Excel 2007 Tip Sheet Office Tlbar: - Clicking this buttn causes a drp dwn menu t pen which will allw yu t d the fllwing: start a new wrkbk; pen a wrkbk, save a wrkbk, save as, print, prepare fr

More information

Skype for Business 2016

Skype for Business 2016 Skype fr Business 2016 Skype fr Business is IM, calling, vide calling, sharing and cllabratin all rlled int ne package. Quick Tur Here's what the main page f the app lks like. When yu hver ver a cntact's

More information

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal Sircn User Guide A Guide t Using the Vertafre Sircn Self-Service Prtal September 2016 Versin 16.8 Cntents Cntents Using the Vertafre Sircn Self-Service Prtal... 3 Lg In... 3 Hme Page... 4 Lg New Cases...

More information

TUTORIAL --- Learning About Your efolio Space

TUTORIAL --- Learning About Your efolio Space TUTORIAL --- Learning Abut Yur efli Space Designed t Assist a First-Time User Available t All Overview Frm the mment yu lg in t yur just created myefli accunt, yu will find help ntes t guide yu in learning

More information

Quick Start Guide for EAB Campus Advisors

Quick Start Guide for EAB Campus Advisors Student Success Cllabrative Quick Start Guide fr EAB Campus Advisrs Clemsn has launched the EAB Campus platfrm fr advisrs and thers, with the gal f helping students explre a path t timely graduatin cmpletin

More information

Paraben s Phone Recovery Stick

Paraben s Phone Recovery Stick Paraben s Phne Recvery Stick v. 3.0 User manual Cntents Abut Phne Recvery Stick... 3 What s new!... 3 System Requirements... 3 Applicatin User Interface... 4 Understanding the User Interface... 4 Main

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Automatic imposition version 5

Automatic imposition version 5 Autmatic impsitin v.5 Page 1/9 Autmatic impsitin versin 5 Descriptin Autmatic impsitin will d the mst cmmn impsitins fr yur digital printer. It will autmatically d flders fr A3, A4, A5 r US Letter page

More information

User Guide to SEP Lessons

User Guide to SEP Lessons User Guide t SEP Lessns Table f Cntents Website Overview. p. 2 Active Learning lessn plan database p. 2 Hw t search fr a lessn Finding a lessn by grade level Finding a lessn by subject Finding a lessn

More information

Enabling Your Personal Web Page on the SacLink

Enabling Your Personal Web Page on the SacLink 53 Enabling Yur Persnal Web Page n the SacLink *Yu need t enable yur persnal web page nly ONCE. It will be available t yu until yu graduate frm CSUS. T enable yur Persnal Web Page, fllw the steps given

More information

To open the event for editing: click on the EDIT link in the far right column of the listing. To view the event: click on the EVENT TITLE.

To open the event for editing: click on the EDIT link in the far right column of the listing. To view the event: click on the EVENT TITLE. Lgin (updated August 2016) Yu shuld lg in via CAS which is the same lgin yu use fr myusf and the ld USFcnnect functins. 1. G t https://www.usfca.edu/user. 2. Click n Lg in using CAS link. 3. If yu are

More information

How To enrich transcribed documents with mark-up

How To enrich transcribed documents with mark-up Hw T enrich transcribed dcuments with mark-up Versin v1.4.0 (22_02_2018_15:07) Last update 30.09.2018 This guide will shw yu hw t add mark-up t dcuments which are already transcribed in Transkribus. This

More information